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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dak4531_codec.c38 static void snd_ak4531_proc_init(struct snd_card *card, struct snd_ak4531 *ak4531);
79 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); local
86 mutex_lock(&ak4531->reg_mutex);
87 val = (ak4531->regs[reg] >> shift) & mask;
88 mutex_unlock(&ak4531->reg_mutex);
98 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); local
111 mutex_lock(&ak4531->reg_mutex);
112 val = (ak4531->regs[reg] & ~(mask << shift)) | val;
113 change = val != ak4531->regs[reg];
114 ak4531
146 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); local
170 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); local
221 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); local
238 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); local
328 snd_ak4531_free(struct snd_ak4531 *ak4531) argument
340 struct snd_ak4531 *ak4531 = device->device_data; local
379 struct snd_ak4531 *ak4531; local
427 snd_ak4531_suspend(struct snd_ak4531 *ak4531) argument
436 snd_ak4531_resume(struct snd_ak4531 *ak4531) argument
461 struct snd_ak4531 *ak4531 = entry->private_data; local
471 snd_ak4531_proc_init(struct snd_card *card, struct snd_ak4531 *ak4531) argument
[all...]
H A Dens1370.c403 struct snd_ak4531 *ak4531;
574 static void snd_es1370_codec_write(struct snd_ak4531 *ak4531, argument
577 struct ensoniq *ensoniq = ak4531->private_data;
1719 static void snd_ensoniq_mixer_free_ak4531(struct snd_ak4531 *ak4531) argument
1721 struct ensoniq *ensoniq = ak4531->private_data;
1722 ensoniq->u.es1370.ak4531 = NULL;
1728 struct snd_ak4531 ak4531; local
1740 memset(&ak4531, 0, sizeof(ak4531));
1741 ak4531
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dak4531_codec.h68 void (*write) (struct snd_ak4531 *ak4531, unsigned short reg,
71 void (*private_free) (struct snd_ak4531 *ak4531);
81 void snd_ak4531_suspend(struct snd_ak4531 *ak4531);
82 void snd_ak4531_resume(struct snd_ak4531 *ak4531);

Completed in 105 milliseconds