Lines Matching defs:ice
61 static inline void stac9460_put(struct snd_ice1712 *ice, int reg, unsigned char val) in stac9460_put()
66 static inline unsigned char stac9460_get(struct snd_ice1712 *ice, int reg) in stac9460_get()
78 static int stac9460_dac_mute(struct snd_ice1712 *ice, int idx, in stac9460_dac_mute()
96 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_dac_mute_get() local
111 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_dac_mute_put() local
144 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_dac_vol_get() local
160 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_dac_vol_put() local
186 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_adc_mute_get() local
200 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_adc_mute_put() local
231 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_adc_vol_get() local
246 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_adc_vol_put() local
275 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_mic_sw_get() local
286 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_mic_sw_put() local
299 static void stac9460_set_rate_val(struct snd_ice1712 *ice, unsigned int rate) in stac9460_set_rate_val()
427 static void write_data(struct snd_ice1712 *ice, unsigned int gpio, in write_data()
452 static unsigned char read_data(struct snd_ice1712 *ice, unsigned int gpio, in read_data()
476 static unsigned int prodigy192_4wire_start(struct snd_ice1712 *ice) in prodigy192_4wire_start()
493 static void prodigy192_4wire_finish(struct snd_ice1712 *ice, unsigned int tmp) in prodigy192_4wire_finish()
507 struct snd_ice1712 *ice = private_data; in prodigy192_ak4114_write() local
522 struct snd_ice1712 *ice = private_data; in prodigy192_ak4114_read() local
546 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in ak4114_input_sw_get() local
560 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in ak4114_input_sw_put() local
588 static int prodigy192_ak4114_init(struct snd_ice1712 *ice) in prodigy192_ak4114_init()
623 struct snd_ice1712 *ice = entry->private_data; in stac9460_proc_regs_read() local
633 static void stac9460_proc_init(struct snd_ice1712 *ice) in stac9460_proc_init()
640 static int prodigy192_add_controls(struct snd_ice1712 *ice) in prodigy192_add_controls()
674 static int prodigy192_miodio_exists(struct snd_ice1712 *ice) in prodigy192_miodio_exists()
696 static int prodigy192_init(struct snd_ice1712 *ice) in prodigy192_init()