Home
last modified time | relevance | path

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

/linux-4.1.27/sound/isa/wss/
Dwss_lib.c199 void snd_wss_out(struct snd_wss *chip, unsigned char reg, unsigned char value) in snd_wss_out() function
214 EXPORT_SYMBOL(snd_wss_out);
520 snd_wss_out(chip, CS4231_IFACE_CTRL, chip->image[CS4231_IFACE_CTRL]); in snd_wss_trigger()
637 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format()
640 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_playback_format()
642 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format()
661 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, (pdfr & 0xf0)); in snd_wss_playback_format()
662 snd_wss_out(chip, AD1845_UPR_FREQ_SEL, (rate >> 8) & 0xff); in snd_wss_playback_format()
663 snd_wss_out(chip, AD1845_LWR_FREQ_SEL, rate & 0xff); in snd_wss_playback_format()
677 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr); in snd_wss_playback_format()
[all …]
/linux-4.1.27/sound/isa/cs423x/
Dcs4236_lib.c191 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_playback_format()
193 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr & 0xf0); in snd_cs4236_playback_format()
194 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_playback_format()
209 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_capture_format()
211 snd_wss_out(chip, CS4231_REC_FORMAT, cdfr & 0xf0); in snd_cs4236_capture_format()
212 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_capture_format()
250 snd_wss_out(chip, reg, chip->image[reg]); in snd_cs4236_resume()
358 snd_wss_out(chip, CS4231_LEFT_INPUT, 0x40); in snd_cs4236_create()
359 snd_wss_out(chip, CS4231_RIGHT_INPUT, 0x40); in snd_cs4236_create()
360 snd_wss_out(chip, CS4231_AUX1_LEFT_INPUT, 0xff); in snd_cs4236_create()
[all …]
/linux-4.1.27/sound/isa/gus/
Dinterwave.c527 snd_wss_out(chip, CS4231_LINE_LEFT_OUTPUT, 0x9f); in snd_interwave_mixer()
528 snd_wss_out(chip, CS4231_LINE_RIGHT_OUTPUT, 0x9f); in snd_interwave_mixer()
529 snd_wss_out(chip, CS4231_LEFT_MIC_INPUT, 0x9f); in snd_interwave_mixer()
530 snd_wss_out(chip, CS4231_RIGHT_MIC_INPUT, 0x9f); in snd_interwave_mixer()
/linux-4.1.27/include/sound/
Dwss.h136 void snd_wss_out(struct snd_wss *chip, unsigned char reg, unsigned char val);
/linux-4.1.27/sound/isa/
Dcmi8330.c570 snd_wss_out(acard->wss, CS4231_MISC_INFO, 0x40); /* switch on MODE2 */ in snd_cmi8330_probe()
572 snd_wss_out(acard->wss, i, in snd_cmi8330_probe()
Dsscape.c890 snd_wss_out(chip, AD1845_CLOCK, 0x20); in create_ad1845()