Searched refs:snd_cs4236_ext_out (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/sound/isa/cs423x/ |
D | cs4236_lib.c | 182 snd_cs4236_ext_out(chip, CS4236_DAC_RATE, rate); in snd_cs4236_playback_format() 200 snd_cs4236_ext_out(chip, CS4236_ADC_RATE, rate); in snd_cs4236_capture_format() 241 snd_cs4236_ext_out(chip, CS4236_I23VAL(reg), chip->eimage[reg]); in snd_cs4236_resume() 338 snd_cs4236_ext_out(chip, CS4236_I23VAL(reg), in snd_cs4236_create() 438 snd_cs4236_ext_out(chip, reg, val); in snd_cs4236_put_single() 564 snd_cs4236_ext_out(chip, left_reg, val1); in snd_cs4236_put_double() 565 snd_cs4236_ext_out(chip, right_reg, val2); in snd_cs4236_put_double() 569 snd_cs4236_ext_out(chip, left_reg, val1); in snd_cs4236_put_double() 640 snd_cs4236_ext_out(chip, right_reg, val2); in snd_cs4236_put_double1() 683 snd_cs4236_ext_out(chip, CS4236_LEFT_MASTER, val1); in snd_cs4236_put_master_digital() [all …]
|
/linux-5.19.10/include/sound/ |
D | wss.h | 123 void snd_cs4236_ext_out(struct snd_wss *chip,
|
/linux-5.19.10/sound/isa/wss/ |
D | wss_lib.c | 216 void snd_cs4236_ext_out(struct snd_wss *chip, unsigned char reg, in snd_cs4236_ext_out() function 228 EXPORT_SYMBOL(snd_cs4236_ext_out); 1340 snd_cs4236_ext_out(chip, CS4236_VERSION, 0xff); in snd_wss_probe() 1342 snd_cs4236_ext_out(chip, CS4236_VERSION, rev); in snd_wss_probe()
|