Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ice1712/
H A Dphase.c57 #define WM_MUTE 0x14 /* mute controls */ macro
291 ucontrol->value.integer.value[0] = (wm_get(ice, WM_MUTE) & 0x10) ? in wm_pcm_mute_get()
305 oval = wm_get(ice, WM_MUTE); in wm_pcm_mute_put()
309 wm_put(ice, WM_MUTE, nval); in wm_pcm_mute_put()
H A Daureon.c64 #define WM_MUTE 0x14 /* mute controls */ macro
708 ucontrol->value.integer.value[0] = (wm_get(ice, WM_MUTE) & 0x10) ? 0 : 1; in wm_pcm_mute_get()
720 oval = wm_get(ice, WM_MUTE); in wm_pcm_mute_put()
724 wm_put(ice, WM_MUTE, nval); in wm_pcm_mute_put()