snd_wm8776         70 sound/pci/ice1712/maya44.c 	struct snd_wm8776 wm[2];
snd_wm8776         76 sound/pci/ice1712/maya44.c static void wm8776_write(struct snd_ice1712 *ice, struct snd_wm8776 *wm,
snd_wm8776         92 sound/pci/ice1712/maya44.c static int wm8776_write_bits(struct snd_ice1712 *ice, struct snd_wm8776 *wm,
snd_wm8776        174 sound/pci/ice1712/maya44.c 	struct snd_wm8776 *wm =
snd_wm8776        189 sound/pci/ice1712/maya44.c 	struct snd_wm8776 *wm =
snd_wm8776        235 sound/pci/ice1712/maya44.c 	struct snd_wm8776 *wm =
snd_wm8776        247 sound/pci/ice1712/maya44.c 	struct snd_wm8776 *wm =
snd_wm8776        535 sound/pci/ice1712/maya44.c 			struct snd_wm8776 *wm, unsigned int addr)
snd_wm8776         23 sound/pci/ice1712/psc724.c 	struct snd_wm8776 wm8776;
snd_wm8776        146 sound/pci/ice1712/psc724.c static void psc724_wm8776_write(struct snd_wm8776 *wm, u8 addr, u8 data)
snd_wm8776         18 sound/pci/ice1712/wm8776.c static void snd_wm8776_write(struct snd_wm8776 *wm, u16 addr, u16 data)
snd_wm8776         30 sound/pci/ice1712/wm8776.c static void snd_wm8776_activate_ctl(struct snd_wm8776 *wm,
snd_wm8776         55 sound/pci/ice1712/wm8776.c static void snd_wm8776_update_agc_ctl(struct snd_wm8776 *wm)
snd_wm8776         82 sound/pci/ice1712/wm8776.c static void snd_wm8776_set_agc(struct snd_wm8776 *wm, u16 agc, u16 nothing)
snd_wm8776        116 sound/pci/ice1712/wm8776.c static void snd_wm8776_get_agc(struct snd_wm8776 *wm, u16 *mode, u16 *nothing)
snd_wm8776        412 sound/pci/ice1712/wm8776.c void snd_wm8776_init(struct snd_wm8776 *wm)
snd_wm8776        433 sound/pci/ice1712/wm8776.c void snd_wm8776_resume(struct snd_wm8776 *wm)
snd_wm8776        441 sound/pci/ice1712/wm8776.c void snd_wm8776_set_power(struct snd_wm8776 *wm, u16 power)
snd_wm8776        446 sound/pci/ice1712/wm8776.c void snd_wm8776_volume_restore(struct snd_wm8776 *wm)
snd_wm8776        458 sound/pci/ice1712/wm8776.c 	struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol);
snd_wm8776        472 sound/pci/ice1712/wm8776.c 	struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol);
snd_wm8776        482 sound/pci/ice1712/wm8776.c 	struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol);
snd_wm8776        513 sound/pci/ice1712/wm8776.c 	struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol);
snd_wm8776        550 sound/pci/ice1712/wm8776.c static int snd_wm8776_add_control(struct snd_wm8776 *wm, int num)
snd_wm8776        593 sound/pci/ice1712/wm8776.c int snd_wm8776_build_controls(struct snd_wm8776 *wm)
snd_wm8776        124 sound/pci/ice1712/wm8776.h struct snd_wm8776;
snd_wm8776        127 sound/pci/ice1712/wm8776.h 	void (*write)(struct snd_wm8776 *wm, u8 addr, u8 data);
snd_wm8776        181 sound/pci/ice1712/wm8776.h 	void (*set)(struct snd_wm8776 *wm, u16 ch1, u16 ch2);
snd_wm8776        182 sound/pci/ice1712/wm8776.h 	void (*get)(struct snd_wm8776 *wm, u16 *ch1, u16 *ch2);
snd_wm8776        203 sound/pci/ice1712/wm8776.h void snd_wm8776_init(struct snd_wm8776 *wm);
snd_wm8776        204 sound/pci/ice1712/wm8776.h void snd_wm8776_resume(struct snd_wm8776 *wm);
snd_wm8776        205 sound/pci/ice1712/wm8776.h void snd_wm8776_set_power(struct snd_wm8776 *wm, u16 power);
snd_wm8776        206 sound/pci/ice1712/wm8776.h void snd_wm8776_volume_restore(struct snd_wm8776 *wm);
snd_wm8776        207 sound/pci/ice1712/wm8776.h int snd_wm8776_build_controls(struct snd_wm8776 *wm);