Searched refs:snd_wm8766 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/sound/pci/ice1712/ |
D | wm8766.h | 99 struct snd_wm8766; 102 void (*write)(struct snd_wm8766 *wm, u16 addr, u16 data); 139 void (*set)(struct snd_wm8766 *wm, u16 ch1, u16 ch2); 140 void (*get)(struct snd_wm8766 *wm, u16 *ch1, u16 *ch2); 145 struct snd_wm8766 { struct 155 void snd_wm8766_init(struct snd_wm8766 *wm); argument 156 void snd_wm8766_resume(struct snd_wm8766 *wm); 157 void snd_wm8766_set_if(struct snd_wm8766 *wm, u16 dac); 158 void snd_wm8766_volume_restore(struct snd_wm8766 *wm); 159 int snd_wm8766_build_controls(struct snd_wm8766 *wm);
|
D | wm8766.c | 32 static void snd_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data) in snd_wm8766_write() 151 void snd_wm8766_init(struct snd_wm8766 *wm) in snd_wm8766_init() 170 void snd_wm8766_resume(struct snd_wm8766 *wm) in snd_wm8766_resume() 178 void snd_wm8766_set_if(struct snd_wm8766 *wm, u16 dac) in snd_wm8766_set_if() 186 void snd_wm8766_volume_restore(struct snd_wm8766 *wm) in snd_wm8766_volume_restore() 198 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8766_volume_info() 212 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8766_enum_info() 222 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8766_ctl_get() 253 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8766_ctl_put() 290 static int snd_wm8766_add_control(struct snd_wm8766 *wm, int num) in snd_wm8766_add_control() [all …]
|
D | psc724.c | 36 struct snd_wm8766 wm8766; 118 static void psc724_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data) in psc724_wm8766_write()
|