Searched defs:snd_compr_params (Results 1 – 12 of 12) sorted by relevance
29 struct snd_compr_params { struct30 struct snd_compressed_buffer buffer;31 struct snd_codec codec;32 __u8 no_wake_mode;
31 struct snd_compr_params { struct32 struct snd_compressed_buffer buffer;34 struct snd_codec codec;35 __u8 no_wake_mode;
50 struct snd_compr_params { struct51 struct snd_compressed_buffer buffer;52 struct snd_codec codec;53 __u8 no_wake_mode;
264 struct snd_compr_params { struct280 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x02, struct snd_compr_params *) argument