Searched refs:snd_cs4236_ext_out (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/sound/isa/cs423x/ |
D | cs4236_lib.c | 196 snd_cs4236_ext_out(chip, CS4236_DAC_RATE, rate); in snd_cs4236_playback_format() 214 snd_cs4236_ext_out(chip, CS4236_ADC_RATE, rate); in snd_cs4236_capture_format() 255 snd_cs4236_ext_out(chip, CS4236_I23VAL(reg), chip->eimage[reg]); in snd_cs4236_resume() 354 snd_cs4236_ext_out(chip, CS4236_I23VAL(reg), in snd_cs4236_create() 454 snd_cs4236_ext_out(chip, reg, val); in snd_cs4236_put_single() 580 snd_cs4236_ext_out(chip, left_reg, val1); in snd_cs4236_put_double() 581 snd_cs4236_ext_out(chip, right_reg, val2); in snd_cs4236_put_double() 585 snd_cs4236_ext_out(chip, left_reg, val1); in snd_cs4236_put_double() 656 snd_cs4236_ext_out(chip, right_reg, val2); in snd_cs4236_put_double1() 699 snd_cs4236_ext_out(chip, CS4236_LEFT_MASTER, val1); in snd_cs4236_put_master_digital() [all …]
|
/linux-4.1.27/include/sound/ |
D | wss.h | 138 void snd_cs4236_ext_out(struct snd_wss *chip,
|
/linux-4.1.27/sound/isa/wss/ |
D | wss_lib.c | 230 void snd_cs4236_ext_out(struct snd_wss *chip, unsigned char reg, in snd_cs4236_ext_out() function 242 EXPORT_SYMBOL(snd_cs4236_ext_out); 1370 snd_cs4236_ext_out(chip, CS4236_VERSION, 0xff); in snd_wss_probe() 1372 snd_cs4236_ext_out(chip, CS4236_VERSION, rev); in snd_wss_probe()
|