/src/sys/sys/ |
radioio.h | 43 int mute; member in struct:radio_info
|
/src/sys/dev/isa/ |
radiotrack2.c | 104 int mute; member in struct:rtii_softc 172 sc->mute = 0; 198 * Mute/unmute the card 203 u_int8_t mute; local in function:rtii_set_mute 205 mute = (sc->mute || !sc->vol) ? RTII_MUTE : RTII_UNMUTE; 206 bus_space_write_1(sc->tea.iot, sc->tea.ioh, 0, mute); 208 bus_space_write_1(sc->tea.iot, sc->tea.ioh, 0, mute); 297 ri->mute = sc->mute; [all...] |
sf16fmr2.c | 104 int mute; member in struct:sf2r_softc 172 sc->mute = 0; 198 * Mute/unmute the card 203 u_int8_t mute; local in function:sf2r_set_mute 205 mute = (sc->mute || !sc->vol) ? SF16FMR2_MUTE : SF16FMR2_UNMUTE; 206 bus_space_write_1(sc->tea.iot, sc->tea.ioh, 0, mute); 208 bus_space_write_1(sc->tea.iot, sc->tea.ioh, 0, mute); 316 ri->mute = sc->mute; [all...] |
aztech.c | 95 int mute; member in struct:az_softc 170 sc->mute = 0; 198 * Mute the card 204 sc->mute ? 0 : sc->vol); 207 sc->mute ? 0 : sc->vol); 216 vol = sc->mute ? 0 : sc->vol; 294 sc.mute = 0; 330 ri->mute = sc->mute; 349 sc->mute = ri->mute ? 1 : 0 [all...] |
radiotrack.c | 107 int mute; member in struct:rt_softc 183 sc->mute = 0; 228 * Mute the card 235 if (sc->mute) { 353 sc.mute = 0; 395 sc->mute = ri->mute ? 1 : 0; 411 ri->mute = sc->mute;
|
aria.c | 78 u_char mute; member in struct:aria_mixdev_info 672 if (sc->aria_mix[i].mute == 1) 1126 sc->aria_mix[ARIAMIX_MIC_LVL].mute =cp->un.ord; 1133 sc->aria_mix[ARIAMIX_LINE_IN_LVL].mute = 1141 sc->aria_mix[ARIAMIX_CD_LVL].mute = cp->un.ord; 1148 sc->aria_mix[ARIAMIX_DAC_LVL].mute =cp->un.ord; 1155 sc->aria_mix[ARIAMIX_AUX_LVL].mute =cp->un.ord; 1162 sc->aria_mix[ARIAMIX_TEL_LVL].mute =cp->un.ord; 1261 cp->un.ord = sc->aria_mix[ARIAMIX_MIC_LVL].mute; 1268 cp->un.ord = sc->aria_mix[ARIAMIX_LINE_IN_LVL].mute; [all...] |
wss.c | 309 goto mute; 316 goto mute; 323 goto mute; 330 mute:
|
/src/sys/dev/i2c/ |
tea5767.c | 50 int mute; member in struct:tea5767_tune 119 sc->tune.mute = 0; 230 if (sc->tune.mute) { 280 ri->mute = sc->tune.mute; 297 sc->tune.mute = ri->mute;
|
/src/sys/dev/pci/ |
gtp.c | 96 int mute; member in struct:gtp_softc 164 sc->mute = 0; 185 ri->mute = sc->mute; 206 sc->mute = ri->mute ? 1 : 0; 231 if (sc->mute || !sc->vol)
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
mpa1600.dts | 74 label = "Monitor mute";
|
/src/sys/dev/ic/ |
ad1848.c | 189 MONO_INPUT_MUTE|ATTEN_6, /* mute speaker by default */ 416 sc->mute[AD1848_MONITOR_CHANNEL] = MUTE_ALL; 425 sc->mute[AD1848_MONO_CHANNEL] = MUTE_ALL; 459 * This function doesn't set the mute flags but does use them. 460 * The mute flags reflect the mutes that have been applied by the user. 461 * However, the driver occasionally wants to mute devices (e.g. when changing 462 * sampling rate). These operations should not affect the mute flags. 466 ad1848_mute_channel(struct ad1848_softc *sc, int device, int mute) 472 if (mute & MUTE_LEFT) { 484 } else if (!(sc->mute[device] & MUTE_LEFT)) [all...] |
ad1848var.h | 72 #define WAVE_MUTE0 1 /* force mute (overrides UNMUTE1) */ 74 #define WAVE_MUTE2 4 /* weak mute */ 79 * These are indexes into mute[] array and into a register 120 char mute[AD1848_NUM_CHANNELS]; member in struct:ad1848_softc
|
cs4231.c | 496 case CSAUDIO_OUT_MUTE: /* mute built-in speaker */ 502 /* names reversed, this is a "mute" value used as "mono enabled" */ 515 goto mute; 522 goto mute; 529 goto mute; 536 goto mute; 543 mute:
|
/src/sys/arch/arm/sunxi/ |
sun6i_a31_codec.c | 171 /* Mute inputs to headphone PA */ 186 a31_codec_mute(struct sunxi_codec_softc *sc, int mute, u_int mode) 190 fdtbus_gpio_write(sc->sc_pin_pa, !mute); 192 if (mute) { 202 if (mute) { 296 .mute = a31_codec_mute,
|
sunxi_codec.c | 305 if (sc->sc_cfg->mute) 306 sc->sc_cfg->mute(sc, 0, ch->ch_mode); 370 if (sc->sc_cfg->mute) 371 sc->sc_cfg->mute(sc, 0, ch->ch_mode); 410 /* Mute output */ 411 if (sc->sc_cfg->mute) 412 sc->sc_cfg->mute(sc, 1, ch->ch_mode); 431 /* Mute output */ 432 if (sc->sc_cfg->mute) 433 sc->sc_cfg->mute(sc, 1, ch->ch_mode) [all...] |
sunxi_codec.h | 47 /* toggle DAC/ADC mute */ 48 void (*mute)(struct sunxi_codec_softc *, int, u_int); member in struct:sunxi_codec_conf
|
sun4i_a10_codec.c | 141 a10_codec_mute(struct sunxi_codec_softc *sc, int mute, u_int mode) 145 fdtbus_gpio_write(sc->sc_pin_pa, !mute); 235 .mute = a10_codec_mute,
|
sun8i_h3_codec.c | 245 h3_codec_mute(struct sunxi_codec_softc *sc, int mute, u_int mode) 250 if (mute) { 251 /* Mute DAC l/r channels to output mixer */ 268 if (mute) { 415 .mute = h3_codec_mute,
|
sun8i_v3s_codec.c | 230 v3s_codec_mute(struct sunxi_codec_softc *sc, int mute, u_int mode) 235 if (mute) { 236 /* Mute DAC l/r channels to output mixer */ 253 if (mute) { 387 .mute = v3s_codec_mute,
|
/src/sys/dev/usb/ |
slurm.c | 173 ri->mute = slurm_si470x_get_mute(powercfg); 194 slurm_si470x_set_powercfg(sc, ri->mute, ri->stereo); 356 slurm_si470x_set_powercfg(struct slurm_softc *sc, int mute, int stereo) 363 powercfg |= mute ? 0 : SI470X_DMUTE;
|
udsbr.c | 264 ri->mute = sc->sc_mute; 280 sc->sc_mute = ri->mute != 0;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/virtual/ |
amdgpu_virtual_stream_encoder.c | 84 bool mute) {}
|
/src/sys/arch/prep/isa/ |
paud_isa.c | 305 goto mute; 312 goto mute; 319 goto mute; 326 mute:
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_audio.h | 65 void (*set_mute)(struct drm_encoder *encoder, u32 offset, bool mute);
|
radeon_dce3_1_afmt.c | 228 void dce3_2_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) 233 if (mute)
|