• Home
  • Raw
  • Download

Lines Matching refs:snd_wss_out

185 void snd_wss_out(struct snd_wss *chip, unsigned char reg, unsigned char value)  in snd_wss_out()  function
200 EXPORT_SYMBOL(snd_wss_out);
506 snd_wss_out(chip, CS4231_IFACE_CTRL, chip->image[CS4231_IFACE_CTRL]); in snd_wss_trigger()
623 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format()
626 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_playback_format()
628 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format()
647 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, (pdfr & 0xf0)); in snd_wss_playback_format()
648 snd_wss_out(chip, AD1845_UPR_FREQ_SEL, (rate >> 8) & 0xff); in snd_wss_playback_format()
649 snd_wss_out(chip, AD1845_LWR_FREQ_SEL, rate & 0xff); in snd_wss_playback_format()
663 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr); in snd_wss_playback_format()
685 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_capture_format()
687 snd_wss_out(chip, CS4231_REC_FORMAT, in snd_wss_capture_format()
689 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_capture_format()
707 snd_wss_out(chip, CS4231_REC_FORMAT, (cdfr & 0xf0)); in snd_wss_capture_format()
708 snd_wss_out(chip, AD1845_UPR_FREQ_SEL, (rate >> 8) & 0xff); in snd_wss_capture_format()
709 snd_wss_out(chip, AD1845_LWR_FREQ_SEL, rate & 0xff); in snd_wss_capture_format()
719 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, cdfr); in snd_wss_capture_format()
721 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_capture_format()
730 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, cdfr); in snd_wss_capture_format()
732 snd_wss_out(chip, CS4231_REC_FORMAT, cdfr); in snd_wss_capture_format()
763 snd_wss_out(chip, CS4231_TIMER_HIGH, in snd_wss_timer_start()
766 snd_wss_out(chip, CS4231_TIMER_LOW, in snd_wss_timer_start()
768 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_timer_start()
782 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_timer_stop()
806 snd_wss_out(chip, CS4231_IFACE_CTRL, chip->image[CS4231_IFACE_CTRL]); in snd_wss_init()
817 snd_wss_out(chip, CS4231_IFACE_CTRL, chip->image[CS4231_IFACE_CTRL]); in snd_wss_init()
818 snd_wss_out(chip, in snd_wss_init()
829 snd_wss_out(chip, CS4231_ALT_FEATURE_2, in snd_wss_init()
835 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_init()
847 snd_wss_out(chip, CS4231_REC_FORMAT, in snd_wss_init()
876 snd_wss_out(chip, CS4231_IRQ_STATUS, in snd_wss_open()
880 snd_wss_out(chip, CS4231_IRQ_STATUS, 0); in snd_wss_open()
885 snd_wss_out(chip, CS4231_PIN_CTRL, chip->image[CS4231_PIN_CTRL]); in snd_wss_open()
887 snd_wss_out(chip, CS4231_IRQ_STATUS, in snd_wss_open()
891 snd_wss_out(chip, CS4231_IRQ_STATUS, 0); in snd_wss_open()
913 snd_wss_out(chip, CS4231_IRQ_STATUS, 0); in snd_wss_close()
917 snd_wss_out(chip, CS4231_PIN_CTRL, chip->image[CS4231_PIN_CTRL]); in snd_wss_close()
928 snd_wss_out(chip, CS4231_IFACE_CTRL, in snd_wss_close()
937 snd_wss_out(chip, CS4231_IRQ_STATUS, 0); in snd_wss_close()
1014 snd_wss_out(chip, CS4231_PLY_LWR_CNT, (unsigned char) count); in snd_wss_playback_prepare()
1015 snd_wss_out(chip, CS4231_PLY_UPR_CNT, (unsigned char) (count >> 8)); in snd_wss_playback_prepare()
1064 snd_wss_out(chip, CS4231_PLY_LWR_CNT, (unsigned char) count); in snd_wss_capture_prepare()
1065 snd_wss_out(chip, CS4231_PLY_UPR_CNT, in snd_wss_capture_prepare()
1068 snd_wss_out(chip, CS4231_REC_LWR_CNT, (unsigned char) count); in snd_wss_capture_prepare()
1069 snd_wss_out(chip, CS4231_REC_UPR_CNT, in snd_wss_capture_prepare()
1134 snd_wss_out(chip, CS4231_IRQ_STATUS, status); in snd_wss_interrupt()
1267 snd_wss_out(chip, CS4231_MISC_INFO, in snd_wss_probe()
1283 snd_wss_out(chip, 23, ~tmp); in snd_wss_probe()
1345 snd_wss_out(chip, i, *ptr++); in snd_wss_probe()
1638 snd_wss_out(chip, reg, chip->image[reg]); in snd_wss_resume()
1644 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_resume()
2034 snd_wss_out(chip, CS4231_LEFT_INPUT, left); in snd_wss_put_mux()
2035 snd_wss_out(chip, CS4231_RIGHT_INPUT, right); in snd_wss_put_mux()
2091 snd_wss_out(chip, reg, val); in snd_wss_put_single()
2162 snd_wss_out(chip, left_reg, val1); in snd_wss_put_double()
2163 snd_wss_out(chip, right_reg, val2); in snd_wss_put_double()
2168 snd_wss_out(chip, left_reg, val1); in snd_wss_put_double()