Home
last modified time | relevance | path

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

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