Searched refs:WM_MUTE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | phase.c | 57 #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 D | aureon.c | 64 #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()
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | phase.c | 57 #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 D | aureon.c | 64 #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()
|
Completed in 9 milliseconds