Searched defs:snd_codec (Results 1 – 1 of 1) sorted by relevance
393 typedef struct snd_codec { struct397 int (*probe)(struct snd_codec *); argument398 int (*remove)(struct snd_codec *); argument404 unsigned int (*read)(struct snd_codec *, unsigned int); argument405 unsigned int (*write)(struct snd_codec *, unsigned int, unsigned int); argument408 } snd_codec_t; argument
Completed in 6 milliseconds