Lines Matching refs:snd_cs4231_out

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()
733 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_init()
744 snd_cs4231_out(chip, CS4231_ALT_FEATURE_2, in snd_cs4231_init()
750 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_init()
761 snd_cs4231_out(chip, CS4231_REC_FORMAT, chip->image[CS4231_REC_FORMAT]); in snd_cs4231_init()
786 snd_cs4231_out(chip, CS4231_IRQ_STATUS, CS4231_PLAYBACK_IRQ | in snd_cs4231_open()
789 snd_cs4231_out(chip, CS4231_IRQ_STATUS, 0); in snd_cs4231_open()
793 snd_cs4231_out(chip, CS4231_IRQ_STATUS, CS4231_PLAYBACK_IRQ | in snd_cs4231_open()
796 snd_cs4231_out(chip, CS4231_IRQ_STATUS, 0); in snd_cs4231_open()
819 snd_cs4231_out(chip, CS4231_IRQ_STATUS, 0); in snd_cs4231_close()
834 snd_cs4231_out(chip, CS4231_IFACE_CTRL, in snd_cs4231_close()
842 snd_cs4231_out(chip, CS4231_IRQ_STATUS, 0); in snd_cs4231_close()
1043 snd_cs4231_out(chip, CS4231_MISC_INFO, CS4231_MODE2); in snd_cs4231_probe()
1079 snd_cs4231_out(chip, i, *ptr++); in snd_cs4231_probe()
1331 snd_cs4231_out(chip, CS4231_LEFT_INPUT, left); in snd_cs4231_put_mux()
1332 snd_cs4231_out(chip, CS4231_RIGHT_INPUT, right); in snd_cs4231_put_mux()
1397 snd_cs4231_out(chip, reg, val); in snd_cs4231_put_single()
1478 snd_cs4231_out(chip, left_reg, val1); in snd_cs4231_put_double()
1479 snd_cs4231_out(chip, right_reg, val2); in snd_cs4231_put_double()