Searched refs:AC97_DOUBLE (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_patch.h40 #define AC97_DOUBLE(xname, reg, shift_left, shift_right, mask, invert) \ macro
H A Dac97_patch.c403 AC97_DOUBLE("Front Playback Volume", AC97_WM97XX_FMIXER_VOL, 8, 0, 31, 1),
434 AC97_DOUBLE("Front Playback Volume", AC97_WM97XX_FMIXER_VOL, 8, 0, 31, 1),
436 AC97_DOUBLE("Rear Playback Volume", AC97_WM9704_RMIXER_VOL, 8, 0, 31, 1),
438 AC97_DOUBLE("Rear DAC Volume", AC97_WM9704_RPCM_VOL, 8, 0, 31, 1),
439 AC97_DOUBLE("Surround Volume", AC97_SURROUND_MASTER, 8, 0, 31, 1),
580 AC97_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 63, 1),
664 AC97_DOUBLE("Line In Volume", AC97_PC_BEEP, 8, 0, 31, 1),
669 AC97_DOUBLE("PCM Playback Volume", AC97_PHONE, 8, 0, 31, 1),
684 AC97_DOUBLE("Capture Volume", AC97_CD, 8, 0, 15, 0),
706 AC97_DOUBLE("Maste
[all...]
H A Dac97_codec.c628 AC97_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 15, 0);
1178 struct snd_kcontrol_new tmp = AC97_DOUBLE(name, reg, 15, 7, 1, 1);
1237 struct snd_kcontrol_new tmp = AC97_DOUBLE(name, reg, 8, 0, lo_max, 1);

Completed in 65 milliseconds