Lines Matching refs:snd_ice1712
47 void (*set_register)(struct snd_ice1712 *ice, unsigned int val);
48 unsigned int (*get_register)(struct snd_ice1712 *ice);
255 snd_vt1724_write_i2c((struct snd_ice1712 *)private_data, AK4113_ADDR, in qtet_ak4113_write()
261 return snd_vt1724_read_i2c((struct snd_ice1712 *)private_data, in qtet_ak4113_read()
279 struct snd_ice1712 *ice = ak->private_data[0]; in qtet_akm_write()
410 static void reg_write(struct snd_ice1712 *ice, unsigned int reg, in reg_write()
451 static unsigned int get_scr(struct snd_ice1712 *ice) in get_scr()
457 static unsigned int get_mcr(struct snd_ice1712 *ice) in get_mcr()
463 static unsigned int get_cpld(struct snd_ice1712 *ice) in get_cpld()
469 static void set_scr(struct snd_ice1712 *ice, unsigned int val) in set_scr()
476 static void set_mcr(struct snd_ice1712 *ice, unsigned int val) in set_mcr()
483 static void set_cpld(struct snd_ice1712 *ice, unsigned int val) in set_cpld()
493 struct snd_ice1712 *ice = entry->private_data; in proc_regs_read()
504 static void proc_init(struct snd_ice1712 *ice) in proc_init()
511 static void proc_init(struct snd_ice1712 *ice) {} in proc_init()
517 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_mute_get()
527 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_mute_put()
563 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_ain12_sw_get()
588 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_ain12_sw_put()
632 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_php_get()
643 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_php_put()
708 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_sw_get()
719 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_sw_put()
811 static int qtet_add_controls(struct snd_ice1712 *ice) in qtet_add_controls()
840 static inline int qtet_is_spdif_master(struct snd_ice1712 *ice) in qtet_is_spdif_master()
846 static unsigned int qtet_get_rate(struct snd_ice1712 *ice) in qtet_get_rate()
868 static void qtet_set_rate(struct snd_ice1712 *ice, unsigned int rate) in qtet_set_rate()
884 static inline unsigned char qtet_set_mclk(struct snd_ice1712 *ice, in qtet_set_mclk()
892 static int qtet_set_spdif_clock(struct snd_ice1712 *ice, int type) in qtet_set_spdif_clock()
919 static int qtet_get_spdif_master_type(struct snd_ice1712 *ice) in qtet_get_spdif_master_type()
953 struct snd_ice1712 *ice = ak4113->change_callback_private; in qtet_ak4113_change()
969 static void qtet_spdif_in_open(struct snd_ice1712 *ice, in qtet_spdif_in_open()
990 static int qtet_init(struct snd_ice1712 *ice) in qtet_init()