Home
last modified time | relevance | path

Searched refs:snd_ak4531 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/sound/
Dak4531_codec.h67 struct snd_ak4531 { struct
68 void (*write) (struct snd_ak4531 *ak4531, unsigned short reg, argument
71 void (*private_free) (struct snd_ak4531 *ak4531); argument
77 int snd_ak4531_mixer(struct snd_card *card, struct snd_ak4531 *_ak4531, argument
78 struct snd_ak4531 **rak4531);
81 void snd_ak4531_suspend(struct snd_ak4531 *ak4531);
82 void snd_ak4531_resume(struct snd_ak4531 *ak4531);
/linux-4.4.14/sound/pci/
Dak4531_codec.c38 static void snd_ak4531_proc_init(struct snd_card *card, struct snd_ak4531 *ak4531);
46 static void snd_ak4531_dump(struct snd_ak4531 *ak4531)
88 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); in snd_ak4531_get_single()
107 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); in snd_ak4531_put_single()
155 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); in snd_ak4531_get_double()
179 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); in snd_ak4531_put_double()
230 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); in snd_ak4531_get_input_sw()
247 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); in snd_ak4531_put_input_sw()
337 static int snd_ak4531_free(struct snd_ak4531 *ak4531) in snd_ak4531_free()
349 struct snd_ak4531 *ak4531 = device->device_data; in snd_ak4531_dev_free()
[all …]
Dens1370.c412 struct snd_ak4531 *ak4531;
583 static void snd_es1370_codec_write(struct snd_ak4531 *ak4531, in snd_es1370_codec_write()
1743 static void snd_ensoniq_mixer_free_ak4531(struct snd_ak4531 *ak4531) in snd_ensoniq_mixer_free_ak4531()
1752 struct snd_ak4531 ak4531; in snd_ensoniq_1370_mixer()