Searched refs:snd_cs4231_out (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/sound/sparc/ |
D | cs4231.c | 315 static void snd_cs4231_out(struct snd_cs4231 *chip, unsigned char reg, in snd_cs4231_out() function 505 snd_cs4231_out(chip, CS4231_IFACE_CTRL, in snd_cs4231_trigger() 613 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_playback_format() 638 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_capture_format() 646 snd_cs4231_out(chip, CS4231_REC_FORMAT, cdfr); in snd_cs4231_capture_format() 677 snd_cs4231_out(chip, CS4231_TIMER_HIGH, in snd_cs4231_timer_start() 680 snd_cs4231_out(chip, CS4231_TIMER_LOW, in snd_cs4231_timer_start() 683 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_timer_start() 699 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_timer_stop() 723 snd_cs4231_out(chip, CS4231_IFACE_CTRL, chip->image[CS4231_IFACE_CTRL]); in snd_cs4231_init() [all …]
|