Home
last modified time | relevance | path

Searched refs:snd_wm8776 (Results 1 – 4 of 4) sorted by relevance

/sound/pci/ice1712/
Dwm8776.h138 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);
[all …]
Dwm8776.c32 static void snd_wm8776_write(struct snd_wm8776 *wm, u16 addr, u16 data) in snd_wm8776_write()
44 static void snd_wm8776_activate_ctl(struct snd_wm8776 *wm, in snd_wm8776_activate_ctl()
69 static void snd_wm8776_update_agc_ctl(struct snd_wm8776 *wm) in snd_wm8776_update_agc_ctl()
96 static void snd_wm8776_set_agc(struct snd_wm8776 *wm, u16 agc, u16 nothing) in snd_wm8776_set_agc()
130 static void snd_wm8776_get_agc(struct snd_wm8776 *wm, u16 *mode, u16 *nothing) in snd_wm8776_get_agc()
426 void snd_wm8776_init(struct snd_wm8776 *wm) in snd_wm8776_init()
447 void snd_wm8776_resume(struct snd_wm8776 *wm) in snd_wm8776_resume()
455 void snd_wm8776_set_dac_if(struct snd_wm8776 *wm, u16 dac) in snd_wm8776_set_dac_if()
460 void snd_wm8776_set_adc_if(struct snd_wm8776 *wm, u16 adc) in snd_wm8776_set_adc_if()
465 void snd_wm8776_set_master_mode(struct snd_wm8776 *wm, u16 mode) in snd_wm8776_set_master_mode()
[all …]
Dmaya44.c75 struct snd_wm8776 { struct
84 struct snd_wm8776 wm[2]; argument
90 static void wm8776_write(struct snd_ice1712 *ice, struct snd_wm8776 *wm, in wm8776_write()
106 static int wm8776_write_bits(struct snd_ice1712 *ice, struct snd_wm8776 *wm, in wm8776_write_bits()
188 struct snd_wm8776 *wm = in maya_vol_get()
203 struct snd_wm8776 *wm = in maya_vol_put()
249 struct snd_wm8776 *wm = in maya_sw_get()
261 struct snd_wm8776 *wm = in maya_sw_put()
565 struct snd_wm8776 *wm, unsigned int addr) in wm8776_init()
Dpsc724.c37 struct snd_wm8776 wm8776;
160 static void psc724_wm8776_write(struct snd_wm8776 *wm, u8 addr, u8 data) in psc724_wm8776_write()