Lines Matching defs:ak

26 void snd_akm4xxx_write(struct snd_akm4xxx *ak, int chip, unsigned char reg,  in snd_akm4xxx_write()
40 static void ak4524_reset(struct snd_akm4xxx *ak, int state) in ak4524_reset()
57 static void ak435X_reset(struct snd_akm4xxx *ak, int state) in ak435X_reset()
73 static void ak4381_reset(struct snd_akm4xxx *ak, int state) in ak4381_reset()
93 void snd_akm4xxx_reset(struct snd_akm4xxx *ak, int state) in snd_akm4xxx_reset()
158 void snd_akm4xxx_init(struct snd_akm4xxx *ak) in snd_akm4xxx_init()
367 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in snd_akm4xxx_volume_get() local
378 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in put_ak_reg() local
425 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in snd_akm4xxx_stereo_volume_get() local
463 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in snd_akm4xxx_deemphasis_get() local
475 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in snd_akm4xxx_deemphasis_put() local
495 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in ak4xxx_switch_get() local
511 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in ak4xxx_switch_put() local
535 static int ak4xxx_capture_num_inputs(struct snd_akm4xxx *ak, int mixer_ch) in ak4xxx_capture_num_inputs()
550 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in ak4xxx_capture_source_info() local
564 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in ak4xxx_capture_source_get() local
578 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in ak4xxx_capture_source_put() local
603 static int build_dac_controls(struct snd_akm4xxx *ak) in build_dac_controls()
714 static int build_adc_controls(struct snd_akm4xxx *ak) in build_adc_controls()
805 static int build_deemphasis(struct snd_akm4xxx *ak, int num_emphs) in build_deemphasis()
852 struct snd_akm4xxx *ak = entry->private_data; in proc_regs_read() local
863 static int proc_init(struct snd_akm4xxx *ak) in proc_init()
868 int snd_akm4xxx_build_controls(struct snd_akm4xxx *ak) in snd_akm4xxx_build_controls()