Searched refs:WM_DAC_CTRL2 (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/sound/pci/ice1712/ |
H A D | phase.c | 72 #define WM_DAC_CTRL2 0x15 /* de-emphasis and zefo-flag */ macro 695 ucontrol->value.integer.value[0] = (wm_get(ice, WM_DAC_CTRL2) & 0xf) == phase28_deemp_get() 705 temp = wm_get(ice, WM_DAC_CTRL2); phase28_deemp_put() 712 wm_put(ice, WM_DAC_CTRL2, temp); phase28_deemp_put()
|
H A D | pontis.c | 53 #define WM_DAC_CTRL2 0x09 macro 739 WM_DAC_CTRL2, 0x0000, /* no deemphasis, no ZFLG */ pontis_init()
|
H A D | aureon.c | 79 #define WM_DAC_CTRL2 0x15 /* de-emphasis and zefo-flag */ macro 1346 ucontrol->value.integer.value[0] = (wm_get(ice, WM_DAC_CTRL2) & 0xf) == 0xf; aureon_deemp_get() 1354 temp2 = temp = wm_get(ice, WM_DAC_CTRL2); aureon_deemp_put() 1360 wm_put(ice, WM_DAC_CTRL2, temp); aureon_deemp_put()
|
H A D | prodigy_hifi.c | 61 #define WM_DAC_CTRL2 0x09 macro 1001 WM_DAC_CTRL2, 0x0000, /* no deemphasis, no ZFLG */ prodigy_hifi_init()
|
Completed in 72 milliseconds