Searched refs:snd_wm8776 (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/sound/pci/ice1712/ | 
| D | wm8776.h | 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_power(struct snd_wm8776 *wm, u16 power);
 220 void snd_wm8776_volume_restore(struct snd_wm8776 *wm);
 221 int snd_wm8776_build_controls(struct snd_wm8776 *wm);
 
 | 
| D | wm8776.c | 32 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_power(struct snd_wm8776 *wm, u16 power)  in snd_wm8776_set_power()
 460 void snd_wm8776_volume_restore(struct snd_wm8776 *wm)  in snd_wm8776_volume_restore()
 472 	struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol);  in snd_wm8776_volume_info()
 [all …]
 
 | 
| D | maya44.c | 75 struct snd_wm8776 {  struct84 	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()
 549 			struct snd_wm8776 *wm, unsigned int addr)  in wm8776_init()
 
 | 
| D | psc724.c | 37 	struct snd_wm8776 wm8776;160 static void psc724_wm8776_write(struct snd_wm8776 *wm, u8 addr, u8 data)  in psc724_wm8776_write()
 
 |