Lines Matching refs:snd_sb
31 void snd_sbmixer_write(struct snd_sb *chip, unsigned char reg, unsigned char data) in snd_sbmixer_write()
42 unsigned char snd_sbmixer_read(struct snd_sb *chip, unsigned char reg) in snd_sbmixer_read()
73 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_get_single()
89 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_put_single()
125 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_get_double()
145 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_put_double()
194 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_dt019x_input_sw_get()
230 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_dt019x_input_sw_put()
282 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_als4k_mono_capture_route_get()
300 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_als4k_mono_capture_route_put()
335 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sb8mixer_get_mux()
358 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sb8mixer_put_mux()
401 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sb16mixer_get_input_sw()
422 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sb16mixer_put_input_sw()
454 int snd_sbmixer_add_ctl(struct snd_sb *chip, const char *name, int index, int type, unsigned long v… in snd_sbmixer_add_ctl()
706 static int snd_sbmixer_init(struct snd_sb *chip, in snd_sbmixer_init()
739 int snd_sbmixer_new(struct snd_sb *chip) in snd_sbmixer_new()
890 static void save_mixer(struct snd_sb *chip, unsigned char *regs, int num_regs) in save_mixer()
899 static void restore_mixer(struct snd_sb *chip, unsigned char *regs, int num_regs) in restore_mixer()
908 void snd_sbmixer_suspend(struct snd_sb *chip) in snd_sbmixer_suspend()
935 void snd_sbmixer_resume(struct snd_sb *chip) in snd_sbmixer_resume()