Searched refs:WM_OUT_MUX (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/ice1712/
H A Dpontis.c66 #define WM_OUT_MUX 0x16 macro
262 ucontrol->value.integer.value[0] = (wm_get(ice, WM_OUT_MUX) & 0x04) ? 1 : 0; wm_bypass_get()
274 val = oval = wm_get(ice, WM_OUT_MUX); wm_bypass_put()
280 wm_put(ice, WM_OUT_MUX, val); wm_bypass_put()
730 WM_OUT_MUX, 0x0001, /* OUT DAC */ pontis_init()
H A Dprodigy_hifi.c74 #define WM_OUT_MUX 0x16 macro
706 (wm_get(ice, WM_OUT_MUX) & 0x04) ? 1 : 0; wm_bypass_get()
719 val = oval = wm_get(ice, WM_OUT_MUX); wm_bypass_put()
725 wm_put(ice, WM_OUT_MUX, val); wm_bypass_put()
990 WM_OUT_MUX, 0x0001, /* OUT DAC */ prodigy_hifi_init()

Completed in 39 milliseconds