Lines Matching refs:CS4231_ALT_FEATURE_1
637 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format()
638 chip->image[CS4231_ALT_FEATURE_1] | 0x10); in snd_wss_playback_format()
642 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format()
643 chip->image[CS4231_ALT_FEATURE_1] &= ~0x10); in snd_wss_playback_format()
699 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_capture_format()
700 chip->image[CS4231_ALT_FEATURE_1] | 0x20); in snd_wss_capture_format()
703 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_capture_format()
704 chip->image[CS4231_ALT_FEATURE_1] &= ~0x20); in snd_wss_capture_format()
773 if ((chip->image[CS4231_ALT_FEATURE_1] & CS4231_TIMER_ENABLE) == 0 || in snd_wss_timer_start()
782 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_timer_start()
783 chip->image[CS4231_ALT_FEATURE_1] | in snd_wss_timer_start()
795 chip->image[CS4231_ALT_FEATURE_1] &= ~CS4231_TIMER_ENABLE; in snd_wss_timer_stop()
796 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_timer_stop()
797 chip->image[CS4231_ALT_FEATURE_1]); in snd_wss_timer_stop()
833 CS4231_ALT_FEATURE_1, chip->image[CS4231_ALT_FEATURE_1]); in snd_wss_init()
839 chip->image[CS4231_ALT_FEATURE_1]); in snd_wss_init()
1346 chip->image[CS4231_ALT_FEATURE_1] = 0x80; in snd_wss_probe()