Searched refs:set_codec_parameter (Results 1 – 1 of 1) sorted by relevance
/sound/isa/sb/ |
D | sb16_csp.c | 86 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val); 501 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val) in set_codec_parameter() function 566 set_codec_parameter(chip, 0x00, 0x00); in csp_detect() 671 err = (set_codec_parameter(p->chip, 0xaa, 0x00) || in snd_sb_csp_load() 672 set_codec_parameter(p->chip, 0xff, 0x00)); in snd_sb_csp_load() 843 if (set_codec_parameter(p->chip, 0x81, s_type)) { in snd_sb_csp_start() 847 if (set_codec_parameter(p->chip, 0x80, 0x00)) { in snd_sb_csp_start() 857 set_codec_parameter(p->chip, 0xe0, 0x01); in snd_sb_csp_start() 859 set_codec_parameter(p->chip, 0x00, 0xff); in snd_sb_csp_start() 860 set_codec_parameter(p->chip, 0x01, 0xff); in snd_sb_csp_start() [all …]
|