Searched refs:snd_cs4231_out (Results 1 – 1 of 1) sorted by relevance
/linux/sound/sparc/ |
H A D | cs4231.c | 315 static void snd_cs4231_out(struct snd_cs4231 *chip, unsigned char reg, in snd_cs4231_out() function 509 snd_cs4231_out(chip, CS4231_IFACE_CTRL, in snd_cs4231_trigger() 617 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_playback_format() 642 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_capture_format() 650 snd_cs4231_out(chip, CS4231_REC_FORMAT, cdfr); in snd_cs4231_capture_format() 681 snd_cs4231_out(chip, CS4231_TIMER_HIGH, in snd_cs4231_timer_start() 684 snd_cs4231_out(chip, CS4231_TIMER_LOW, in snd_cs4231_timer_start() 687 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_timer_start() 703 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_timer_stop() 727 snd_cs4231_out(chip, CS4231_IFACE_CTRL, chip->image[CS4231_IFACE_CTRL]); in snd_cs4231_init() [all …]
|