Searched refs:WM_DAC_CTRL2 (Results 1 - 4 of 4) sorted by relevance

/linux-master/sound/pci/ice1712/
H A Dphase.c58 #define WM_DAC_CTRL2 0x15 /* de-emphasis and zefo-flag */ macro
681 ucontrol->value.integer.value[0] = (wm_get(ice, WM_DAC_CTRL2) & 0xf) ==
691 temp = wm_get(ice, WM_DAC_CTRL2);
698 wm_put(ice, WM_DAC_CTRL2, temp);
H A Dprodigy_hifi.c47 #define WM_DAC_CTRL2 0x09 macro
984 WM_DAC_CTRL2,
1052 WM_DAC_CTRL2, 0x0000, /* no deemphasis, no ZFLG */
H A Dpontis.c39 #define WM_DAC_CTRL2 0x09 macro
719 WM_DAC_CTRL2, 0x0000, /* no deemphasis, no ZFLG */
H A Daureon.c65 #define WM_DAC_CTRL2 0x15 /* de-emphasis and zefo-flag */ macro
1332 ucontrol->value.integer.value[0] = (wm_get(ice, WM_DAC_CTRL2) & 0xf) == 0xf;
1340 temp2 = temp = wm_get(ice, WM_DAC_CTRL2);
1346 wm_put(ice, WM_DAC_CTRL2, temp);

Completed in 115 milliseconds