Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/ice1712/
Dwm8776.h124 struct snd_wm8776;
127 void (*write)(struct snd_wm8776 *wm, u8 addr, u8 data);
181 void (*set)(struct snd_wm8776 *wm, u16 ch1, u16 ch2);
182 void (*get)(struct snd_wm8776 *wm, u16 *ch1, u16 *ch2);
193 struct snd_wm8776 { struct
203 void snd_wm8776_init(struct snd_wm8776 *wm); argument
204 void snd_wm8776_resume(struct snd_wm8776 *wm);
205 void snd_wm8776_set_power(struct snd_wm8776 *wm, u16 power);
206 void snd_wm8776_volume_restore(struct snd_wm8776 *wm);
207 int snd_wm8776_build_controls(struct snd_wm8776 *wm);
Dwm8776.c18 static void snd_wm8776_write(struct snd_wm8776 *wm, u16 addr, u16 data) in snd_wm8776_write()
30 static void snd_wm8776_activate_ctl(struct snd_wm8776 *wm, in snd_wm8776_activate_ctl()
51 static void snd_wm8776_update_agc_ctl(struct snd_wm8776 *wm) in snd_wm8776_update_agc_ctl()
78 static void snd_wm8776_set_agc(struct snd_wm8776 *wm, u16 agc, u16 nothing) in snd_wm8776_set_agc()
112 static void snd_wm8776_get_agc(struct snd_wm8776 *wm, u16 *mode, u16 *nothing) in snd_wm8776_get_agc()
408 void snd_wm8776_init(struct snd_wm8776 *wm) in snd_wm8776_init()
429 void snd_wm8776_resume(struct snd_wm8776 *wm) in snd_wm8776_resume()
437 void snd_wm8776_set_power(struct snd_wm8776 *wm, u16 power) in snd_wm8776_set_power()
442 void snd_wm8776_volume_restore(struct snd_wm8776 *wm) in snd_wm8776_volume_restore()
454 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8776_volume_info()
[all …]
Dmaya44.c61 struct snd_wm8776 { struct
70 struct snd_wm8776 wm[2]; argument
76 static void wm8776_write(struct snd_ice1712 *ice, struct snd_wm8776 *wm, in wm8776_write()
92 static int wm8776_write_bits(struct snd_ice1712 *ice, struct snd_wm8776 *wm, in wm8776_write_bits()
174 struct snd_wm8776 *wm = in maya_vol_get()
189 struct snd_wm8776 *wm = in maya_vol_put()
235 struct snd_wm8776 *wm = in maya_sw_get()
247 struct snd_wm8776 *wm = in maya_sw_put()
535 struct snd_wm8776 *wm, unsigned int addr) in wm8776_init()
Dpsc724.c23 struct snd_wm8776 wm8776;
146 static void psc724_wm8776_write(struct snd_wm8776 *wm, u8 addr, u8 data) in psc724_wm8776_write()