xref: /kernel/linux/linux-6.6/include/sound/pcm_iec958.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/include/sound/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef __SOUND_PCM_IEC958_H
362306a36Sopenharmony_ci#define __SOUND_PCM_IEC958_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#include <linux/types.h>
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciint snd_pcm_create_iec958_consumer_default(u8 *cs, size_t len);
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciint snd_pcm_fill_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
1062306a36Sopenharmony_ci				 size_t len);
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciint snd_pcm_fill_iec958_consumer_hw_params(struct snd_pcm_hw_params *params,
1362306a36Sopenharmony_ci					   u8 *cs, size_t len);
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ciint snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
1662306a36Sopenharmony_ci	size_t len);
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ciint snd_pcm_create_iec958_consumer_hw_params(struct snd_pcm_hw_params *params,
1962306a36Sopenharmony_ci					     u8 *cs, size_t len);
2062306a36Sopenharmony_ci#endif
21

Indexes created Thu Nov 07 10:32:03 CST 2024