Home
last modified time | relevance | path

Searched refs:CS4231_TIMER_ENABLE (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
H A Dcs4231-regs.h136 #define CS4231_TIMER_ENABLE 0x40 /* codec timer enable */ macro
/linux/sound/sparc/
H A Dcs4231.c674 if ((chip->image[CS4231_ALT_FEATURE_1] & CS4231_TIMER_ENABLE) == 0 || in snd_cs4231_timer_start()
685 CS4231_TIMER_ENABLE); in snd_cs4231_timer_start()
698 chip->image[CS4231_ALT_FEATURE_1] &= ~CS4231_TIMER_ENABLE; in snd_cs4231_timer_stop()
/linux/sound/isa/wss/
H A Dwss_lib.c759 if ((chip->image[CS4231_ALT_FEATURE_1] & CS4231_TIMER_ENABLE) == 0 || in snd_wss_timer_start()
770 CS4231_TIMER_ENABLE); in snd_wss_timer_start()
781 chip->image[CS4231_ALT_FEATURE_1] &= ~CS4231_TIMER_ENABLE; in snd_wss_timer_stop()