0001
0002 #ifndef __SOUND_PCM_IEC958_H
0003 #define __SOUND_PCM_IEC958_H
0004
0005 #include <linux/types.h>
0006
0007 int snd_pcm_create_iec958_consumer_default(u8 *cs, size_t len);
0008
0009 int snd_pcm_fill_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
0010 size_t len);
0011
0012 int snd_pcm_fill_iec958_consumer_hw_params(struct snd_pcm_hw_params *params,
0013 u8 *cs, size_t len);
0014
0015 int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
0016 size_t len);
0017
0018 int snd_pcm_create_iec958_consumer_hw_params(struct snd_pcm_hw_params *params,
0019 u8 *cs, size_t len);
0020 #endif