Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/isa/sb/
Dsb16_csp.c72 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val);
487 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val) in set_codec_parameter() function
552 set_codec_parameter(chip, 0x00, 0x00); in csp_detect()
657 err = (set_codec_parameter(p->chip, 0xaa, 0x00) || in snd_sb_csp_load()
658 set_codec_parameter(p->chip, 0xff, 0x00)); in snd_sb_csp_load()
829 if (set_codec_parameter(p->chip, 0x81, s_type)) { in snd_sb_csp_start()
833 if (set_codec_parameter(p->chip, 0x80, 0x00)) { in snd_sb_csp_start()
843 set_codec_parameter(p->chip, 0xe0, 0x01); in snd_sb_csp_start()
845 set_codec_parameter(p->chip, 0x00, 0xff); in snd_sb_csp_start()
846 set_codec_parameter(p->chip, 0x01, 0xff); in snd_sb_csp_start()
[all …]