Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/ice1712/
Dphase.c72 #define WM_MUTE 0x14 /* mute controls */ macro
306 ucontrol->value.integer.value[0] = (wm_get(ice, WM_MUTE) & 0x10) ? in wm_pcm_mute_get()
320 oval = wm_get(ice, WM_MUTE); in wm_pcm_mute_put()
324 wm_put(ice, WM_MUTE, nval); in wm_pcm_mute_put()
Daureon.c79 #define WM_MUTE 0x14 /* mute controls */ macro
728 ucontrol->value.integer.value[0] = (wm_get(ice, WM_MUTE) & 0x10) ? 0 : 1; in wm_pcm_mute_get()
740 oval = wm_get(ice, WM_MUTE); in wm_pcm_mute_put()
744 wm_put(ice, WM_MUTE, nval); in wm_pcm_mute_put()