Searched refs:snd_wss_out (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/sound/isa/wss/ |
D | wss_lib.c | 185 void snd_wss_out(struct snd_wss *chip, unsigned char reg, unsigned char value) in snd_wss_out() function 200 EXPORT_SYMBOL(snd_wss_out); 506 snd_wss_out(chip, CS4231_IFACE_CTRL, chip->image[CS4231_IFACE_CTRL]); in snd_wss_trigger() 623 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format() 626 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_playback_format() 628 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format() 647 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, (pdfr & 0xf0)); in snd_wss_playback_format() 648 snd_wss_out(chip, AD1845_UPR_FREQ_SEL, (rate >> 8) & 0xff); in snd_wss_playback_format() 649 snd_wss_out(chip, AD1845_LWR_FREQ_SEL, rate & 0xff); in snd_wss_playback_format() 663 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr); in snd_wss_playback_format() [all …]
|
/Linux-v6.6/sound/isa/cs423x/ |
D | cs4236_lib.c | 177 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_playback_format() 179 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr & 0xf0); in snd_cs4236_playback_format() 180 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_playback_format() 195 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_capture_format() 197 snd_wss_out(chip, CS4231_REC_FORMAT, cdfr & 0xf0); in snd_cs4236_capture_format() 198 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_capture_format() 236 snd_wss_out(chip, reg, chip->image[reg]); in snd_cs4236_resume() 342 snd_wss_out(chip, CS4231_LEFT_INPUT, 0x40); in snd_cs4236_create() 343 snd_wss_out(chip, CS4231_RIGHT_INPUT, 0x40); in snd_cs4236_create() 344 snd_wss_out(chip, CS4231_AUX1_LEFT_INPUT, 0xff); in snd_cs4236_create() [all …]
|
/Linux-v6.6/sound/isa/gus/ |
D | interwave.c | 517 snd_wss_out(chip, CS4231_LINE_LEFT_OUTPUT, 0x9f); in snd_interwave_mixer() 518 snd_wss_out(chip, CS4231_LINE_RIGHT_OUTPUT, 0x9f); in snd_interwave_mixer() 519 snd_wss_out(chip, CS4231_LEFT_MIC_INPUT, 0x9f); in snd_interwave_mixer() 520 snd_wss_out(chip, CS4231_RIGHT_MIC_INPUT, 0x9f); in snd_interwave_mixer()
|
/Linux-v6.6/include/sound/ |
D | wss.h | 121 void snd_wss_out(struct snd_wss *chip, unsigned char reg, unsigned char val);
|
/Linux-v6.6/sound/isa/ |
D | cmi8330.c | 557 snd_wss_out(acard->wss, CS4231_MISC_INFO, 0x40); /* switch on MODE2 */ in snd_cmi8330_probe() 559 snd_wss_out(acard->wss, i, in snd_cmi8330_probe()
|
D | sscape.c | 866 snd_wss_out(chip, AD1845_CLOCK, 0x20); in create_ad1845()
|