Searched refs:volume_control (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_simple.c180 voice->volume_control &= ~0xc3;
181 voice->volume_control |= 0x20;
185 voice->volume_control |= 0x40;
191 snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, voice->volume_control);
194 snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, voice->volume_control);
314 voice->volume_control = 0x03;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/codecs/
H A Dsnd-aoa-codec-onyx.c162 static struct snd_kcontrol_new volume_control = { variable in typeref:struct:snd_kcontrol_new
958 ADDCTL(volume_control);
H A Dsnd-aoa-codec-tas.c266 static struct snd_kcontrol_new volume_control = { variable in typeref:struct:snd_kcontrol_new
830 err = aoa_snd_ctl_add(snd_ctl_new1(&volume_control, tas));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dgus.h300 unsigned char volume_control; member in struct:snd_gus_voice
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Dsbpcd.c642 u_char volume_control; /* TEAC on/off bits */ member in struct:sbpcd_drive
1628 drvcmd[7]=current_drive->mode_yb_7|current_drive->volume_control;
1853 current_drive->volume_control=0;
1854 if (!volume0) current_drive->volume_control|=0x10;
1855 if (!volume1) current_drive->volume_control|=0x20;
2556 current_drive->volume_control=infobuf[7];
2559 if (current_drive->volume_control&0x10) vol0=0;
2561 if (current_drive->volume_control&0x20) vol1=0;

Completed in 189 milliseconds