Lines Matching defs:ice
76 static inline void stac9460_put(struct snd_ice1712 *ice, int reg, unsigned char val) in stac9460_put()
81 static inline unsigned char stac9460_get(struct snd_ice1712 *ice, int reg) in stac9460_get()
93 static int stac9460_dac_mute(struct snd_ice1712 *ice, int idx, in stac9460_dac_mute()
111 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_dac_mute_get() local
126 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_dac_mute_put() local
159 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_dac_vol_get() local
175 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_dac_vol_put() local
206 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_adc_mute_get() local
220 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_adc_mute_put() local
251 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_adc_vol_get() local
266 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_adc_vol_put() local
303 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_mic_sw_get() local
314 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_mic_sw_put() local
327 static void stac9460_set_rate_val(struct snd_ice1712 *ice, unsigned int rate) in stac9460_set_rate_val()
455 static void write_data(struct snd_ice1712 *ice, unsigned int gpio, in write_data()
480 static unsigned char read_data(struct snd_ice1712 *ice, unsigned int gpio, in read_data()
504 static unsigned int prodigy192_4wire_start(struct snd_ice1712 *ice) in prodigy192_4wire_start()
521 static void prodigy192_4wire_finish(struct snd_ice1712 *ice, unsigned int tmp) in prodigy192_4wire_finish()
535 struct snd_ice1712 *ice = private_data; in prodigy192_ak4114_write() local
550 struct snd_ice1712 *ice = private_data; in prodigy192_ak4114_read() local
580 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in ak4114_input_sw_get() local
594 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in ak4114_input_sw_put() local
622 static int prodigy192_ak4114_init(struct snd_ice1712 *ice) in prodigy192_ak4114_init()
657 struct snd_ice1712 *ice = entry->private_data; in stac9460_proc_regs_read() local
667 static void stac9460_proc_init(struct snd_ice1712 *ice) in stac9460_proc_init()
675 static int __devinit prodigy192_add_controls(struct snd_ice1712 *ice) in prodigy192_add_controls()
709 static int prodigy192_miodio_exists(struct snd_ice1712 *ice) in prodigy192_miodio_exists()
731 static int __devinit prodigy192_init(struct snd_ice1712 *ice) in prodigy192_init()