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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtda9875.c48 int rvol, lvol; member in struct:tda9875
147 tda->lvol,tda->rvol,tda->bass,tda->treble);
152 a =tda->rvol & 0xff;
197 t->lvol=t->rvol =0; /* 0dB */
295 right = (t->rvol+84)*606;
324 t->rvol = ((right/606)-84) & 0xff;
325 if (t->rvol > 24)
326 t->rvol = 24;
327 if (t->rvol < -84)
328 t->rvol
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dau1550_i2s.c172 unsigned int lvol, rvol; local
179 rvol = (((val & 0x7f) * 0x60) / 0x64) + 0x1f;
181 rvol |= 0x80;
184 wm8731_wrcodec(0x06, rvol);
191 rvol = (((val & 0x7f) * 0x1f) / 0x64);
197 rvol |= 0x80;
199 rvol &= ~0x80;
202 wm8731_wrcodec(0x02, rvol);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dawacs.c291 static int awacs_amp_set_vol(struct awacs_amp *amp, int index, int lvol, int rvol, argument
295 amp->amp_vol[index][1] == rvol)
298 awacs_set_cuda(5 + index, rvol);
300 amp->amp_vol[index][1] = rvol;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dtrident.h371 unsigned char rvol; /* rear volume */ member in struct:snd_trident_pcm_mixer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c919 voice->RVol = mix->rvol;
1420 voice->RVol = mix->rvol;
2760 ucontrol->value.integer.value[0] = 127 - mix->rvol;
2774 change = val != mix->rvol;
2775 mix->rvol = val;
2890 tmix->rvol = T4D_DEFAULT_PCM_RVOL;
3598 tmix->rvol = T4D_DEFAULT_PCM_RVOL;

Completed in 88 milliseconds