Lines Matching refs:snd_wm8776
138 struct snd_wm8776;
141 void (*write)(struct snd_wm8776 *wm, u8 addr, u8 data);
195 void (*set)(struct snd_wm8776 *wm, u16 ch1, u16 ch2);
196 void (*get)(struct snd_wm8776 *wm, u16 *ch1, u16 *ch2);
207 struct snd_wm8776 { struct
217 void snd_wm8776_init(struct snd_wm8776 *wm); argument
218 void snd_wm8776_resume(struct snd_wm8776 *wm);
219 void snd_wm8776_set_dac_if(struct snd_wm8776 *wm, u16 dac);
220 void snd_wm8776_set_adc_if(struct snd_wm8776 *wm, u16 adc);
221 void snd_wm8776_set_master_mode(struct snd_wm8776 *wm, u16 mode);
222 void snd_wm8776_set_power(struct snd_wm8776 *wm, u16 power);
223 void snd_wm8776_volume_restore(struct snd_wm8776 *wm);
224 int snd_wm8776_build_controls(struct snd_wm8776 *wm);