Lines Matching refs:snd_sb

16 void snd_sbmixer_write(struct snd_sb *chip, unsigned char reg, unsigned char data)  in snd_sbmixer_write()
27 unsigned char snd_sbmixer_read(struct snd_sb *chip, unsigned char reg) in snd_sbmixer_read()
58 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_get_single()
74 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_put_single()
110 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_get_double()
130 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_put_double()
179 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_dt019x_input_sw_get()
215 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_dt019x_input_sw_put()
267 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_als4k_mono_capture_route_get()
285 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_als4k_mono_capture_route_put()
320 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sb8mixer_get_mux()
343 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sb8mixer_put_mux()
386 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sb16mixer_get_input_sw()
407 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sb16mixer_put_input_sw()
439 int snd_sbmixer_add_ctl(struct snd_sb *chip, const char *name, int index, int type, unsigned long v… in snd_sbmixer_add_ctl()
692 static int snd_sbmixer_init(struct snd_sb *chip, in snd_sbmixer_init()
725 int snd_sbmixer_new(struct snd_sb *chip) in snd_sbmixer_new()
880 static void save_mixer(struct snd_sb *chip, const unsigned char *regs, int num_regs) in save_mixer()
889 static void restore_mixer(struct snd_sb *chip, const unsigned char *regs, int num_regs) in restore_mixer()
898 void snd_sbmixer_suspend(struct snd_sb *chip) in snd_sbmixer_suspend()
925 void snd_sbmixer_resume(struct snd_sb *chip) in snd_sbmixer_resume()