Symbol: mute
arch/powerpc/include/asm/ps3av.h
461
u16 mute; /* in: mute on/off */
arch/powerpc/include/asm/ps3av.h
466
struct ps3av_av_mute mute[PS3AV_MUTE_PORT_MAX];
arch/powerpc/include/asm/ps3av.h
516
struct ps3av_av_mute mute[PS3AV_MUTE_PORT_MAX];
arch/powerpc/include/asm/ps3av.h
532
u16 mute; /* in: mute */
arch/powerpc/include/asm/ps3av.h
611
u32 mute; /* in: mute */
arch/powerpc/include/asm/ps3av.h
616
struct ps3av_audio_mute mute[PS3AV_OPT_PORT_MAX];
drivers/crypto/amcc/crypto4xx_alg.c
49
u32 sn_mask, u32 mute, u32 cp_pad,
drivers/crypto/amcc/crypto4xx_alg.c
60
sa->sa_command_1.bf.mutable_bit_proc = mute;
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
1636
static void dce_v6_0_audio_set_mute(struct drm_encoder *encoder, bool mute)
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
1645
tmp = REG_SET_FIELD(tmp, HDMI_GC, HDMI_GC_AVMUTE, mute ? 1 : 0);
drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c
1438
bool mute)
drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c
1442
REG_UPDATE(AFMT_AUDIO_PACKET_CONTROL, AFMT_AUDIO_SAMPLE_SEND, !mute);
drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.h
726
struct stream_encoder *enc, bool mute);
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_afmt.c
148
bool mute)
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_afmt.c
151
if (mute && afmt->funcs->afmt_powerdown)
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_afmt.c
153
if (!mute && afmt->funcs->afmt_poweron)
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_afmt.c
156
REG_UPDATE(AFMT_AUDIO_PACKET_CONTROL, AFMT_AUDIO_SAMPLE_SEND, !mute);
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_afmt.h
117
bool mute);
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_afmt.h
155
bool mute);
drivers/gpu/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
1429
bool mute)
drivers/gpu/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
1433
REG_UPDATE(AFMT_AUDIO_PACKET_CONTROL, AFMT_AUDIO_SAMPLE_SEND, !mute);
drivers/gpu/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.h
695
bool mute);
drivers/gpu/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
712
bool mute)
drivers/gpu/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
715
enc->afmt->funcs->audio_mute_control(enc->afmt, mute);
drivers/gpu/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.h
305
bool mute);
drivers/gpu/drm/amd/display/dc/dio/dcn314/dcn314_dio_stream_encoder.h
293
bool mute);
drivers/gpu/drm/amd/display/dc/dio/dcn35/dcn35_dio_stream_encoder.h
303
bool mute);
drivers/gpu/drm/amd/display/dc/dio/virtual/virtual_stream_encoder.c
80
bool mute) {}
drivers/gpu/drm/amd/display/dc/inc/hw/stream_encoder.h
193
struct stream_encoder *enc, bool mute);
drivers/gpu/drm/bridge/ite-it66121.c
656
static int it66121_set_mute(struct it66121_ctx *ctx, bool mute)
drivers/gpu/drm/bridge/ite-it66121.c
661
if (mute)
drivers/gpu/drm/bridge/sii902x.c
555
static int sii902x_mute(struct sii902x *sii902x, bool mute)
drivers/gpu/drm/bridge/sii902x.c
558
unsigned int val = mute ? SII902X_TPI_AUDIO_MUTE_ENABLE :
drivers/gpu/drm/bridge/sii902x.c
561
dev_dbg(dev, "%s: %s\n", __func__, mute ? "Muted" : "Unmuted");
drivers/gpu/drm/exynos/exynos_hdmi.c
1129
bool enable = !hdata->audio.mute;
drivers/gpu/drm/exynos/exynos_hdmi.c
114
bool mute;
drivers/gpu/drm/exynos/exynos_hdmi.c
1590
hdata->audio.mute = true;
drivers/gpu/drm/exynos/exynos_hdmi.c
1629
bool mute, int direction)
drivers/gpu/drm/exynos/exynos_hdmi.c
1635
hdata->audio.mute = mute;
drivers/gpu/drm/mediatek/mtk_dp.c
1343
static void mtk_dp_audio_mute(struct mtk_dp *mtk_dp, bool mute)
drivers/gpu/drm/mediatek/mtk_dp.c
1347
if (mute) {
drivers/gpu/drm/mediatek/mtk_hdmi_v2.c
283
static inline void mtk_hdmi_v2_hw_gcp_avmute(struct mtk_hdmi *hdmi, bool mute)
drivers/gpu/drm/mediatek/mtk_hdmi_v2.c
290
if (mute) {
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/disp.c
366
r535_sor_dp_audio_mute(struct nvkm_ior *sor, bool mute)
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/disp.c
377
ctrl->mute = mute;
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/disp.c
497
r535_sor_hdmi_ctrl_audio_mute(struct nvkm_outp *outp, bool mute)
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/disp.c
508
ctrl->mute = mute;
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/nvrm/disp.h
445
NvU8 mute;
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/nvrm/disp.h
699
NvU32 mute;
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/nvrm/disp.h
295
NvU32 mute;
drivers/gpu/drm/radeon/dce3_1_afmt.c
224
void dce3_2_set_mute(struct drm_encoder *encoder, u32 offset, bool mute)
drivers/gpu/drm/radeon/dce3_1_afmt.c
229
if (mute)
drivers/gpu/drm/radeon/evergreen_hdmi.c
391
void dce4_set_mute(struct drm_encoder *encoder, u32 offset, bool mute)
drivers/gpu/drm/radeon/evergreen_hdmi.c
396
if (mute)
drivers/gpu/drm/radeon/evergreen_hdmi.h
67
void dce4_set_mute(struct drm_encoder *encoder, u32 offset, bool mute);
drivers/gpu/drm/radeon/r600.h
45
void r600_set_mute(struct drm_encoder *encoder, u32 offset, bool mute);
drivers/gpu/drm/radeon/r600_hdmi.c
372
void r600_set_mute(struct drm_encoder *encoder, u32 offset, bool mute)
drivers/gpu/drm/radeon/r600_hdmi.c
377
if (mute)
drivers/gpu/drm/radeon/radeon_audio.c
622
static void radeon_audio_set_mute(struct drm_encoder *encoder, bool mute)
drivers/gpu/drm/radeon/radeon_audio.c
631
radeon_encoder->audio->set_mute(encoder, dig->afmt->offset, mute);
drivers/gpu/drm/radeon/radeon_audio.h
63
void (*set_mute)(struct drm_encoder *encoder, u32 offset, bool mute);
drivers/gpu/drm/radeon/radeon_audio.h
95
void dce3_2_set_mute(struct drm_encoder *encoder, u32 offset, bool mute);
drivers/media/dvb-frontends/drx39xyj/drx_driver.h
1462
bool mute; /*< mute overrides volume setting */
drivers/media/dvb-frontends/drx39xyj/drx_driver.h
1661
bool mute;
drivers/media/i2c/cx25840/cx25840-audio.c
532
if (state->mute->val)
drivers/media/i2c/cx25840/cx25840-core.c
3921
state->mute = v4l2_ctrl_new_std(&state->hdl,
drivers/media/i2c/cx25840/cx25840-core.h
78
struct v4l2_ctrl *mute;
drivers/media/i2c/saa717x.c
770
u8 mute = 0xac; /* -84 dB */
drivers/media/i2c/saa717x.c
790
val = mute | (mute << 8);
drivers/media/i2c/tda7432.c
293
if (t->mute->val) {
drivers/media/i2c/tda7432.c
362
t->mute = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops,
drivers/media/i2c/tda7432.c
378
v4l2_ctrl_cluster(2, &t->mute);
drivers/media/i2c/tda7432.c
72
struct v4l2_ctrl *mute;
drivers/media/i2c/wm8739.c
109
mute = state->mute->val ? 0x80 : 0;
drivers/media/i2c/wm8739.c
114
wm8739_write(sd, R0, (vol_l & 0x1f) | mute);
drivers/media/i2c/wm8739.c
115
wm8739_write(sd, R1, (vol_r & 0x1f) | mute);
drivers/media/i2c/wm8739.c
201
state->mute = v4l2_ctrl_new_std(&state->hdl, &wm8739_ctrl_ops,
drivers/media/i2c/wm8739.c
46
struct v4l2_ctrl *mute;
drivers/media/i2c/wm8739.c
91
u16 mute;
drivers/media/i2c/wm8775.c
120
if (v4l2_ctrl_g_ctrl(state->mute))
drivers/media/i2c/wm8775.c
220
state->mute = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops,
drivers/media/i2c/wm8775.c
46
struct v4l2_ctrl *mute;
drivers/media/i2c/wm8775.c
85
int muted = 0 != state->mute->val;
drivers/media/pci/bt8xx/bttv-cards.c
3813
btv->tea.mute = false;
drivers/media/pci/bt8xx/bttv-driver.c
1002
v4l2_ctrl_s_ctrl(ctrl, mute);
drivers/media/pci/bt8xx/bttv-driver.c
1007
v4l2_ctrl_s_ctrl(ctrl, mute);
drivers/media/pci/bt8xx/bttv-driver.c
1015
audio_mux_gpio(btv, input, btv->mute);
drivers/media/pci/bt8xx/bttv-driver.c
1266
btv->mute = c->val;
drivers/media/pci/bt8xx/bttv-driver.c
2379
audio_mute(btv, btv->mute);
drivers/media/pci/bt8xx/bttv-driver.c
3022
audio_mux_gpio(btv, btv->audio_input, btv->mute);
drivers/media/pci/bt8xx/bttv-driver.c
956
audio_mux_gpio(struct bttv *btv, int input, int mute)
drivers/media/pci/bt8xx/bttv-driver.c
965
mute_gpio = mute || (btv->opt_automute && (!signal || !btv->users)
drivers/media/pci/bt8xx/bttv-driver.c
988
audio_mute(struct bttv *btv, int mute)
drivers/media/pci/bt8xx/bttv-driver.c
992
audio_mux_gpio(btv, btv->audio_input, mute);
drivers/media/pci/bt8xx/bttv-driver.c
997
v4l2_ctrl_s_ctrl(ctrl, mute);
drivers/media/pci/bt8xx/bttvp.h
375
unsigned int mute;
drivers/media/pci/cx18/cx18-av-audio.c
375
static void set_mute(struct cx18 *cx, int mute)
drivers/media/pci/cx18/cx18-av-audio.c
386
if (mute) {
drivers/media/pci/cx18/cx18-av-audio.c
398
cx18_av_and_or(cx, 0x8d3, ~0x2, mute ? 0x02 : 0x00);
drivers/media/pci/cx23885/cx23885-video.c
1003
v4l2_ctrl_s_ctrl(mute, old_mute_val);
drivers/media/pci/cx23885/cx23885-video.c
1011
struct v4l2_ctrl *mute;
drivers/media/pci/cx23885/cx23885-video.c
1026
mute = v4l2_ctrl_find(&dev->ctrl_handler, V4L2_CID_AUDIO_MUTE);
drivers/media/pci/cx23885/cx23885-video.c
1027
if (mute) {
drivers/media/pci/cx23885/cx23885-video.c
1028
old_mute_val = v4l2_ctrl_g_ctrl(mute);
drivers/media/pci/cx23885/cx23885-video.c
1030
v4l2_ctrl_s_ctrl(mute, 1);
drivers/media/pci/cx23885/cx23885-video.c
1065
v4l2_ctrl_s_ctrl(mute, old_mute_val);
drivers/media/pci/cx23885/cx23885-video.c
969
struct v4l2_ctrl *mute;
drivers/media/pci/cx23885/cx23885-video.c
989
mute = v4l2_ctrl_find(&dev->ctrl_handler, V4L2_CID_AUDIO_MUTE);
drivers/media/pci/cx23885/cx23885-video.c
990
if (mute) {
drivers/media/pci/cx23885/cx23885-video.c
991
old_mute_val = v4l2_ctrl_g_ctrl(mute);
drivers/media/pci/cx23885/cx23885-video.c
993
v4l2_ctrl_s_ctrl(mute, 1);
drivers/media/pci/ivtv/ivtv-cards.c
1234
.mute = 0x0000 }, /* 0x200? Disable for now. */
drivers/media/pci/ivtv/ivtv-cards.c
245
.gpio_audio_mute = { .mask = 0x2000, .mute = 0x2000 },
drivers/media/pci/ivtv/ivtv-cards.c
288
.gpio_audio_mute = { .mask = 0x0001, .mute = 0x0001 },
drivers/media/pci/ivtv/ivtv-cards.c
330
.gpio_audio_mute = { .mask = 0x0001, .mute = 0x0001 },
drivers/media/pci/ivtv/ivtv-cards.c
481
.gpio_audio_mute = { .mask = 0x6000, .mute = 0x6000 },
drivers/media/pci/ivtv/ivtv-cards.c
847
.gpio_audio_mute = { .mask = 0x6000, .mute = 0x6000 },
drivers/media/pci/ivtv/ivtv-cards.h
236
u16 mute; /* set this value to mute, 0 to unmute */
drivers/media/pci/ivtv/ivtv-gpio.c
257
data = ctrl->val ? itv->card->gpio_audio_mute.mute : 0;
drivers/media/pci/saa7134/saa7134-cards.c
1119
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
1361
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
138
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
1396
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
1469
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
1504
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
1588
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
1628
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
1664
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
180
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
1815
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
1902
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
2039
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
2107
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
2150
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
2255
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
2328
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
255
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
303
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
3044
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
3117
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
3246
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
3426
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
3462
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
3496
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
3527
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
3731
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
3761
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
3809
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
3842
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
3871
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
399
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
4093
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
4127
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
4648
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
4985
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
5076
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
5117
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
5148
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
5185
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
5321
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
5449
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
5487
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
5517
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
5545
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
5697
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
5731
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
612
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
707
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
767
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
829
.mute = {
drivers/media/pci/saa7134/saa7134-cards.c
986
.mute = {
drivers/media/pci/saa7134/saa7134-tvaudio.c
173
unsigned int mute;
drivers/media/pci/saa7134/saa7134-tvaudio.c
180
mute = (dev->ctl_mute ||
drivers/media/pci/saa7134/saa7134-tvaudio.c
182
if (card(dev).mute.type) {
drivers/media/pci/saa7134/saa7134-tvaudio.c
187
if (mute)
drivers/media/pci/saa7134/saa7134-tvaudio.c
188
in = &card(dev).mute;
drivers/media/pci/saa7134/saa7134-tvaudio.c
191
if (dev->hw_mute == mute &&
drivers/media/pci/saa7134/saa7134-tvaudio.c
194
mute, saa7134_input_name[in->type]);
drivers/media/pci/saa7134/saa7134-tvaudio.c
200
saa7134_input_name[dev->input->type], mute,
drivers/media/pci/saa7134/saa7134-tvaudio.c
202
dev->hw_mute = mute;
drivers/media/pci/saa7134/saa7134-tvaudio.c
207
saa_writeb(SAA7134_AUDIO_MUTE_CTRL, mute ?
drivers/media/pci/saa7134/saa7134-tvaudio.c
747
if (card(dev).mute.type && dev->ctl_mute)
drivers/media/pci/saa7134/saa7134-tvaudio.c
748
in = &card(dev).mute;
drivers/media/pci/saa7134/saa7134.h
395
struct saa7134_input mute;
drivers/media/pci/saa7164/saa7164-api.c
457
int saa7164_api_audio_mute(struct saa7164_port *port, int mute)
drivers/media/pci/saa7164/saa7164-api.c
460
u8 v = mute;
drivers/media/pci/saa7164/saa7164-api.c
463
dprintk(DBGLVL_API, "%s(%d)\n", __func__, mute);
drivers/media/pci/saa7164/saa7164.h
545
int saa7164_api_audio_mute(struct saa7164_port *port, int mute);
drivers/media/radio/radio-aimslab.c
118
static int rtrack_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol)
drivers/media/radio/radio-aimslab.c
123
if (mute) {
drivers/media/radio/radio-aimslab.c
92
if (!v4l2_ctrl_g_ctrl(rt->isa.mute))
drivers/media/radio/radio-aztech.c
109
static int aztech_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol)
drivers/media/radio/radio-aztech.c
113
if (mute)
drivers/media/radio/radio-gemtek.c
153
int i, bit, q, mute;
drivers/media/radio/radio-gemtek.c
155
mute = gt->muted ? GEMTEK_MT : 0x00;
drivers/media/radio/radio-gemtek.c
157
outb_p(mute | GEMTEK_CE | GEMTEK_DA | GEMTEK_CK, isa->io);
drivers/media/radio/radio-gemtek.c
162
outb_p(mute | GEMTEK_CE | bit, isa->io);
drivers/media/radio/radio-gemtek.c
164
outb_p(mute | GEMTEK_CE | bit | GEMTEK_CK, isa->io);
drivers/media/radio/radio-gemtek.c
168
outb_p(mute | GEMTEK_DA | GEMTEK_CK, isa->io);
drivers/media/radio/radio-gemtek.c
214
static int gemtek_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol)
drivers/media/radio/radio-gemtek.c
219
gt->muted = mute;
drivers/media/radio/radio-gemtek.c
221
if (!mute)
drivers/media/radio/radio-gemtek.c
240
outb_p((i >> 5) | (mute ? GEMTEK_MT : 0), isa->io);
drivers/media/radio/radio-isa.c
217
isa->mute = v4l2_ctrl_new_std(&isa->hdl, &radio_isa_ctrl_ops,
drivers/media/radio/radio-isa.c
230
v4l2_ctrl_cluster(2, &isa->mute);
drivers/media/radio/radio-isa.h
31
struct v4l2_ctrl *mute;
drivers/media/radio/radio-isa.h
53
int (*s_mute_volume)(struct radio_isa_card *isa, bool mute, int volume);
drivers/media/radio/radio-mr800.c
180
static int amradio_set_mute(struct amradio_device *radio, bool mute)
drivers/media/radio/radio-mr800.c
183
AMRADIO_SET_MUTE, mute, NULL, 0, false);
drivers/media/radio/radio-mr800.c
186
radio->muted = mute;
drivers/media/radio/radio-rtrack2.c
87
outb_p(v4l2_ctrl_g_ctrl(isa->mute), isa->io);
drivers/media/radio/radio-rtrack2.c
97
static int rtrack2_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol)
drivers/media/radio/radio-rtrack2.c
99
outb(mute, isa->io);
drivers/media/radio/radio-sf16fmi.c
111
val = fmi->mute ? 0x00 : 0x08; /* mute/unmute */
drivers/media/radio/radio-sf16fmi.c
200
fmi->mute = ctrl->val;
drivers/media/radio/radio-sf16fmi.c
352
fmi->mute = true;
drivers/media/radio/radio-sf16fmi.c
53
bool mute;
drivers/media/radio/radio-sf16fmi.c
76
if (!fmi->mute)
drivers/media/radio/radio-sf16fmr2.c
118
if (!fmr2->tea.mute)
drivers/media/radio/radio-terratec.c
62
static int terratec_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol)
drivers/media/radio/radio-terratec.c
66
if (mute)
drivers/media/radio/radio-trust.c
119
static int trust_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol)
drivers/media/radio/radio-trust.c
123
tr->ioval = (tr->ioval & 0xf7) | (mute << 3);
drivers/media/radio/radio-typhoon.c
111
static int typhoon_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol)
drivers/media/radio/radio-typhoon.c
115
if (mute)
drivers/media/radio/radio-zoltrix.c
87
static int zoltrix_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol)
drivers/media/radio/radio-zoltrix.c
92
zol->muted = mute;
drivers/media/radio/radio-zoltrix.c
93
if (mute || vol == 0) {
drivers/media/radio/si4713/si4713.c
1481
sdev->mute = v4l2_ctrl_new_std(hdl, &si4713_ctrl_ops,
drivers/media/radio/si4713/si4713.c
1571
v4l2_ctrl_cluster(29, &sdev->mute);
drivers/media/radio/si4713/si4713.c
795
static int si4713_set_mute(struct si4713_device *sdev, u16 mute)
drivers/media/radio/si4713/si4713.c
799
mute = set_mute(mute);
drivers/media/radio/si4713/si4713.c
803
SI4713_TX_LINE_INPUT_MUTE, mute);
drivers/media/radio/si4713/si4713.h
208
struct v4l2_ctrl *mute;
drivers/media/radio/tea575x.c
104
if (!tea->mute)
drivers/media/radio/tea575x.c
136
if (tea->mute)
drivers/media/radio/tea575x.c
457
tea->mute = ctrl->val;
drivers/media/radio/tea575x.c
497
tea->mute = true;
drivers/media/test-drivers/vivid/vivid-core.h
322
struct v4l2_ctrl *mute;
drivers/media/test-drivers/vivid/vivid-ctrls.c
1688
dev->mute = v4l2_ctrl_new_std(hdl_user_aud, NULL,
drivers/media/test-drivers/vivid/vivid-kthread-cap.c
519
dev->volume->cur.val, dev->mute->cur.val);
drivers/media/usb/em28xx/em28xx-audio.c
269
dev->mute = 0;
drivers/media/usb/em28xx/em28xx-audio.c
302
dev->mute = 1;
drivers/media/usb/em28xx/em28xx-core.c
381
if (dev->board.mute_gpio && dev->mute)
drivers/media/usb/em28xx/em28xx-core.c
439
if (!dev->mute)
drivers/media/usb/em28xx/em28xx-core.c
462
if (dev->mute)
drivers/media/usb/em28xx/em28xx-video.c
1320
dev->mute = ctrl->val;
drivers/media/usb/em28xx/em28xx-video.c
1339
dev->mute = ctrl->val;
drivers/media/usb/em28xx/em28xx-video.c
2699
dev->mute = 1;
drivers/media/usb/em28xx/em28xx.h
692
int mute;
drivers/media/usb/pvrusb2/pvrusb2-hdw-internal.h
358
VCREATE_DATA(mute);
drivers/media/usb/pvrusb2/pvrusb2-hdw.c
1051
DEFREF(mute),
drivers/media/usb/pvrusb2/pvrusb2-hdw.c
2877
PVR2_SUBDEV_SET_CONTROL(hdw, V4L2_CID_AUDIO_MUTE, mute);
drivers/media/usb/pvrusb2/pvrusb2-hdw.c
978
VCREATE_FUNCS(mute)
drivers/net/wireless/broadcom/b43/phy_n.c
6146
if (nphy->mute)
drivers/net/wireless/broadcom/b43/phy_n.h
945
bool mute;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.h
640
bool mute, struct txpwr_limits *txpwr);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_cmn.c
1038
void wlc_phy_mute_upd(struct brcms_phy_pub *pih, bool mute, u32 flags)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_cmn.c
1042
if (mute)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_cmn.c
1047
if (!mute && (flags & PHY_MUTE_FOR_PREISM))
drivers/phy/microchip/lan966x_serdes.c
158
bool mute;
drivers/phy/microchip/sparx5_serdes.c
124
bool mute:1; /* Mute Output Buffer */
drivers/phy/microchip/sparx5_serdes.c
261
bool mute:1; /* Mute Output Buffer */
drivers/pinctrl/meson/pinctrl-meson-a1.c
875
FUNCTION(mute),
drivers/platform/x86/lenovo/thinkpad_acpi.c
1856
u16 mute:1;
drivers/platform/x86/lenovo/thinkpad_acpi.c
2367
n->mute = !!(d & TP_NVRAM_MASK_MUTE);
drivers/platform/x86/lenovo/thinkpad_acpi.c
2448
if (newn->mute) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
2450
if (!oldn->mute ||
drivers/platform/x86/lenovo/thinkpad_acpi.c
2461
if (oldn->mute) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
7174
static int __volume_set_mute_ec(const bool mute)
drivers/platform/x86/lenovo/thinkpad_acpi.c
7186
n = (mute) ? s | TP_EC_AUDIO_MUTESW_MSK :
drivers/platform/x86/lenovo/thinkpad_acpi.c
7200
static int volume_alsa_set_mute(const bool mute)
drivers/platform/x86/lenovo/thinkpad_acpi.c
7203
(mute) ? "" : "un");
drivers/platform/x86/lenovo/thinkpad_acpi.c
7204
return __volume_set_mute_ec(mute);
drivers/platform/x86/lenovo/thinkpad_acpi.c
7207
static int volume_set_mute(const bool mute)
drivers/platform/x86/lenovo/thinkpad_acpi.c
7212
(mute) ? "" : "un");
drivers/platform/x86/lenovo/thinkpad_acpi.c
7214
rc = __volume_set_mute_ec(mute);
drivers/platform/x86/panasonic-laptop.c
1075
pcc->mute = pcc->sinf[SINF_MUTE];
drivers/platform/x86/panasonic-laptop.c
247
int mute;
drivers/platform/x86/panasonic-laptop.c
563
pcc->mute = val;
drivers/platform/x86/panasonic-laptop.c
785
static DEVICE_ATTR_RW(mute);
drivers/platform/x86/panasonic-laptop.c
981
acpi_pcc_write_sset(pcc, SINF_MUTE, pcc->mute);
drivers/ps3/ps3av.c
335
static int ps3av_set_av_video_mute(u32 mute)
drivers/ps3/ps3av.c
343
res = ps3av_cmd_av_video_mute(1, &ps3av->av_port[i], mute);
drivers/ps3/ps3av.c
385
static int ps3av_set_audio_mute(u32 mute)
drivers/ps3/ps3av.c
394
res = ps3av_cmd_av_audio_mute(1, &ps3av->av_port[i], mute);
drivers/ps3/ps3av.c
399
res = ps3av_cmd_audio_mute(1, &ps3av->opt_port[i], mute);
drivers/ps3/ps3av.c
893
int ps3av_video_mute(int mute)
drivers/ps3/ps3av.c
895
return ps3av_set_av_video_mute(mute ? PS3AV_CMD_MUTE_ON
drivers/ps3/ps3av.c
901
int ps3av_audio_mute_analog(int mute)
drivers/ps3/ps3av.c
908
mute);
drivers/ps3/ps3av.c
916
int ps3av_audio_mute(int mute)
drivers/ps3/ps3av.c
918
return ps3av_set_audio_mute(mute ? PS3AV_CMD_MUTE_ON
drivers/ps3/ps3av_cmd.c
213
int ps3av_cmd_av_video_mute(int num_of_port, u32 *port, u32 mute)
drivers/ps3/ps3av_cmd.c
223
av_video_mute.mute[i].avport = port[i];
drivers/ps3/ps3av_cmd.c
224
av_video_mute.mute[i].mute = mute;
drivers/ps3/ps3av_cmd.c
264
int ps3av_cmd_av_tv_mute(u32 avport, u32 mute)
drivers/ps3/ps3av_cmd.c
271
tv_mute.mute = mute;
drivers/ps3/ps3av_cmd.c
409
int ps3av_cmd_video_format_black(u32 head, u32 video_fmt, u32 mute)
drivers/ps3/ps3av_cmd.c
416
if (mute != PS3AV_CMD_MUTE_OFF)
drivers/ps3/ps3av_cmd.c
436
int ps3av_cmd_av_audio_mute(int num_of_port, u32 *port, u32 mute)
drivers/ps3/ps3av_cmd.c
447
av_audio_mute.mute[i].avport = port[i];
drivers/ps3/ps3av_cmd.c
448
av_audio_mute.mute[i].mute = mute;
drivers/ps3/ps3av_cmd.c
799
int ps3av_cmd_audio_mute(int num_of_port, u32 *port, u32 mute)
drivers/ps3/ps3av_cmd.c
810
audio_mute.mute[i].avport = port[i];
drivers/ps3/ps3av_cmd.c
811
audio_mute.mute[i].mute = mute;
drivers/staging/greybus/audio_codec.c
564
static int gbcodec_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
drivers/staging/greybus/audio_codec.c
573
dev_dbg(dai->dev, "Mute:%d, Direction:%s\n", mute,
drivers/staging/greybus/audio_codec.c
587
if (mute) {
drivers/staging/greybus/audio_codec.c
619
if (!mute && !stream) {/* start playback */
drivers/staging/greybus/audio_codec.c
624
} else if (!mute && stream) {/* start capture */
drivers/staging/greybus/audio_codec.c
629
} else if (mute && !stream) {/* stop playback */
drivers/staging/greybus/audio_codec.c
634
} else if (mute && stream) {/* stop capture */
drivers/staging/greybus/audio_codec.c
646
module->name, mute ? "Mute" : "Unmute",
drivers/staging/most/video/video.c
136
mdev->mute = true;
drivers/staging/most/video/video.c
146
mdev->mute = false;
drivers/staging/most/video/video.c
33
bool mute;
drivers/staging/most/video/video.c
399
if (unlikely(mdev->mute)) {
drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c
62
ucontrol->value.integer.value[0] = chip->mute;
drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c
81
valp = &chip->mute;
drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c
340
chip->mute = CTRL_VOL_UNMUTE;
drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c
266
if (!chip->mute)
drivers/staging/vc04_services/bcm2835-audio/bcm2835.h
60
int mute;
drivers/usb/gadget/function/f_uac1.c
507
unsigned int mute;
drivers/usb/gadget/function/f_uac1.c
509
u_audio_get_mute(audio, is_playback, &mute);
drivers/usb/gadget/function/f_uac1.c
511
*(u8 *)req->buf = mute;
drivers/usb/gadget/function/f_uac1.c
704
u8 mute = *(u8 *)req->buf;
drivers/usb/gadget/function/f_uac1.c
706
u_audio_set_mute(audio, is_playback, mute);
drivers/usb/gadget/function/f_uac2.c
1569
unsigned int mute;
drivers/usb/gadget/function/f_uac2.c
1571
u_audio_get_mute(agdev, is_playback, &mute);
drivers/usb/gadget/function/f_uac2.c
1573
*(u8 *)req->buf = mute;
drivers/usb/gadget/function/f_uac2.c
1748
u8 mute = *(u8 *)req->buf;
drivers/usb/gadget/function/f_uac2.c
1750
u_audio_set_mute(agdev, is_playback, mute);
drivers/usb/gadget/function/u_audio.c
1358
prm->mute = 0;
drivers/usb/gadget/function/u_audio.c
64
int mute;
drivers/usb/gadget/function/u_audio.c
853
*val = prm->mute;
drivers/usb/gadget/function/u_audio.c
866
int mute;
drivers/usb/gadget/function/u_audio.c
873
mute = val ? 1 : 0;
drivers/usb/gadget/function/u_audio.c
876
if (prm->mute != mute) {
drivers/usb/gadget/function/u_audio.c
877
prm->mute = mute;
drivers/usb/gadget/function/u_audio.c
969
ucontrol->value.integer.value[0] = !prm->mute;
drivers/usb/gadget/function/u_audio.c
988
if (val != prm->mute) {
drivers/usb/gadget/function/u_audio.c
989
prm->mute = val;
include/media/drv-intf/tea575x.h
45
bool mute; /* Device is muted? */
include/sound/pt2258.h
17
int mute;
include/sound/soc-dai.h
194
int snd_soc_dai_digital_mute(struct snd_soc_dai *dai, int mute,
include/sound/soc-dai.h
316
int (*mute_stream)(struct snd_soc_dai *dai, int mute, int stream);
include/sound/vx_core.h
306
void vx_toggle_dac_mute(struct vx_core *chip, int mute);
include/sound/wavefront.h
263
u8 mute:1;
include/uapi/sound/asoc.h
250
__le32 mute;
include/uapi/sound/tlv.h
49
#define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \
include/uapi/sound/tlv.h
53
((mute) ? SNDRV_CTL_TLVD_DB_SCALE_MUTE : 0))
include/uapi/sound/tlv.h
54
#define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \
include/uapi/sound/tlv.h
56
SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \
sound/drivers/vx/vx_mixer.c
114
void vx_toggle_dac_mute(struct vx_core *chip, int mute)
sound/drivers/vx/vx_mixer.c
119
chip->ops->akm_write(chip, XX_CODEC_DAC_CONTROL_REGISTER, mute); /* XXX */
sound/drivers/vx/vx_mixer.c
122
mute ? DAC_ATTEN_MAX : DAC_ATTEN_MIN);
sound/drivers/vx/vx_mixer.c
196
unsigned int mute;
sound/drivers/vx/vx_mixer.c
226
if (info->mute)
sound/drivers/vx/vx_mixer.c
258
info.mute = (rmh.Stat[i] & AUDIO_IO_HAS_MUTE_LEVEL) ? 1 : 0;
sound/drivers/vx/vx_mixer.c
292
info.mute = !active;
sound/firewire/isight.c
507
__be32 mute;
sound/firewire/isight.c
510
err = reg_read(isight, REG_MUTE, &mute);
sound/firewire/isight.c
514
value->value.integer.value[0] = !mute;
sound/firewire/oxfw/oxfw-spkr.c
11
bool mute;
sound/firewire/oxfw/oxfw-spkr.c
151
value->value.integer.value[0] = !spkr->mute;
sound/firewire/oxfw/oxfw-spkr.c
161
bool mute;
sound/firewire/oxfw/oxfw-spkr.c
164
mute = !value->value.integer.value[0];
sound/firewire/oxfw/oxfw-spkr.c
166
if (mute == spkr->mute)
sound/firewire/oxfw/oxfw-spkr.c
169
err = avc_audio_feature_mute(oxfw->unit, spkr->mute_fb_id, &mute,
sound/firewire/oxfw/oxfw-spkr.c
173
spkr->mute = mute;
sound/firewire/oxfw/oxfw-spkr.c
298
err = avc_audio_feature_mute(oxfw->unit, spkr->mute_fb_id, &spkr->mute,
sound/hda/codecs/cirrus/cs8409.c
510
unsigned int chs, bool mute)
sound/hda/codecs/cirrus/cs8409.c
512
if (mute) {
sound/hda/codecs/cirrus/cs8409.c
582
bool mute;
sound/hda/codecs/cirrus/cs8409.c
586
mute = false;
sound/hda/codecs/cirrus/cs8409.c
590
mute = true;
sound/hda/codecs/cirrus/cs8409.c
599
cs42l42_mute(cs42l42, CS42L42_VOL_DAC, 0x3, mute);
sound/hda/codecs/cirrus/cs8409.c
611
bool mute;
sound/hda/codecs/cirrus/cs8409.c
615
mute = false;
sound/hda/codecs/cirrus/cs8409.c
619
mute = true;
sound/hda/codecs/cirrus/cs8409.c
628
cs42l42_mute(cs42l42, CS42L42_VOL_ADC, 0x3, mute);
sound/hda/codecs/conexant.c
757
unsigned int mute, unsigned int mic_mute)
sound/hda/codecs/conexant.c
763
if (mute) {
sound/hda/codecs/conexant.c
765
spec->gpio_mute_led_mask = mute;
sound/hda/codecs/generic.c
4378
int *paths, bool mute)
sound/hda/codecs/generic.c
4403
if (mute)
sound/hda/codecs/generic.c
4416
if (!mute)
sound/hda/codecs/generic.c
4426
set_pin_eapd(codec, nid, !mute);
sound/hda/codecs/generic.c
4428
bool on = !mute;
sound/hda/codecs/side-codecs/cs35l41_hda.c
1404
int mute = -ENODEV;
sound/hda/codecs/side-codecs/cs35l41_hda.c
1412
mute = *ret->buffer.pointer;
sound/hda/codecs/side-codecs/cs35l41_hda.c
1413
dev_dbg(cs35l41->dev, "CS35L41_DSM_GET_MUTE: %d\n", mute);
sound/hda/codecs/side-codecs/cs35l41_hda.c
1416
dev_dbg(cs35l41->dev, "%s: %d\n", __func__, mute);
sound/hda/codecs/side-codecs/cs35l41_hda.c
1418
return mute;
sound/hda/codecs/side-codecs/cs35l41_hda.c
1424
int mute;
sound/hda/codecs/side-codecs/cs35l41_hda.c
1429
mute = cs35l41_get_acpi_mute_state(cs35l41, handle);
sound/hda/codecs/side-codecs/cs35l41_hda.c
1430
if (mute < 0) {
sound/hda/codecs/side-codecs/cs35l41_hda.c
1431
dev_warn(cs35l41->dev, "Unable to retrieve mute state: %d\n", mute);
sound/hda/codecs/side-codecs/cs35l41_hda.c
1435
dev_dbg(cs35l41->dev, "Requesting mute value: %d\n", mute);
sound/hda/codecs/side-codecs/cs35l41_hda.c
1436
cs35l41->mute_override = (mute > 0);
sound/hda/codecs/side-codecs/cs35l41_hda.c
711
static void cs35l41_mute(struct device *dev, bool mute)
sound/hda/codecs/side-codecs/cs35l41_hda.c
717
dev_dbg(dev, "Mute(%d:%d) Playback Started: %d\n", mute, cs35l41->mute_override,
sound/hda/codecs/side-codecs/cs35l41_hda.c
721
if (mute || cs35l41->mute_override) {
sound/i2c/other/pt2258.c
138
ucontrol->value.integer.value[0] = !pt->mute;
sound/i2c/other/pt2258.c
150
if (pt->mute == val)
sound/i2c/other/pt2258.c
153
pt->mute = val;
sound/i2c/other/pt2258.c
45
pt->mute = 1;
sound/isa/wavefront/wavefront_synth.c
756
if (prog.layer[l].mute) {
sound/isa/wavefront/wavefront_synth.c
828
if (header->hdr.pr.layer[i].mute) {
sound/isa/wss/wss_lib.c
550
static void snd_wss_calibrate_mute(struct snd_wss *chip, int mute)
sound/isa/wss/wss_lib.c
553
mute = mute ? 0x80 : 0;
sound/isa/wss/wss_lib.c
555
if (chip->calibrate_mute == mute)
sound/isa/wss/wss_lib.c
557
if (!mute) {
sound/isa/wss/wss_lib.c
574
mute | chip->image[CS4231_AUX1_LEFT_INPUT]);
sound/isa/wss/wss_lib.c
576
mute | chip->image[CS4231_AUX1_RIGHT_INPUT]);
sound/isa/wss/wss_lib.c
578
mute | chip->image[CS4231_AUX2_LEFT_INPUT]);
sound/isa/wss/wss_lib.c
580
mute | chip->image[CS4231_AUX2_RIGHT_INPUT]);
sound/isa/wss/wss_lib.c
582
mute | chip->image[CS4231_LEFT_OUTPUT]);
sound/isa/wss/wss_lib.c
584
mute | chip->image[CS4231_RIGHT_OUTPUT]);
sound/isa/wss/wss_lib.c
587
mute | chip->image[CS4231_LEFT_LINE_IN]);
sound/isa/wss/wss_lib.c
589
mute | chip->image[CS4231_RIGHT_LINE_IN]);
sound/isa/wss/wss_lib.c
591
mute ? 0xc0 : chip->image[CS4231_MONO_CTRL]);
sound/isa/wss/wss_lib.c
595
mute | chip->image[CS4231_LEFT_MIC_INPUT]);
sound/isa/wss/wss_lib.c
597
mute | chip->image[CS4231_RIGHT_MIC_INPUT]);
sound/isa/wss/wss_lib.c
599
mute | chip->image[CS4231_LINE_LEFT_OUTPUT]);
sound/isa/wss/wss_lib.c
601
mute | chip->image[CS4231_LINE_RIGHT_OUTPUT]);
sound/isa/wss/wss_lib.c
603
chip->calibrate_mute = mute;
sound/pci/asihpi/asihpi.c
1479
u32 mute;
sound/pci/asihpi/asihpi.c
1481
hpi_handle_error(hpi_volume_get_mute(h_control, &mute));
sound/pci/asihpi/asihpi.c
1482
ucontrol->value.integer.value[0] = mute ? 0 : 1;
sound/pci/asihpi/asihpi.c
1494
int mute = ucontrol->value.integer.value[0] ? 0 : HPI_BITMASK_ALL_CHANNELS;
sound/pci/asihpi/asihpi.c
1495
hpi_handle_error(hpi_volume_set_mute(h_control, mute));
sound/pci/asihpi/asihpi.c
1505
u32 mute;
sound/pci/asihpi/asihpi.c
1519
if (hpi_volume_get_mute(hpi_ctl->h_control, &mute) == 0) {
sound/pci/asihpi/hpi.h
1337
u16 hpi_volume_set_mute(u32 h_control, u32 mute);
sound/pci/asihpi/hpi.h
1339
u16 hpi_volume_get_mute(u32 h_control, u32 *mute);
sound/pci/asihpi/hpifunc.c
2758
u16 hpi_volume_set_mute(u32 h_control, u32 mute)
sound/pci/asihpi/hpifunc.c
2760
return hpi_control_param_set(h_control, HPI_VOLUME_MUTE, mute, 0);
sound/pci/asihpi/hpifunc.c
2763
u16 hpi_volume_get_mute(u32 h_control, u32 *mute)
sound/pci/asihpi/hpifunc.c
2765
return hpi_control_param1_get(h_control, HPI_VOLUME_MUTE, mute);
sound/pci/ice1712/maya44.c
114
unsigned short mute; /* mute bit */
sound/pci/ice1712/maya44.c
125
.mute = 0x00,
sound/pci/ice1712/maya44.c
133
.mute = 0x00,
sound/pci/ice1712/maya44.c
141
.mute = 0xa5,
sound/pci/ice1712/maya44.c
203
data = vol->mute;
sound/pci/ice1712/prodigy192.c
79
unsigned char mute)
sound/pci/ice1712/prodigy192.c
84
new = (~mute << 7 & 0x80) | (old & ~0x80);
sound/pci/ice1712/wtm.c
64
static void stac9460_dac_mute_all(struct snd_ice1712 *ice, unsigned char mute,
sound/pci/ice1712/wtm.c
78
new = (~mute << 7 & 0x80) | (old & ~0x80);
sound/pci/ice1712/wtm.c
97
new = (~mute << 7 & 0x80) | (old & ~0x80);
sound/pci/lola/lola.h
501
int lola_setup_all_analog_gains(struct lola *chip, int dir, bool mute);
sound/pci/lola/lola_mixer.c
322
int lola_setup_all_analog_gains(struct lola *chip, int dir, bool mute)
sound/pci/lola/lola_mixer.c
331
unsigned int val = mute ? 0 : pin[idx].cur_gain_step;
sound/pci/mixart/mixart_core.h
418
u32 mute;
sound/pci/mixart/mixart_core.h
444
u32 mute;
sound/pci/oxygen/oxygen.h
101
unsigned int reg, unsigned int mute);
sound/pci/oxygen/xonar_cs43xx.c
235
u8 mute;
sound/pci/oxygen/xonar_cs43xx.c
237
mute = chip->dac_mute ? CS4362A_MUTE : 0;
sound/pci/oxygen/xonar_cs43xx.c
240
(127 - chip->dac_volume[2 + i]) | mute);
sound/pci/oxygen/xonar_cs43xx.c
339
unsigned int reg, unsigned int mute)
sound/pci/oxygen/xonar_cs43xx.c
344
mute ? GPIO_D1_INPUT_ROUTE : 0,
sound/pci/oxygen/xonar_pcm179x.c
1021
unsigned int reg, unsigned int mute)
sound/pci/oxygen/xonar_pcm179x.c
1026
mute ? GPIO_INPUT_ROUTE : 0,
sound/ppc/awacs.c
782
static int toggle_amp_mute(struct awacs_amp *amp, int index, int mute)
sound/ppc/awacs.c
787
if (mute) {
sound/soc/atmel/atmel-classd.c
293
int mute, int direction)
sound/soc/atmel/atmel-classd.c
300
if (mute)
sound/soc/codecs/88pm860x-codec.c
905
static int pm860x_mute_stream(struct snd_soc_dai *codec_dai, int mute, int direction)
sound/soc/codecs/88pm860x-codec.c
910
if (mute)
sound/soc/codecs/ad193x.c
146
static int ad193x_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/ad193x.c
150
if (mute)
sound/soc/codecs/adau1701.c
575
static int adau1701_mute_stream(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/adau1701.c
582
if (mute)
sound/soc/codecs/adau1977.c
603
static int adau1977_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/adau1977.c
608
if (mute)
sound/soc/codecs/ak4375.c
367
static int ak4375_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/ak4375.c
373
dev_dbg(ak4375->dev, "mute=%d val=%d\n", mute, val);
sound/soc/codecs/ak4375.c
375
if (mute) {
sound/soc/codecs/ak4458.c
518
static int ak4458_set_dai_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/ak4458.c
532
if (mute) {
sound/soc/codecs/ak4535.c
312
static int ak4535_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/ak4535.c
317
if (!mute)
sound/soc/codecs/ak4619.c
695
static int ak4619_dai_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/ak4619.c
699
snd_soc_component_update_bits(component, DAC_MF, DA1MUTE_EN, mute ? DA1MUTE_EN : 0);
sound/soc/codecs/ak4619.c
700
snd_soc_component_update_bits(component, DAC_MF, DA2MUTE_EN, mute ? DA2MUTE_EN : 0);
sound/soc/codecs/alc5623.c
735
static int alc5623_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/alc5623.c
741
if (mute)
sound/soc/codecs/alc5632.c
905
static int alc5632_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/alc5632.c
912
if (mute)
sound/soc/codecs/cpcap.c
1239
static int cpcap_hifi_set_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/cpcap.c
1247
if (mute)
sound/soc/codecs/cpcap.c
1252
dev_dbg(component->dev, "HiFi mute: %d", mute);
sound/soc/codecs/cpcap.c
1508
static int cpcap_voice_set_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/cpcap.c
1516
if (mute)
sound/soc/codecs/cpcap.c
1521
dev_dbg(component->dev, "Voice mute: %d", mute);
sound/soc/codecs/cq93vc.c
33
static int cq93vc_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/cq93vc.c
38
if (mute)
sound/soc/codecs/cs35l45.c
809
static int cs35l45_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/cs35l45.c
814
if (mute)
sound/soc/codecs/cs4265.c
380
static int cs4265_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/cs4265.c
384
if (mute) {
sound/soc/codecs/cs4270.c
401
static int cs4270_dai_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/cs4270.c
409
if (mute)
sound/soc/codecs/cs4271.c
405
static int cs4271_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/cs4271.c
416
if (mute) {
sound/soc/codecs/cs42l42.c
1026
int cs42l42_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/cs42l42.c
1033
if (mute) {
sound/soc/codecs/cs42l42.h
71
int cs42l42_mute_stream(struct snd_soc_dai *dai, int mute, int stream);
sound/soc/codecs/cs42l43.c
1600
unsigned int reg, ramp, mute;
sound/soc/codecs/cs42l43.c
1609
mute = CS42L43_DECIM1_MUTE_MASK;
sound/soc/codecs/cs42l43.c
1616
mute = CS42L43_DECIM2_MUTE_MASK;
sound/soc/codecs/cs42l43.c
1622
mute = CS42L43_DECIM3_MUTE_MASK;
sound/soc/codecs/cs42l43.c
1628
mute = CS42L43_DECIM4_MUTE_MASK;
sound/soc/codecs/cs42l43.c
1646
regmap_update_bits(cs42l43->regmap, reg, mute | ramp, mute);
sound/soc/codecs/cs42l43.c
1649
regmap_update_bits(cs42l43->regmap, reg, mute | ramp, *val);
sound/soc/codecs/cs42l51.c
513
static int cs42l51_dai_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/cs42l51.c
521
if (mute)
sound/soc/codecs/cs42l52.c
806
static int cs42l52_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/cs42l52.c
810
if (mute)
sound/soc/codecs/cs42l56.c
835
static int cs42l56_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/cs42l56.c
839
if (mute) {
sound/soc/codecs/cs42l84.c
567
static int cs42l84_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/cs42l84.c
574
if (mute) {
sound/soc/codecs/cs42xx8.c
364
static int cs42xx8_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/cs42xx8.c
372
mute ? CS42XX8_DACMUTE_ALL : dac_unmute);
sound/soc/codecs/cs4341.c
119
static int cs4341_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/cs4341.c
126
mute ? CS4341_VOLX_MUTE : 0);
sound/soc/codecs/cs4341.c
132
mute ? CS4341_VOLX_MUTE : 0);
sound/soc/codecs/cs4349.c
133
static int cs4349_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/cs4349.c
139
if (mute)
sound/soc/codecs/cs53l30.c
820
static int cs53l30_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/cs53l30.c
824
gpiod_set_value_cansleep(priv->mute_gpio, mute);
sound/soc/codecs/da7210.c
927
static int da7210_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/da7210.c
932
if (mute)
sound/soc/codecs/da7213.c
1527
static int da7213_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/da7213.c
1531
if (mute) {
sound/soc/codecs/da9055.c
1213
static int da9055_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/da9055.c
1217
if (mute) {
sound/soc/codecs/es8311.c
450
static int es8311_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/es8311.c
458
unsigned int val = mute ? mask : 0;
sound/soc/codecs/es8316.c
551
static int es8316_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/es8316.c
554
mute ? 0x20 : 0);
sound/soc/codecs/es8323.c
619
static int es8323_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/es8323.c
623
mute ? ES8323_DACCONTROL3_DACMUTE : 0);
sound/soc/codecs/es8326.c
616
static int es8326_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/es8326.c
622
if (mute) {
sound/soc/codecs/es8328.c
436
static int es8328_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/es8328.c
440
mute ? ES8328_DACCONTROL3_DACMUTE : 0);
sound/soc/codecs/es8375.c
472
static int es8375_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/es8375.c
477
if (mute) {
sound/soc/codecs/es8389.c
691
static int es8389_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/es8389.c
697
if (mute) {
sound/soc/codecs/fs210x.c
782
static int fs210x_dai_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/fs210x.c
801
if (mute) {
sound/soc/codecs/hdmi-codec.c
710
static int hdmi_codec_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/hdmi-codec.c
725
mute, direction);
sound/soc/codecs/isabelle.c
863
static int isabelle_hs_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/isabelle.c
866
BIT(4), (mute ? BIT(4) : 0));
sound/soc/codecs/isabelle.c
871
static int isabelle_hf_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/isabelle.c
874
BIT(4), (mute ? BIT(4) : 0));
sound/soc/codecs/isabelle.c
879
static int isabelle_line_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/isabelle.c
882
BIT(4), (mute ? BIT(4) : 0));
sound/soc/codecs/jz4760.c
250
static int jz4760_codec_mute_stream(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/jz4760.c
254
unsigned int gain_bit = mute ? REG_IFR_GDO : REG_IFR_GUP;
sound/soc/codecs/jz4760.c
260
mute ? REG_CR2_DAC_MUTE : 0);
sound/soc/codecs/jz4770.c
270
static int jz4770_codec_mute_stream(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/jz4770.c
274
unsigned int gain_bit = mute ? REG_IFR_GDO : REG_IFR_GUP;
sound/soc/codecs/jz4770.c
280
mute ? REG_CR_DAC_MUTE : 0);
sound/soc/codecs/lm49453.c
1219
static int lm49453_hp_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/lm49453.c
1222
(mute ? (BIT(1)|BIT(0)) : 0));
sound/soc/codecs/lm49453.c
1226
static int lm49453_lo_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/lm49453.c
1229
(mute ? (BIT(3)|BIT(2)) : 0));
sound/soc/codecs/lm49453.c
1233
static int lm49453_ls_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/lm49453.c
1236
(mute ? (BIT(5)|BIT(4)) : 0));
sound/soc/codecs/lm49453.c
1240
static int lm49453_ep_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/lm49453.c
1243
(mute ? BIT(4) : 0));
sound/soc/codecs/lm49453.c
1247
static int lm49453_ha_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/lm49453.c
1250
(mute ? (BIT(7)|BIT(6)) : 0));
sound/soc/codecs/lpass-rx-macro.c
1904
static int rx_macro_digital_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/lpass-rx-macro.c
1921
if (mute)
sound/soc/codecs/lpass-tx-macro.c
1189
static int tx_macro_digital_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/lpass-tx-macro.c
1201
if (mute)
sound/soc/codecs/lpass-va-macro.c
923
static int va_macro_digital_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/lpass-va-macro.c
933
if (mute)
sound/soc/codecs/max9768.c
148
if (max9768->mute) {
sound/soc/codecs/max9768.c
187
max9768->mute = devm_gpiod_get_optional(&client->dev,
sound/soc/codecs/max9768.c
190
if (IS_ERR(max9768->mute))
sound/soc/codecs/max9768.c
191
return PTR_ERR(max9768->mute);
sound/soc/codecs/max9768.c
192
gpiod_set_consumer_name(max9768->mute, "MAX9768 Mute");
sound/soc/codecs/max9768.c
30
struct gpio_desc *mute;
sound/soc/codecs/max9768.c
45
int val = gpiod_get_value_cansleep(max9768->mute);
sound/soc/codecs/max9768.c
60
if (val != gpiod_get_value_cansleep(max9768->mute))
sound/soc/codecs/max9768.c
65
gpiod_set_value_cansleep(max9768->mute, val);
sound/soc/codecs/max98088.c
1263
static int max98088_dai1_mute(struct snd_soc_dai *codec_dai, int mute,
sound/soc/codecs/max98088.c
1269
if (mute)
sound/soc/codecs/max98088.c
1279
static int max98088_dai2_mute(struct snd_soc_dai *codec_dai, int mute,
sound/soc/codecs/max98088.c
1285
if (mute)
sound/soc/codecs/max98090.c
2062
static int max98090_dai_mute(struct snd_soc_dai *codec_dai, int mute,
sound/soc/codecs/max98090.c
2068
regval = mute ? M98090_DVM_MASK : 0;
sound/soc/codecs/max9867.c
420
static int max9867_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/max9867.c
426
1 << 6, !!mute << 6);
sound/soc/codecs/ml26124.c
375
static int ml26124_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/ml26124.c
389
if (mute)
sound/soc/codecs/nau8821.c
970
static int nau8821_digital_mute(struct snd_soc_dai *dai, int mute,
sound/soc/codecs/nau8821.c
977
if (mute)
sound/soc/codecs/nau8822.c
940
static int nau8822_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/nau8822.c
944
dev_dbg(component->dev, "%s: %d\n", __func__, mute);
sound/soc/codecs/nau8822.c
946
if (mute)
sound/soc/codecs/ntp8918.c
300
static int ntp8918_digital_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/ntp8918.c
306
mute_mask, mute ? mute_mask : 0);
sound/soc/codecs/pcm1681.c
147
static int pcm1681_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/pcm1681.c
153
if (mute)
sound/soc/codecs/pcm1754.c
72
static int pcm1754_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/pcm1754.c
76
gpiod_set_value_cansleep(priv->gpiod_mute, mute);
sound/soc/codecs/pcm1789.c
63
static int pcm1789_mute(struct snd_soc_dai *codec_dai, int mute, int direction)
sound/soc/codecs/pcm1789.c
70
mute ? 0 : PCM1789_MUTE_MASK);
sound/soc/codecs/pcm179x.c
79
static int pcm179x_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/pcm179x.c
86
PCM179X_MUTE_MASK, !!mute);
sound/soc/codecs/pcm3168a.c
290
static int pcm3168a_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/pcm3168a.c
295
regmap_write(pcm3168a->regmap, PCM3168A_DAC_MUTE, mute ? 0xff : 0);
sound/soc/codecs/pcm512x.c
1461
static int pcm512x_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/pcm512x.c
1470
if (mute) {
sound/soc/codecs/pcm512x.c
1471
pcm512x->mute |= 0x1;
sound/soc/codecs/pcm512x.c
1486
pcm512x->mute &= ~0x1;
sound/soc/codecs/pcm512x.c
1498
== ((~pcm512x->mute >> 1) & 0x3),
sound/soc/codecs/pcm512x.c
392
(!!(pcm512x->mute & 0x5) << PCM512x_RQML_SHIFT)
sound/soc/codecs/pcm512x.c
393
| (!!(pcm512x->mute & 0x3) << PCM512x_RQMR_SHIFT));
sound/soc/codecs/pcm512x.c
403
ucontrol->value.integer.value[0] = !(pcm512x->mute & 0x4);
sound/soc/codecs/pcm512x.c
404
ucontrol->value.integer.value[1] = !(pcm512x->mute & 0x2);
sound/soc/codecs/pcm512x.c
419
if ((pcm512x->mute & 0x4) == (ucontrol->value.integer.value[0] << 2)) {
sound/soc/codecs/pcm512x.c
420
pcm512x->mute ^= 0x4;
sound/soc/codecs/pcm512x.c
423
if ((pcm512x->mute & 0x2) == (ucontrol->value.integer.value[1] << 1)) {
sound/soc/codecs/pcm512x.c
424
pcm512x->mute ^= 0x2;
sound/soc/codecs/pcm512x.c
48
int mute;
sound/soc/codecs/pcm6240.c
1883
static int pcmdevice_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/pcm6240.c
1894
if (mute)
sound/soc/codecs/rk3328_codec.c
109
static int rk3328_mute_stream(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/rk3328_codec.c
115
if (mute)
sound/soc/codecs/rk3328_codec.c
198
gpiod_set_value(rk3328->mute, 0);
sound/soc/codecs/rk3328_codec.c
239
gpiod_set_value(rk3328->mute, 1);
sound/soc/codecs/rk3328_codec.c
34
struct gpio_desc *mute;
sound/soc/codecs/rk3328_codec.c
451
rk3328->mute = gpiod_get_optional(&pdev->dev, "mute", GPIOD_OUT_HIGH);
sound/soc/codecs/rk3328_codec.c
452
if (IS_ERR(rk3328->mute))
sound/soc/codecs/rk3328_codec.c
453
return PTR_ERR(rk3328->mute);
sound/soc/codecs/rk3328_codec.c
459
if (!rk3328->mute && of_machine_is_compatible("pine64,rock64")) {
sound/soc/codecs/rk817_codec.c
350
static int rk817_digital_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/rk817_codec.c
354
if (mute)
sound/soc/codecs/rt711-sdca.c
1008
mute);
sound/soc/codecs/rt711-sdca.c
1012
mute);
sound/soc/codecs/rt711-sdca.c
991
unsigned char unmute = 0x0, mute = 0x1;
sound/soc/codecs/rt721-sdca.c
897
unsigned char unmute = 0x0, mute = 0x1;
sound/soc/codecs/rt721-sdca.c
912
RT721_SDCA_CTL_FU_MUTE, CH_L), mute);
sound/soc/codecs/rt721-sdca.c
915
RT721_SDCA_CTL_FU_MUTE, CH_R), mute);
sound/soc/codecs/rt721-sdca.c
927
unsigned char unmute = 0x0, mute = 0x1;
sound/soc/codecs/rt721-sdca.c
941
RT721_SDCA_CTL_FU_MUTE, CH_L), mute);
sound/soc/codecs/rt721-sdca.c
944
RT721_SDCA_CTL_FU_MUTE, CH_R), mute);
sound/soc/codecs/rt721-sdca.c
956
unsigned char unmute = 0x0, mute = 0x1;
sound/soc/codecs/rt721-sdca.c
970
RT721_SDCA_CTL_FU_MUTE, CH_L), mute);
sound/soc/codecs/rt721-sdca.c
973
RT721_SDCA_CTL_FU_MUTE, CH_R), mute);
sound/soc/codecs/rt722-sdca.c
781
unsigned char unmute = 0x0, mute = 0x1;
sound/soc/codecs/rt722-sdca.c
795
RT722_SDCA_CTL_FU_MUTE, CH_L), mute);
sound/soc/codecs/rt722-sdca.c
798
RT722_SDCA_CTL_FU_MUTE, CH_R), mute);
sound/soc/codecs/rt722-sdca.c
810
unsigned char unmute = 0x0, mute = 0x1;
sound/soc/codecs/rt722-sdca.c
824
RT722_SDCA_CTL_FU_MUTE, CH_L), mute);
sound/soc/codecs/rt722-sdca.c
827
RT722_SDCA_CTL_FU_MUTE, CH_R), mute);
sound/soc/codecs/rtq9128.c
718
static int rtq9128_dai_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/rtq9128.c
724
dev_dbg(dev, "%s: mute (%d), stream (%d)\n", __func__, mute, stream);
sound/soc/codecs/rtq9128.c
727
mute ? 1 : 0);
sound/soc/codecs/sgtl5000.c
778
static int sgtl5000_mute_stream(struct snd_soc_dai *codec_dai, int mute, int direction)
sound/soc/codecs/sgtl5000.c
789
i2s_pwr, mute ? 0 : i2s_pwr);
sound/soc/codecs/sma1303.c
1184
static int sma1303_dai_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/sma1303.c
1193
if (mute) {
sound/soc/codecs/sma1307.c
1525
static int sma1307_dai_mute_stream(struct snd_soc_dai *dai, int mute,
sound/soc/codecs/sma1307.c
1533
if (mute) {
sound/soc/codecs/ssm2518.c
390
static int ssm2518_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/ssm2518.c
395
if (mute)
sound/soc/codecs/ssm2602.c
356
static int ssm2602_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/ssm2602.c
360
if (mute)
sound/soc/codecs/ssm3515.c
170
static int ssm3515_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/ssm3515.c
177
FIELD_PREP(SSM3515_DAC_MUTE, mute));
sound/soc/codecs/ssm4567.c
223
static int ssm4567_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/ssm4567.c
228
val = mute ? SSM4567_DAC_MUTE : 0;
sound/soc/codecs/sta32x.c
375
unsigned int mute;
sound/soc/codecs/sta32x.c
379
regmap_read(sta32x->regmap, STA32X_MMUTE, &mute);
sound/soc/codecs/sta32x.c
380
regmap_write(sta32x->regmap, STA32X_MMUTE, mute | STA32X_MMUTE_MMUTE);
sound/soc/codecs/sta32x.c
383
regmap_write(sta32x->regmap, STA32X_MMUTE, mute);
sound/soc/codecs/sta350.c
412
unsigned int mute;
sound/soc/codecs/sta350.c
416
regmap_read(sta350->regmap, STA350_CFUD, &mute);
sound/soc/codecs/sta350.c
417
regmap_write(sta350->regmap, STA350_MMUTE, mute | STA350_MMUTE_MMUTE);
sound/soc/codecs/sta350.c
420
regmap_write(sta350->regmap, STA350_MMUTE, mute);
sound/soc/codecs/sta529.c
255
static int sta529_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/sta529.c
259
if (mute)
sound/soc/codecs/sti-sas.c
174
static int stih407_sas_dac_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/sti-sas.c
178
if (mute) {
sound/soc/codecs/tas2552.c
468
static int tas2552_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tas2552.c
473
if (mute)
sound/soc/codecs/tas2562.c
374
static int tas2562_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tas2562.c
378
tas2562->unmuted = !mute;
sound/soc/codecs/tas2764.c
227
static int tas2764_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tas2764.c
233
if (!mute) {
sound/soc/codecs/tas2764.c
240
tas2764->unmuted = !mute;
sound/soc/codecs/tas2764.c
245
if (mute) {
sound/soc/codecs/tas2770.c
209
static int tas2770_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tas2770.c
215
tas2770->unmuted = !mute;
sound/soc/codecs/tas2780.c
128
static int tas2780_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tas2780.c
137
mute ? TAS2780_PWR_CTRL_MUTE : 0);
sound/soc/codecs/tas2783-sdw.c
817
s32 mute;
sound/soc/codecs/tas2783-sdw.c
821
mute = 0;
sound/soc/codecs/tas2783-sdw.c
825
mute = 1;
sound/soc/codecs/tas2783-sdw.c
831
TAS2783_SDCA_CTL_FU_MUTE, 1), mute);
sound/soc/codecs/tas2783-sdw.c
839
s32 mute;
sound/soc/codecs/tas2783-sdw.c
843
mute = 0;
sound/soc/codecs/tas2783-sdw.c
847
mute = 1;
sound/soc/codecs/tas2783-sdw.c
853
TAS2783_SDCA_CTL_FU_MUTE, 1), mute);
sound/soc/codecs/tas5086.c
450
static int tas5086_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/tas5086.c
456
if (mute)
sound/soc/codecs/tas571x.c
304
static int tas571x_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tas571x.c
310
sysctl2 = mute ? TAS571X_SYS_CTRL_2_SDN_MASK : 0;
sound/soc/codecs/tas5720.c
210
static int tas5720_mute_soc_component(struct snd_soc_component *component, int mute)
sound/soc/codecs/tas5720.c
227
ret = snd_soc_component_update_bits(component, reg, mask, mute ? mask : 0);
sound/soc/codecs/tas5720.c
236
static int tas5720_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tas5720.c
238
return tas5720_mute_soc_component(dai->component, mute);
sound/soc/codecs/tas5805m.c
411
static int tas5805m_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tas5805m.c
419
mute, tas5805m->is_powered);
sound/soc/codecs/tas5805m.c
421
tas5805m->is_muted = mute;
sound/soc/codecs/tas6424.c
254
static int tas6424_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tas6424.c
260
dev_dbg(component->dev, "%s() mute=%d\n", __func__, mute);
sound/soc/codecs/tas6424.c
263
gpiod_set_value_cansleep(tas6424->mute_gpio, mute);
sound/soc/codecs/tas6424.c
267
if (mute)
sound/soc/codecs/tfa9879.c
102
!!mute << TFA9879_S_MUTE_SHIFT);
sound/soc/codecs/tfa9879.c
96
static int tfa9879_mute_stream(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tlv320aic23.c
407
static int tlv320aic23_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tlv320aic23.c
413
if (mute)
sound/soc/codecs/tlv320aic26.c
137
static int aic26_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tlv320aic26.c
144
dai, mute);
sound/soc/codecs/tlv320aic26.c
146
if (mute)
sound/soc/codecs/tlv320aic31xx.c
1013
static int aic31xx_dac_mute(struct snd_soc_dai *codec_dai, int mute,
sound/soc/codecs/tlv320aic31xx.c
1018
if (mute) {
sound/soc/codecs/tlv320aic32x4.c
873
static int aic32x4_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tlv320aic32x4.c
878
AIC32X4_MUTEON, mute ? AIC32X4_MUTEON : 0);
sound/soc/codecs/tlv320aic3x.c
1224
static int aic3x_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/tlv320aic3x.c
1230
if (mute) {
sound/soc/codecs/tscs42xx.c
1173
static int tscs42xx_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/tscs42xx.c
1178
if (mute)
sound/soc/codecs/twl6040.c
1000
static int twl6040_mute_stream(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/twl6040.c
1004
twl6040_mute_path(dai->component, TWL6040_DAI_DL1, mute);
sound/soc/codecs/twl6040.c
1005
twl6040_mute_path(dai->component, TWL6040_DAI_DL2, mute);
sound/soc/codecs/twl6040.c
1009
twl6040_mute_path(dai->component, dai->id, mute);
sound/soc/codecs/twl6040.c
953
int mute)
sound/soc/codecs/twl6040.c
966
if (mute) {
sound/soc/codecs/twl6040.c
977
priv->dl1_unmuted = !mute;
sound/soc/codecs/twl6040.c
983
if (mute) {
sound/soc/codecs/twl6040.c
993
priv->dl2_unmuted = !mute;
sound/soc/codecs/uda1334.c
110
gpiod_set_value_cansleep(uda1334->mute, 1);
sound/soc/codecs/uda1334.c
121
gpiod_set_value_cansleep(uda1334->mute, 0);
sound/soc/codecs/uda1334.c
183
static int uda1334_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/uda1334.c
187
if (uda1334->mute)
sound/soc/codecs/uda1334.c
188
gpiod_set_value_cansleep(uda1334->mute, mute);
sound/soc/codecs/uda1334.c
24
struct gpio_desc *mute;
sound/soc/codecs/uda1334.c
259
uda1334->mute = devm_gpiod_get(&pdev->dev, "nxp,mute", GPIOD_OUT_LOW);
sound/soc/codecs/uda1334.c
260
if (IS_ERR(uda1334->mute)) {
sound/soc/codecs/uda1334.c
261
ret = PTR_ERR(uda1334->mute);
sound/soc/codecs/uda1342.c
48
static int uda1342_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/uda1342.c
57
if (mute)
sound/soc/codecs/wm8350.c
49
u16 mute;
sound/soc/codecs/wm8350.c
946
static int wm8350_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8350.c
951
if (mute)
sound/soc/codecs/wm8400.c
1096
static int wm8400_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8400.c
1101
if (mute)
sound/soc/codecs/wm8510.c
490
static int wm8510_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8510.c
495
if (mute)
sound/soc/codecs/wm8524.c
151
static int wm8524_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/wm8524.c
155
if (wm8524->mute)
sound/soc/codecs/wm8524.c
156
gpiod_set_value_cansleep(wm8524->mute, mute);
sound/soc/codecs/wm8524.c
255
wm8524->mute = devm_gpiod_get(&pdev->dev, "wlf,mute", GPIOD_OUT_LOW);
sound/soc/codecs/wm8524.c
256
if (IS_ERR(wm8524->mute)) {
sound/soc/codecs/wm8524.c
257
ret = PTR_ERR(wm8524->mute);
sound/soc/codecs/wm8524.c
28
struct gpio_desc *mute;
sound/soc/codecs/wm8524.c
73
gpiod_set_value_cansleep(wm8524->mute, 1);
sound/soc/codecs/wm8524.c
84
gpiod_set_value_cansleep(wm8524->mute, 0);
sound/soc/codecs/wm8580.c
803
static int wm8580_mute(struct snd_soc_dai *codec_dai, int mute, int direction)
sound/soc/codecs/wm8580.c
810
if (mute)
sound/soc/codecs/wm8711.c
207
static int wm8711_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8711.c
212
if (mute)
sound/soc/codecs/wm8728.c
72
static int wm8728_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8728.c
77
if (mute)
sound/soc/codecs/wm8731.c
349
static int wm8731_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8731.c
354
if (mute)
sound/soc/codecs/wm8741.c
367
static int wm8741_mute(struct snd_soc_dai *codec_dai, int mute, int direction)
sound/soc/codecs/wm8741.c
372
WM8741_SOFT_MASK, !!mute << WM8741_SOFT_SHIFT);
sound/soc/codecs/wm8750.c
609
static int wm8750_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8750.c
614
if (mute)
sound/soc/codecs/wm8753.c
1300
static int wm8753_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8753.c
1308
if (mute && wm8753->dai_func == 1) {
sound/soc/codecs/wm8753.c
1312
if (mute)
sound/soc/codecs/wm8770.c
475
static int wm8770_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8770.c
481
!!mute << 4);
sound/soc/codecs/wm8776.c
312
static int wm8776_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8776.c
316
return snd_soc_component_write(component, WM8776_DACMUTE, !!mute);
sound/soc/codecs/wm8900.c
970
static int wm8900_mute(struct snd_soc_dai *codec_dai, int mute, int direction)
sound/soc/codecs/wm8900.c
977
if (mute)
sound/soc/codecs/wm8903.c
1311
static int wm8903_mute(struct snd_soc_dai *codec_dai, int mute, int direction)
sound/soc/codecs/wm8903.c
1318
if (mute)
sound/soc/codecs/wm8904.c
1918
static int wm8904_mute(struct snd_soc_dai *codec_dai, int mute, int direction)
sound/soc/codecs/wm8904.c
1923
if (mute)
sound/soc/codecs/wm8940.c
464
static int wm8940_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8940.c
469
if (mute)
sound/soc/codecs/wm8955.c
748
static int wm8955_mute(struct snd_soc_dai *codec_dai, int mute, int direction)
sound/soc/codecs/wm8955.c
753
if (mute)
sound/soc/codecs/wm8960.c
901
static int wm8960_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8960.c
905
if (mute)
sound/soc/codecs/wm8961.c
701
static int wm8961_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8961.c
706
if (mute)
sound/soc/codecs/wm8962.c
3035
static int wm8962_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8962.c
3040
if (mute)
sound/soc/codecs/wm8971.c
539
static int wm8971_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8971.c
544
if (mute)
sound/soc/codecs/wm8974.c
570
static int wm8974_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8974.c
575
if (mute)
sound/soc/codecs/wm8978.c
839
static int wm8978_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8978.c
843
dev_dbg(component->dev, "%s: %d\n", __func__, mute);
sound/soc/codecs/wm8978.c
845
if (mute)
sound/soc/codecs/wm8983.c
560
static int wm8983_dac_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8983.c
566
!!mute << WM8983_SOFTMUTE_SHIFT);
sound/soc/codecs/wm8985.c
652
static int wm8985_dac_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8985.c
658
!!mute << WM8985_SOFTMUTE_SHIFT);
sound/soc/codecs/wm8988.c
710
static int wm8988_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8988.c
715
if (mute)
sound/soc/codecs/wm8990.c
1001
static int wm8990_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8990.c
1008
if (mute)
sound/soc/codecs/wm8991.c
1067
static int wm8991_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8991.c
1073
if (mute)
sound/soc/codecs/wm8993.c
1334
static int wm8993_mute(struct snd_soc_dai *codec_dai, int mute, int direction)
sound/soc/codecs/wm8993.c
1341
if (mute)
sound/soc/codecs/wm8994.c
3134
static int wm8994_aif_mute(struct snd_soc_dai *codec_dai, int mute,
sound/soc/codecs/wm8994.c
3152
if (mute)
sound/soc/codecs/wm8995.c
1420
static int wm8995_aif_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/codecs/wm8995.c
1437
!!mute << WM8995_AIF1DAC1_MUTE_SHIFT);
sound/soc/codecs/wm9081.c
1151
static int wm9081_mute(struct snd_soc_dai *codec_dai, int mute, int direction)
sound/soc/codecs/wm9081.c
1158
if (mute)
sound/soc/codecs/wsa881x.c
1021
static int wsa881x_digital_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/wsa881x.c
1025
if (mute)
sound/soc/codecs/wsa883x.c
1381
static int wsa883x_digital_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/wsa883x.c
1385
if (mute) {
sound/soc/codecs/wsa884x.c
1804
static int wsa884x_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/codecs/wsa884x.c
1808
if (mute) {
sound/soc/generic/test-component.c
152
static int test_dai_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/img/pistachio-internal-dac.c
45
bool mute;
sound/soc/intel/atom/sst-atom-controls.c
1327
int sst_send_pipe_gains(struct snd_soc_dai *dai, int stream, int mute)
sound/soc/intel/atom/sst-atom-controls.c
1348
sst_set_pipe_gain(ids, drv, mute);
sound/soc/intel/atom/sst-atom-controls.c
1364
sst_set_pipe_gain(ids, drv, mute);
sound/soc/intel/atom/sst-atom-controls.c
1549
sst_gains[i].mute = SST_GAIN_MUTE_DEFAULT;
sound/soc/intel/atom/sst-atom-controls.c
408
u16 task_id, u16 loc_id, u16 module_id, int mute)
sound/soc/intel/atom/sst-atom-controls.c
418
if (mute || gv->mute) {
sound/soc/intel/atom/sst-atom-controls.c
453
ucontrol->value.integer.value[0] = gv->mute ? 0 : 1;
sound/soc/intel/atom/sst-atom-controls.c
489
gv->mute = !ucontrol->value.integer.value[0];
sound/soc/intel/atom/sst-atom-controls.c
490
dev_dbg(cmpnt->dev, "%s: Mute %d\n", mc->pname, gv->mute);
sound/soc/intel/atom/sst-atom-controls.c
515
struct sst_data *drv, int mute);
sound/soc/intel/atom/sst-atom-controls.c
600
struct sst_data *drv, int mute)
sound/soc/intel/atom/sst-atom-controls.c
615
mc->pipe_id | mc->instance_id, mc->module_id, mute);
sound/soc/intel/atom/sst-atom-controls.h
706
bool mute;
sound/soc/intel/atom/sst-mfld-dsp.h
460
u32 mute;
sound/soc/intel/atom/sst-mfld-platform-pcm.c
96
static int sst_media_digital_mute(struct snd_soc_dai *dai, int mute, int stream)
sound/soc/intel/atom/sst-mfld-platform-pcm.c
99
return sst_send_pipe_gains(dai, stream, mute);
sound/soc/intel/atom/sst-mfld-platform.h
153
int sst_send_pipe_gains(struct snd_soc_dai *dai, int stream, int mute);
sound/soc/intel/avs/control.c
159
ctl_data->values[i] = !dspmutes[i].mute;
sound/soc/intel/avs/messages.c
766
struct avs_mute_cfg *mute)
sound/soc/intel/avs/messages.c
769
(u8 *)mute, sizeof(*mute));
sound/soc/intel/avs/messages.h
849
u32 mute;
sound/soc/intel/avs/messages.h
975
struct avs_mute_cfg *mute);
sound/soc/intel/avs/path.c
550
mutes[i].mute = !input[i];
sound/soc/intel/avs/path.c
562
mutes[0].mute = !input[0];
sound/soc/intel/catpt/messages.c
237
int catpt_ipc_mute_loopback(struct catpt_dev *cdev, u8 stream_hw_id, bool mute)
sound/soc/intel/catpt/messages.c
244
request.size = sizeof(mute);
sound/soc/intel/catpt/messages.c
245
request.data = &mute;
sound/soc/intel/catpt/messages.h
343
int catpt_ipc_mute_loopback(struct catpt_dev *cdev, u8 stream_hw_id, bool mute);
sound/soc/intel/catpt/pcm.c
1017
bool mute;
sound/soc/intel/catpt/pcm.c
1020
mute = (bool)ucontrol->value.integer.value[0];
sound/soc/intel/catpt/pcm.c
1023
*(bool *)kcontrol->private_value = mute;
sound/soc/intel/catpt/pcm.c
1031
ret = catpt_ipc_mute_loopback(cdev, stream->info.stream_hw_id, mute);
sound/soc/intel/catpt/pcm.c
1038
*(bool *)kcontrol->private_value = mute;
sound/soc/mediatek/common/mtk-btcvsd.c
1109
ucontrol->value.integer.value[0] = bt->tx->mute;
sound/soc/mediatek/common/mtk-btcvsd.c
1122
bt->tx->mute = ucontrol->value.integer.value[0];
sound/soc/mediatek/common/mtk-btcvsd.c
447
if (!bt->tx->mute) {
sound/soc/mediatek/common/mtk-btcvsd.c
475
if (bt->tx->mute)
sound/soc/mediatek/common/mtk-btcvsd.c
99
unsigned int mute:1;
sound/soc/meson/axg-spdifout.c
111
static int axg_spdifout_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/meson/axg-spdifout.c
117
mute ? SPDIFOUT_CTRL0_VSET : 0);
sound/soc/qcom/lpass-cpu.c
656
rval = devm_regmap_field_bulk_alloc(dev, map, &meta_ctl->mute, &v->mute, 7);
sound/soc/qcom/lpass-hdmi.c
125
ret = regmap_field_write(meta_ctl->mute, LPASS_MUTE_ENABLE);
sound/soc/qcom/lpass-hdmi.c
200
ret = regmap_field_write(drvdata->meta_ctl->mute, LPASS_MUTE_DISABLE);
sound/soc/qcom/lpass-hdmi.c
221
ret = regmap_field_write(meta_ctl->mute, LPASS_MUTE_DISABLE);
sound/soc/qcom/lpass-hdmi.c
233
ret = regmap_field_write(meta_ctl->mute, LPASS_MUTE_ENABLE);
sound/soc/qcom/lpass-hdmi.h
74
struct regmap_field *mute;
sound/soc/qcom/lpass-sc7180.c
258
.mute = REG_FIELD(0x610c8, 0, 0),
sound/soc/qcom/lpass-sc7280.c
390
.mute = REG_FIELD(0x610c8, 0, 0),
sound/soc/qcom/lpass.h
260
struct reg_field mute;
sound/soc/renesas/rcar/dvc.c
152
for (i = 0; i < rsnd_kctrl_size(dvc->mute); i++)
sound/soc/renesas/rcar/dvc.c
153
zcmcr |= (!!rsnd_kctrl_valm(dvc->mute, i)) << i;
sound/soc/renesas/rcar/dvc.c
242
&dvc->mute, channels,
sound/soc/renesas/rcar/dvc.c
39
struct rsnd_kctrl_cfg_m mute;
sound/soc/soc-core.c
619
static void soc_playback_digital_mute(struct snd_soc_card *card, int mute)
sound/soc/soc-core.c
633
snd_soc_dai_digital_mute(dai, mute, playback);
sound/soc/soc-dai.c
386
int snd_soc_dai_digital_mute(struct snd_soc_dai *dai, int mute,
sound/soc/soc-dai.c
399
ret = dai->driver->ops->mute_stream(dai, mute, direction);
sound/soc/soc-topology.c
604
| (le32_to_cpu(scale->mute) ? TLV_DB_SCALE_MUTE : 0);
sound/soc/spear/spdif_out.c
167
if (!host->saved_params.mute)
sound/soc/spear/spdif_out.c
191
static int spdif_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/spear/spdif_out.c
196
host->saved_params.mute = mute;
sound/soc/spear/spdif_out.c
200
if (mute)
sound/soc/spear/spdif_out.c
219
ucontrol->value.integer.value[0] = host->saved_params.mute;
sound/soc/spear/spdif_out.c
229
if (host->saved_params.mute == ucontrol->value.integer.value[0])
sound/soc/spear/spdif_out.c
31
u32 mute;
sound/soc/ti/ams-delta.c
422
static int ams_delta_mute(struct snd_soc_dai *dai, int mute, int direction)
sound/soc/ti/ams-delta.c
426
if (ams_delta_muted == mute)
sound/soc/ti/ams-delta.c
430
ams_delta_muted = mute;
sound/soc/ti/ams-delta.c
435
gpiod_set_value(gpiod_modem_codec, !!mute);
sound/sparc/cs4231.c
561
static void snd_cs4231_calibrate_mute(struct snd_cs4231 *chip, int mute)
sound/sparc/cs4231.c
563
mute = mute ? 1 : 0;
sound/sparc/cs4231.c
565
if (chip->calibrate_mute == mute)
sound/sparc/cs4231.c
568
if (!mute) {
sound/sparc/cs4231.c
577
mute ? 0x80 : chip->image[CS4231_AUX1_LEFT_INPUT]);
sound/sparc/cs4231.c
579
mute ? 0x80 : chip->image[CS4231_AUX1_RIGHT_INPUT]);
sound/sparc/cs4231.c
581
mute ? 0x80 : chip->image[CS4231_AUX2_LEFT_INPUT]);
sound/sparc/cs4231.c
583
mute ? 0x80 : chip->image[CS4231_AUX2_RIGHT_INPUT]);
sound/sparc/cs4231.c
585
mute ? 0x80 : chip->image[CS4231_LEFT_OUTPUT]);
sound/sparc/cs4231.c
587
mute ? 0x80 : chip->image[CS4231_RIGHT_OUTPUT]);
sound/sparc/cs4231.c
589
mute ? 0x80 : chip->image[CS4231_LEFT_LINE_IN]);
sound/sparc/cs4231.c
591
mute ? 0x80 : chip->image[CS4231_RIGHT_LINE_IN]);
sound/sparc/cs4231.c
593
mute ? 0xc0 : chip->image[CS4231_MONO_CTRL]);
sound/sparc/cs4231.c
594
chip->calibrate_mute = mute;
sound/usb/mixer_scarlett2.c
4536
u8 mute;
sound/usb/mixer_scarlett2.c
4552
mute = private->dim_mute[SCARLETT2_BUTTON_MUTE];
sound/usb/mixer_scarlett2.c
4556
private->mute_switch[i] = mute;
sound/usb/mixer_scarlett2.c
4849
if (private->config_set->items[SCARLETT2_CONFIG_LEVEL_SWITCH].mute)
sound/usb/mixer_scarlett2.c
5800
if (private->config_set->items[SCARLETT2_CONFIG_PHANTOM_SWITCH].mute)
sound/usb/mixer_scarlett2.c
604
u8 mute;
sound/usb/mixer_scarlett2.c
856
.mute = 1 },
sound/usb/mixer_scarlett2.c
860
.mute = 1 },
sound/usb/mixer_scarlett2.c
900
.mute = 1 },
sound/usb/mixer_scarlett2.c
907
.mute = 1 },
sound/usb/mixer_scarlett2.c
950
.mute = 1 },
sound/usb/mixer_scarlett2.c
957
.mute = 1 },
sound/usb/usx2y/usbus428ctldefs.h
47
unsigned char mute;