Searched refs:set_codec_parameter (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/isa/sb/ |
| H A D | sb16_csp.c | 73 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val); 483 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val) in set_codec_parameter() function 546 set_codec_parameter(chip, 0x00, 0x00); in csp_detect() 651 err = (set_codec_parameter(p->chip, 0xaa, 0x00) || in snd_sb_csp_load() 652 set_codec_parameter(p->chip, 0xff, 0x00)); in snd_sb_csp_load() 818 if (set_codec_parameter(p->chip, 0x81, s_type)) { in snd_sb_csp_start() 822 if (set_codec_parameter(p->chip, 0x80, 0x00)) { in snd_sb_csp_start() 832 set_codec_parameter(p->chip, 0xe0, 0x01); in snd_sb_csp_start() 834 set_codec_parameter(p->chip, 0x00, 0xff); in snd_sb_csp_start() 835 set_codec_parameter(p->chip, 0x01, 0xff); in snd_sb_csp_start() [all …]
|