/linux-2.4.37.9/drivers/media/radio/ |
D | radio-rtrack2.c | 34 int muted; member 42 if(dev->muted) in rt_mute() 47 dev->muted = 1; in rt_mute() 52 if(dev->muted == 0) in rt_unmute() 57 dev->muted = 0; in rt_unmute() 96 if (!dev->muted) in rt_setfreq() 252 rtrack2_unit.muted = 1; in rtrack2_init()
|
D | radio-aimslab.c | 54 int muted; member 91 dev->muted = 1; in rt_mute() 104 if (dev->muted) { /* user is unmuting the card */ in rt_setvol() 105 dev->muted = 0; in rt_setvol() 121 dev->muted = 0; in rt_setvol() 141 if ((dev->curvol == 0) || (dev->muted)) { in send_0_byte() 154 if ((dev->curvol == 0) || (dev->muted)) { in send_1_byte() 200 if ((dev->curvol == 0) || (dev->muted)) in rt_setfreq()
|
D | radio-gemtek.c | 41 int muted; member 52 if(dev->muted) in gemtek_mute() 57 dev->muted = 1; in gemtek_mute() 62 if(dev->muted == 0) in gemtek_unmute() 67 dev->muted = 0; in gemtek_unmute() 289 gemtek_unit.muted = 0; in gemtek_init()
|
D | radio-typhoon.c | 59 int muted; member 125 if (dev->muted == 1) in typhoon_mute() 129 dev->muted = 1; in typhoon_mute() 134 if (dev->muted == 0) in typhoon_unmute() 138 dev->muted = 0; in typhoon_unmute() 143 if (dev->muted && vol != 0) { /* user is unmuting the card */ in typhoon_setvol() 308 out += sprintf(out, "mute = %s\n", typhoon_unit.muted ? in typhoon_get_info()
|
D | radio-terratec.c | 62 int muted; member 86 dev->muted = 1; in tt_mute() 96 if (dev->muted) { /* user is unmuting the card */ in tt_setvol() 97 dev->muted = 0; in tt_setvol() 110 dev->muted = 0; in tt_setvol()
|
D | radio-zoltrix.c | 50 int muted; member 67 if (dev->muted) in zol_setvol() 88 dev->muted = 1; in zol_mute() 98 dev->muted = 0; in zol_unmute() 154 if (dev->muted) in zol_setfreq() 164 if(!dev->muted) in zol_setfreq()
|
D | radio-maestro.c | 86 muted, /* VIDEO_AUDIO_MUTE */ member 141 if(dev->muted) in radio_bits_get() 167 if(!dev->muted) in radio_bits_set() 234 v.flags=VIDEO_AUDIO_MUTABLE | card->muted; in radio_function() 250 outw((card->muted = v.flags & VIDEO_AUDIO_MUTE) in radio_function() 318 dev->muted = inw(io) & STR_WREN ? 0 : VIDEO_AUDIO_MUTE; in radio_power_on() 321 outw(dev->muted ? 0 : STR_WREN, io); in radio_power_on()
|
D | miropcm20-radio.c | 34 int muted; member 41 dev->muted = mute; in pcm20_mute() 192 if (pcm20->muted) in pcm20_ioctl() 241 muted: 1,
|
D | radio-maxiradio.c | 93 muted, /* VIDEO_AUDIO_MUTE */ member 256 v.flags=VIDEO_AUDIO_MUTABLE | card->muted; in radio_function() 273 card->muted = v.flags & VIDEO_AUDIO_MUTE; in radio_function() 275 if(card->muted) in radio_function()
|
/linux-2.4.37.9/drivers/media/video/ |
D | tda7432.c | 87 int muted; member 300 t->muted = VIDEO_AUDIO_MUTE; in do_tda7432_init() 387 if (t->muted) in tda7432_command() 493 t->muted=(va->flags & VIDEO_AUDIO_MUTE); in tda7432_command() 494 if (t->muted) in tda7432_command()
|
D | msp3400.c | 83 int muted; member 382 int muted, int left, int right) in msp3400c_setvolume() argument 386 if (!muted) { in msp3400c_setvolume() 396 muted ? "on" : "off", left, right, val>>8, balance); in msp3400c_setvolume() 816 msp3400c_setvolume(client, msp->muted, in msp3400c_thread() 821 msp3400c_setvolume(client, msp->muted, 0, 0); in msp3400c_thread() 966 msp3400c_setvolume(client, msp->muted, msp->left, msp->right); in msp3400c_thread() 1065 msp3400c_setvolume(client, msp->muted, in msp3410d_thread() 1218 msp3400c_setvolume(client, msp->muted, msp->left, msp->right); in msp3410d_thread() 1291 msp->muted = 1; in msp_attach() [all …]
|
/linux-2.4.37.9/drivers/sound/ |
D | cs46xx.c | 4450 unsigned int tmp=0,muted=0; in cs461x_powerdown() local 4500 if(!muted) in cs461x_powerdown() 4503 muted=1; in cs461x_powerdown() 4548 if(!muted) in cs461x_powerdown() 4551 muted=1; in cs461x_powerdown() 4594 if(!muted) in cs461x_powerdown() 4597 muted=1; in cs461x_powerdown() 4643 if(!muted) in cs461x_powerdown() 4646 muted=1; in cs461x_powerdown() 4681 if(muted) in cs461x_powerdown() [all …]
|
/linux-2.4.37.9/Documentation/powerpc/ |
D | sound.txt | 42 auxiliary input isn't muted by default. I had the changes necessary
|
/linux-2.4.37.9/Documentation/sound/ |
D | vwsnd | 60 gain than the line out. The speaker/headphone output can be muted, 203 outputs. Those sources whose bits are not set are muted.
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | Sound-FAQ | 35 mixer settings too. ALSA for example has everything muted by default.
|
/linux-2.4.37.9/drivers/sbus/audio/ |
D | dbri.c | 1277 static void mmcodec_setgain(struct dbri *dbri, int muted) in mmcodec_setgain() argument 1279 if (muted || dbri->perchip_info.output_muted) { in mmcodec_setgain()
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 25072 status information (frequency, volume, muted, mute frequency, 25087 the device is muted. There should be no local radio station at that
|