Symbol: snd_wm8776
sound/pci/ice1712/maya44.c
174
struct snd_wm8776 *wm =
sound/pci/ice1712/maya44.c
188
struct snd_wm8776 *wm =
sound/pci/ice1712/maya44.c
233
struct snd_wm8776 *wm =
sound/pci/ice1712/maya44.c
245
struct snd_wm8776 *wm =
sound/pci/ice1712/maya44.c
530
struct snd_wm8776 *wm, unsigned int addr)
sound/pci/ice1712/maya44.c
70
struct snd_wm8776 wm[2];
sound/pci/ice1712/maya44.c
76
static void wm8776_write(struct snd_ice1712 *ice, struct snd_wm8776 *wm,
sound/pci/ice1712/maya44.c
92
static int wm8776_write_bits(struct snd_ice1712 *ice, struct snd_wm8776 *wm,
sound/pci/ice1712/psc724.c
146
static void psc724_wm8776_write(struct snd_wm8776 *wm, u8 addr, u8 data)
sound/pci/ice1712/psc724.c
23
struct snd_wm8776 wm8776;
sound/pci/ice1712/wm8776.c
112
static void snd_wm8776_get_agc(struct snd_wm8776 *wm, u16 *mode, u16 *nothing)
sound/pci/ice1712/wm8776.c
18
static void snd_wm8776_write(struct snd_wm8776 *wm, u16 addr, u16 data)
sound/pci/ice1712/wm8776.c
30
static void snd_wm8776_activate_ctl(struct snd_wm8776 *wm,
sound/pci/ice1712/wm8776.c
408
void snd_wm8776_init(struct snd_wm8776 *wm)
sound/pci/ice1712/wm8776.c
429
void snd_wm8776_resume(struct snd_wm8776 *wm)
sound/pci/ice1712/wm8776.c
437
void snd_wm8776_set_power(struct snd_wm8776 *wm, u16 power)
sound/pci/ice1712/wm8776.c
442
void snd_wm8776_volume_restore(struct snd_wm8776 *wm)
sound/pci/ice1712/wm8776.c
454
struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol);
sound/pci/ice1712/wm8776.c
468
struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol);
sound/pci/ice1712/wm8776.c
478
struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol);
sound/pci/ice1712/wm8776.c
509
struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol);
sound/pci/ice1712/wm8776.c
51
static void snd_wm8776_update_agc_ctl(struct snd_wm8776 *wm)
sound/pci/ice1712/wm8776.c
546
static int snd_wm8776_add_control(struct snd_wm8776 *wm, int num)
sound/pci/ice1712/wm8776.c
589
int snd_wm8776_build_controls(struct snd_wm8776 *wm)
sound/pci/ice1712/wm8776.c
78
static void snd_wm8776_set_agc(struct snd_wm8776 *wm, u16 agc, u16 nothing)
sound/pci/ice1712/wm8776.h
124
struct snd_wm8776;
sound/pci/ice1712/wm8776.h
127
void (*write)(struct snd_wm8776 *wm, u8 addr, u8 data);
sound/pci/ice1712/wm8776.h
181
void (*set)(struct snd_wm8776 *wm, u16 ch1, u16 ch2);
sound/pci/ice1712/wm8776.h
182
void (*get)(struct snd_wm8776 *wm, u16 *ch1, u16 *ch2);
sound/pci/ice1712/wm8776.h
203
void snd_wm8776_init(struct snd_wm8776 *wm);
sound/pci/ice1712/wm8776.h
204
void snd_wm8776_resume(struct snd_wm8776 *wm);
sound/pci/ice1712/wm8776.h
205
void snd_wm8776_set_power(struct snd_wm8776 *wm, u16 power);
sound/pci/ice1712/wm8776.h
206
void snd_wm8776_volume_restore(struct snd_wm8776 *wm);
sound/pci/ice1712/wm8776.h
207
int snd_wm8776_build_controls(struct snd_wm8776 *wm);