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); 491 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val) in set_codec_parameter() 556 set_codec_parameter(chip, 0x00, 0x00); in csp_detect() 665 err = (set_codec_parameter(p->chip, 0xaa, 0x00) || in snd_sb_csp_load() 666 set_codec_parameter(p->chip, 0xff, 0x00)); in snd_sb_csp_load() 838 if (set_codec_parameter(p->chip, 0x81, s_type)) { in snd_sb_csp_start() 842 if (set_codec_parameter(p->chip, 0x80, 0x00)) { in snd_sb_csp_start() 852 set_codec_parameter(p->chip, 0xe0, 0x01); in snd_sb_csp_start() 854 set_codec_parameter(p->chip, 0x00, 0xff); in snd_sb_csp_start() 855 set_codec_parameter( in snd_sb_csp_start() 490 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val) set_codec_parameter() function [all...] |