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

/linux-4.1.27/sound/pci/ice1712/
H A Dphase.c71 #define WM_MUTE 0x14 /* mute controls */ macro
305 ucontrol->value.integer.value[0] = (wm_get(ice, WM_MUTE) & 0x10) ? wm_pcm_mute_get()
319 oval = wm_get(ice, WM_MUTE); wm_pcm_mute_put()
323 wm_put(ice, WM_MUTE, nval); wm_pcm_mute_put()
H A Daureon.c78 #define WM_MUTE 0x14 /* mute controls */ macro
722 ucontrol->value.integer.value[0] = (wm_get(ice, WM_MUTE) & 0x10) ? 0 : 1; wm_pcm_mute_get()
734 oval = wm_get(ice, WM_MUTE); wm_pcm_mute_put()
738 wm_put(ice, WM_MUTE, nval); wm_pcm_mute_put()

Completed in 65 milliseconds