Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/sound/pci/
Dak4531_codec.c39 static void snd_ak4531_proc_init(struct snd_card *card, struct snd_ak4531 *ak4531);
50 static void snd_ak4531_dump(struct snd_ak4531 *ak4531)
92 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); in snd_ak4531_get_single()
111 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); in snd_ak4531_put_single()
159 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); in snd_ak4531_get_double()
183 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); in snd_ak4531_put_double()
234 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); in snd_ak4531_get_input_sw()
251 struct snd_ak4531 *ak4531 = snd_kcontrol_chip(kcontrol); in snd_ak4531_put_input_sw()
341 static int snd_ak4531_free(struct snd_ak4531 *ak4531) in snd_ak4531_free()
353 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()