Release 4.7 include/sound/pcm_iec958.h
#ifndef __SOUND_PCM_IEC958_H
#define __SOUND_PCM_IEC958_H
#include <linux/types.h>
int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
size_t len);
int snd_pcm_create_iec958_consumer_hw_params(struct snd_pcm_hw_params *params,
u8 *cs, size_t len);
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
russell king | russell king | 27 | 62.79% | 1 | 50.00% |
jyri sarha | jyri sarha | 16 | 37.21% | 1 | 50.00% |
| Total | 43 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.