Lines Matching defs:ak
40 void snd_akm4xxx_write(struct snd_akm4xxx *ak, int chip, unsigned char reg, in snd_akm4xxx_write()
54 static void ak4524_reset(struct snd_akm4xxx *ak, int state) in ak4524_reset()
71 static void ak435X_reset(struct snd_akm4xxx *ak, int state) in ak435X_reset()
87 static void ak4381_reset(struct snd_akm4xxx *ak, int state) in ak4381_reset()
107 void snd_akm4xxx_reset(struct snd_akm4xxx *ak, int state) in snd_akm4xxx_reset()
172 void snd_akm4xxx_init(struct snd_akm4xxx *ak) in snd_akm4xxx_init()
381 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in snd_akm4xxx_volume_get() local
392 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in put_ak_reg() local
439 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in snd_akm4xxx_stereo_volume_get() local
484 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in snd_akm4xxx_deemphasis_get() local
496 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in snd_akm4xxx_deemphasis_put() local
516 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in ak4xxx_switch_get() local
532 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in ak4xxx_switch_put() local
556 static int ak4xxx_capture_num_inputs(struct snd_akm4xxx *ak, int mixer_ch) in ak4xxx_capture_num_inputs()
571 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in ak4xxx_capture_source_info() local
594 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in ak4xxx_capture_source_get() local
608 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in ak4xxx_capture_source_put() local
633 static int build_dac_controls(struct snd_akm4xxx *ak) in build_dac_controls()
744 static int build_adc_controls(struct snd_akm4xxx *ak) in build_adc_controls()
834 static int build_deemphasis(struct snd_akm4xxx *ak, int num_emphs) in build_deemphasis()
882 struct snd_akm4xxx *ak = entry->private_data; in proc_regs_read() local
893 static int proc_init(struct snd_akm4xxx *ak) in proc_init()
904 static int proc_init(struct snd_akm4xxx *ak) { return 0; } in proc_init()
907 int snd_akm4xxx_build_controls(struct snd_akm4xxx *ak) in snd_akm4xxx_build_controls()