Lines Matching refs:snd_cs4231_out

316 static void snd_cs4231_out(struct snd_cs4231 *chip, unsigned char reg,  in snd_cs4231_out()  function
506 snd_cs4231_out(chip, CS4231_IFACE_CTRL, in snd_cs4231_trigger()
614 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_playback_format()
639 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_capture_format()
647 snd_cs4231_out(chip, CS4231_REC_FORMAT, cdfr); in snd_cs4231_capture_format()
678 snd_cs4231_out(chip, CS4231_TIMER_HIGH, in snd_cs4231_timer_start()
681 snd_cs4231_out(chip, CS4231_TIMER_LOW, in snd_cs4231_timer_start()
684 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_timer_start()
700 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_timer_stop()
724 snd_cs4231_out(chip, CS4231_IFACE_CTRL, chip->image[CS4231_IFACE_CTRL]); in snd_cs4231_init()
734 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_init()
745 snd_cs4231_out(chip, CS4231_ALT_FEATURE_2, in snd_cs4231_init()
751 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_init()
762 snd_cs4231_out(chip, CS4231_REC_FORMAT, chip->image[CS4231_REC_FORMAT]); in snd_cs4231_init()
787 snd_cs4231_out(chip, CS4231_IRQ_STATUS, CS4231_PLAYBACK_IRQ | in snd_cs4231_open()
790 snd_cs4231_out(chip, CS4231_IRQ_STATUS, 0); in snd_cs4231_open()
794 snd_cs4231_out(chip, CS4231_IRQ_STATUS, CS4231_PLAYBACK_IRQ | in snd_cs4231_open()
797 snd_cs4231_out(chip, CS4231_IRQ_STATUS, 0); in snd_cs4231_open()
820 snd_cs4231_out(chip, CS4231_IRQ_STATUS, 0); in snd_cs4231_close()
835 snd_cs4231_out(chip, CS4231_IFACE_CTRL, in snd_cs4231_close()
843 snd_cs4231_out(chip, CS4231_IRQ_STATUS, 0); in snd_cs4231_close()
1034 snd_cs4231_out(chip, CS4231_MISC_INFO, CS4231_MODE2); in snd_cs4231_probe()
1070 snd_cs4231_out(chip, i, *ptr++); in snd_cs4231_probe()
1313 snd_cs4231_out(chip, CS4231_LEFT_INPUT, left); in snd_cs4231_put_mux()
1314 snd_cs4231_out(chip, CS4231_RIGHT_INPUT, right); in snd_cs4231_put_mux()
1379 snd_cs4231_out(chip, reg, val); in snd_cs4231_put_single()
1460 snd_cs4231_out(chip, left_reg, val1); in snd_cs4231_put_double()
1461 snd_cs4231_out(chip, right_reg, val2); in snd_cs4231_put_double()