xref: /kernel/linux/linux-5.10/include/sound/pcm_iec958.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/include/sound/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __SOUND_PCM_IEC958_H
38c2ecf20Sopenharmony_ci#define __SOUND_PCM_IEC958_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#include <linux/types.h>
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciint snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
88c2ecf20Sopenharmony_ci	size_t len);
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciint snd_pcm_create_iec958_consumer_hw_params(struct snd_pcm_hw_params *params,
118c2ecf20Sopenharmony_ci					     u8 *cs, size_t len);
128c2ecf20Sopenharmony_ci#endif
13

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