Lines Matching refs:snd_wss_out

199 void snd_wss_out(struct snd_wss *chip, unsigned char reg, unsigned char value)  in snd_wss_out()  function
214 EXPORT_SYMBOL(snd_wss_out);
520 snd_wss_out(chip, CS4231_IFACE_CTRL, chip->image[CS4231_IFACE_CTRL]); in snd_wss_trigger()
637 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format()
640 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_playback_format()
642 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format()
661 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, (pdfr & 0xf0)); in snd_wss_playback_format()
662 snd_wss_out(chip, AD1845_UPR_FREQ_SEL, (rate >> 8) & 0xff); in snd_wss_playback_format()
663 snd_wss_out(chip, AD1845_LWR_FREQ_SEL, rate & 0xff); in snd_wss_playback_format()
677 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr); in snd_wss_playback_format()
699 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_capture_format()
701 snd_wss_out(chip, CS4231_REC_FORMAT, in snd_wss_capture_format()
703 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_capture_format()
721 snd_wss_out(chip, CS4231_REC_FORMAT, (cdfr & 0xf0)); in snd_wss_capture_format()
722 snd_wss_out(chip, AD1845_UPR_FREQ_SEL, (rate >> 8) & 0xff); in snd_wss_capture_format()
723 snd_wss_out(chip, AD1845_LWR_FREQ_SEL, rate & 0xff); in snd_wss_capture_format()
733 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, cdfr); in snd_wss_capture_format()
735 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_capture_format()
744 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, cdfr); in snd_wss_capture_format()
746 snd_wss_out(chip, CS4231_REC_FORMAT, cdfr); in snd_wss_capture_format()
777 snd_wss_out(chip, CS4231_TIMER_HIGH, in snd_wss_timer_start()
780 snd_wss_out(chip, CS4231_TIMER_LOW, in snd_wss_timer_start()
782 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_timer_start()
796 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_timer_stop()
820 snd_wss_out(chip, CS4231_IFACE_CTRL, chip->image[CS4231_IFACE_CTRL]); in snd_wss_init()
831 snd_wss_out(chip, CS4231_IFACE_CTRL, chip->image[CS4231_IFACE_CTRL]); in snd_wss_init()
832 snd_wss_out(chip, in snd_wss_init()
843 snd_wss_out(chip, CS4231_ALT_FEATURE_2, in snd_wss_init()
849 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_init()
861 snd_wss_out(chip, CS4231_REC_FORMAT, in snd_wss_init()
890 snd_wss_out(chip, CS4231_IRQ_STATUS, in snd_wss_open()
894 snd_wss_out(chip, CS4231_IRQ_STATUS, 0); in snd_wss_open()
899 snd_wss_out(chip, CS4231_PIN_CTRL, chip->image[CS4231_PIN_CTRL]); in snd_wss_open()
901 snd_wss_out(chip, CS4231_IRQ_STATUS, in snd_wss_open()
905 snd_wss_out(chip, CS4231_IRQ_STATUS, 0); in snd_wss_open()
927 snd_wss_out(chip, CS4231_IRQ_STATUS, 0); in snd_wss_close()
931 snd_wss_out(chip, CS4231_PIN_CTRL, chip->image[CS4231_PIN_CTRL]); in snd_wss_close()
942 snd_wss_out(chip, CS4231_IFACE_CTRL, in snd_wss_close()
951 snd_wss_out(chip, CS4231_IRQ_STATUS, 0); in snd_wss_close()
1028 snd_wss_out(chip, CS4231_PLY_LWR_CNT, (unsigned char) count); in snd_wss_playback_prepare()
1029 snd_wss_out(chip, CS4231_PLY_UPR_CNT, (unsigned char) (count >> 8)); in snd_wss_playback_prepare()
1078 snd_wss_out(chip, CS4231_PLY_LWR_CNT, (unsigned char) count); in snd_wss_capture_prepare()
1079 snd_wss_out(chip, CS4231_PLY_UPR_CNT, in snd_wss_capture_prepare()
1082 snd_wss_out(chip, CS4231_REC_LWR_CNT, (unsigned char) count); in snd_wss_capture_prepare()
1083 snd_wss_out(chip, CS4231_REC_UPR_CNT, in snd_wss_capture_prepare()
1148 snd_wss_out(chip, CS4231_IRQ_STATUS, status); in snd_wss_interrupt()
1281 snd_wss_out(chip, CS4231_MISC_INFO, in snd_wss_probe()
1297 snd_wss_out(chip, 23, ~tmp); in snd_wss_probe()
1359 snd_wss_out(chip, i, *ptr++); in snd_wss_probe()
1655 snd_wss_out(chip, reg, chip->image[reg]); in snd_wss_resume()
1661 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_resume()
2051 snd_wss_out(chip, CS4231_LEFT_INPUT, left); in snd_wss_put_mux()
2052 snd_wss_out(chip, CS4231_RIGHT_INPUT, right); in snd_wss_put_mux()
2108 snd_wss_out(chip, reg, val); in snd_wss_put_single()
2179 snd_wss_out(chip, left_reg, val1); in snd_wss_put_double()
2180 snd_wss_out(chip, right_reg, val2); in snd_wss_put_double()
2185 snd_wss_out(chip, left_reg, val1); in snd_wss_put_double()