Symbol: snd_wm8766
sound/pci/ice1712/psc724.c
104
static void psc724_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data)
sound/pci/ice1712/psc724.c
22
struct snd_wm8766 wm8766;
sound/pci/ice1712/wm8766.c
137
void snd_wm8766_init(struct snd_wm8766 *wm)
sound/pci/ice1712/wm8766.c
156
void snd_wm8766_resume(struct snd_wm8766 *wm)
sound/pci/ice1712/wm8766.c
164
void snd_wm8766_set_if(struct snd_wm8766 *wm, u16 dac)
sound/pci/ice1712/wm8766.c
172
void snd_wm8766_volume_restore(struct snd_wm8766 *wm)
sound/pci/ice1712/wm8766.c
18
static void snd_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data)
sound/pci/ice1712/wm8766.c
184
struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol);
sound/pci/ice1712/wm8766.c
198
struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol);
sound/pci/ice1712/wm8766.c
208
struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol);
sound/pci/ice1712/wm8766.c
239
struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol);
sound/pci/ice1712/wm8766.c
276
static int snd_wm8766_add_control(struct snd_wm8766 *wm, int num)
sound/pci/ice1712/wm8766.c
320
int snd_wm8766_build_controls(struct snd_wm8766 *wm)
sound/pci/ice1712/wm8766.h
125
void (*set)(struct snd_wm8766 *wm, u16 ch1, u16 ch2);
sound/pci/ice1712/wm8766.h
126
void (*get)(struct snd_wm8766 *wm, u16 *ch1, u16 *ch2);
sound/pci/ice1712/wm8766.h
141
void snd_wm8766_init(struct snd_wm8766 *wm);
sound/pci/ice1712/wm8766.h
142
void snd_wm8766_resume(struct snd_wm8766 *wm);
sound/pci/ice1712/wm8766.h
143
void snd_wm8766_set_if(struct snd_wm8766 *wm, u16 dac);
sound/pci/ice1712/wm8766.h
144
void snd_wm8766_volume_restore(struct snd_wm8766 *wm);
sound/pci/ice1712/wm8766.h
145
int snd_wm8766_build_controls(struct snd_wm8766 *wm);
sound/pci/ice1712/wm8766.h
85
struct snd_wm8766;
sound/pci/ice1712/wm8766.h
88
void (*write)(struct snd_wm8766 *wm, u16 addr, u16 data);