Home
last modified time | relevance | path

Searched refs:set_codec_parameter (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/isa/sb/
H A Dsb16_csp.c72 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val);
489 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val) in set_codec_parameter() function
554 set_codec_parameter(chip, 0x00, 0x00); in csp_detect()
659 err = (set_codec_parameter(p->chip, 0xaa, 0x00) || in snd_sb_csp_load()
660 set_codec_parameter(p->chip, 0xff, 0x00)); in snd_sb_csp_load()
831 if (set_codec_parameter(p->chip, 0x81, s_type)) { in snd_sb_csp_start()
835 if (set_codec_parameter(p->chip, 0x80, 0x00)) { in snd_sb_csp_start()
845 set_codec_parameter(p->chip, 0xe0, 0x01); in snd_sb_csp_start()
847 set_codec_parameter(p->chip, 0x00, 0xff); in snd_sb_csp_start()
848 set_codec_parameter(p->chip, 0x01, 0xff); in snd_sb_csp_start()
[all …]