Symbol: WM_VOL_MUTE
sound/pci/ice1712/aureon.c
2105
spec->master[0] = WM_VOL_MUTE;
sound/pci/ice1712/aureon.c
2106
spec->master[1] = WM_VOL_MUTE;
sound/pci/ice1712/aureon.c
2108
spec->vol[i] = WM_VOL_MUTE;
sound/pci/ice1712/aureon.c
682
if ((master & WM_VOL_MUTE) || (vol & WM_VOL_MUTE)) {
sound/pci/ice1712/aureon.c
744
spec->master[i] & ~WM_VOL_MUTE;
sound/pci/ice1712/aureon.c
759
vol |= spec->master[ch] & WM_VOL_MUTE;
sound/pci/ice1712/aureon.c
797
spec->vol[ofs+i] & ~WM_VOL_MUTE;
sound/pci/ice1712/aureon.c
815
vol |= spec->vol[ofs+i] & WM_VOL_MUTE;
sound/pci/ice1712/aureon.c
851
(spec->vol[ofs + i] & WM_VOL_MUTE) ? 0 : 1;
sound/pci/ice1712/aureon.c
866
int val = (spec->vol[ofs + i] & WM_VOL_MUTE) ? 0 : 1;
sound/pci/ice1712/aureon.c
868
spec->vol[ofs + i] &= ~WM_VOL_MUTE;
sound/pci/ice1712/aureon.c
870
ucontrol->value.integer.value[i] ? 0 : WM_VOL_MUTE;
sound/pci/ice1712/aureon.c
892
(spec->master[0] & WM_VOL_MUTE) ? 0 : 1;
sound/pci/ice1712/aureon.c
894
(spec->master[1] & WM_VOL_MUTE) ? 0 : 1;
sound/pci/ice1712/aureon.c
906
int val = (spec->master[i] & WM_VOL_MUTE) ? 0 : 1;
sound/pci/ice1712/aureon.c
909
spec->master[i] &= ~WM_VOL_MUTE;
sound/pci/ice1712/aureon.c
911
ucontrol->value.integer.value[i] ? 0 : WM_VOL_MUTE;
sound/pci/ice1712/phase.c
270
if ((master & WM_VOL_MUTE) || (vol & WM_VOL_MUTE))
sound/pci/ice1712/phase.c
273
nvol = 127 - wm_vol[(((vol & ~WM_VOL_MUTE) *
sound/pci/ice1712/phase.c
274
(master & ~WM_VOL_MUTE)) / 127) & WM_VOL_MAX];
sound/pci/ice1712/phase.c
335
~WM_VOL_MUTE;
sound/pci/ice1712/phase.c
351
vol |= spec->master[ch] & WM_VOL_MUTE;
sound/pci/ice1712/phase.c
450
spec->master[0] = WM_VOL_MUTE;
sound/pci/ice1712/phase.c
451
spec->master[1] = WM_VOL_MUTE;
sound/pci/ice1712/phase.c
453
spec->vol[i] = WM_VOL_MUTE;
sound/pci/ice1712/phase.c
485
spec->vol[ofs+i] & ~WM_VOL_MUTE;
sound/pci/ice1712/phase.c
505
vol |= spec->vol[ofs+i] & WM_VOL_MUTE;
sound/pci/ice1712/phase.c
542
(spec->vol[ofs+i] & WM_VOL_MUTE) ? 0 : 1;
sound/pci/ice1712/phase.c
558
int val = (spec->vol[ofs + i] & WM_VOL_MUTE) ? 0 : 1;
sound/pci/ice1712/phase.c
560
spec->vol[ofs + i] &= ~WM_VOL_MUTE;
sound/pci/ice1712/phase.c
563
WM_VOL_MUTE;
sound/pci/ice1712/phase.c
586
(spec->master[0] & WM_VOL_MUTE) ? 0 : 1;
sound/pci/ice1712/phase.c
588
(spec->master[1] & WM_VOL_MUTE) ? 0 : 1;
sound/pci/ice1712/phase.c
601
int val = (spec->master[i] & WM_VOL_MUTE) ? 0 : 1;
sound/pci/ice1712/phase.c
604
spec->master[i] &= ~WM_VOL_MUTE;
sound/pci/ice1712/phase.c
607
WM_VOL_MUTE;
sound/pci/ice1712/prodigy_hifi.c
316
if ((master & WM_VOL_MUTE) || (vol & WM_VOL_MUTE))
sound/pci/ice1712/prodigy_hifi.c
319
nvol = (((vol & ~WM_VOL_MUTE) * (master & ~WM_VOL_MUTE)) / 128)
sound/pci/ice1712/prodigy_hifi.c
333
if ((master & WM_VOL_MUTE) || (vol & WM_VOL_MUTE))
sound/pci/ice1712/prodigy_hifi.c
336
nvol = (((vol & ~WM_VOL_MUTE) * (master & ~WM_VOL_MUTE)) / 128)
sound/pci/ice1712/prodigy_hifi.c
368
spec->vol[2 + i] & ~WM_VOL_MUTE;
sound/pci/ice1712/prodigy_hifi.c
382
spec->vol[2 + i] &= WM_VOL_MUTE;
sound/pci/ice1712/prodigy_hifi.c
433
spec->vol[ofs + i] &= WM_VOL_MUTE;