Home
last modified time | relevance | path

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

/linux-3.4.99/include/sound/
Dcs4231-regs.h151 #define CS4231_TIMER_ENABLE 0x40 /* codec timer enable */ macro
/linux-3.4.99/sound/sparc/
Dcs4231.c673 if ((chip->image[CS4231_ALT_FEATURE_1] & CS4231_TIMER_ENABLE) == 0 || in snd_cs4231_timer_start()
684 CS4231_TIMER_ENABLE); in snd_cs4231_timer_start()
697 chip->image[CS4231_ALT_FEATURE_1] &= ~CS4231_TIMER_ENABLE; in snd_cs4231_timer_stop()
/linux-3.4.99/sound/isa/wss/
Dwss_lib.c773 if ((chip->image[CS4231_ALT_FEATURE_1] & CS4231_TIMER_ENABLE) == 0 || in snd_wss_timer_start()
784 CS4231_TIMER_ENABLE); in snd_wss_timer_start()
795 chip->image[CS4231_ALT_FEATURE_1] &= ~CS4231_TIMER_ENABLE; in snd_wss_timer_stop()