Searched refs:snd_wm8766 (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/pci/ice1712/
H A Dwm8766.h85 struct snd_wm8766;
88 void (*write)(struct snd_wm8766 *wm, u16 addr, u16 data);
125 void (*set)(struct snd_wm8766 *wm, u16 ch1, u16 ch2);
126 void (*get)(struct snd_wm8766 *wm, u16 *ch1, u16 *ch2);
131 struct snd_wm8766 { struct
141 void snd_wm8766_init(struct snd_wm8766 *wm);
142 void snd_wm8766_resume(struct snd_wm8766 *wm);
143 void snd_wm8766_set_if(struct snd_wm8766 *wm, u16 dac);
144 void snd_wm8766_volume_restore(struct snd_wm8766 *wm);
145 int snd_wm8766_build_controls(struct snd_wm8766 *w
[all...]
H A Dwm8766.c18 static void snd_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data)
137 void snd_wm8766_init(struct snd_wm8766 *wm)
156 void snd_wm8766_resume(struct snd_wm8766 *wm)
164 void snd_wm8766_set_if(struct snd_wm8766 *wm, u16 dac)
172 void snd_wm8766_volume_restore(struct snd_wm8766 *wm)
184 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol);
198 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol);
208 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol);
239 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol);
276 static int snd_wm8766_add_control(struct snd_wm8766 *w
[all...]
H A Dpsc724.c22 struct snd_wm8766 wm8766;
104 static void psc724_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data)

Completed in 250 milliseconds