Lines Matching refs:snd_ice1712
39 struct snd_ice1712 *ice;
121 struct snd_ice1712 *ice = spec->ice; in psc724_wm8766_write()
169 static void psc724_set_master_switch(struct snd_ice1712 *ice, bool on) in psc724_set_master_switch()
182 static bool psc724_get_master_switch(struct snd_ice1712 *ice) in psc724_get_master_switch()
191 static void psc724_set_jack_state(struct snd_ice1712 *ice, bool hp_connected) in psc724_set_jack_state()
221 struct snd_ice1712 *ice = spec->ice; in psc724_update_hp_jack_state()
230 static void psc724_set_jack_detection(struct snd_ice1712 *ice, bool on) in psc724_set_jack_detection()
247 static bool psc724_get_jack_detection(struct snd_ice1712 *ice) in psc724_get_jack_detection()
258 void (*set)(struct snd_ice1712 *ice, bool on);
259 bool (*get)(struct snd_ice1712 *ice);
278 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in psc724_ctl_get()
289 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in psc724_ctl_put()
319 static int psc724_add_controls(struct snd_ice1712 *ice) in psc724_add_controls()
375 static void psc724_set_pro_rate(struct snd_ice1712 *ice, unsigned int rate) in psc724_set_pro_rate()
386 static int psc724_resume(struct snd_ice1712 *ice) in psc724_resume()
399 static int psc724_init(struct snd_ice1712 *ice) in psc724_init()
429 static void psc724_exit(struct snd_ice1712 *ice) in psc724_exit()