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

/linux-master/sound/pci/ac97/
H A Dac97_patch.h25 #define AC97_DOUBLE(xname, reg, shift_left, shift_right, mask, invert) \ macro
H A Dac97_patch.c451 AC97_DOUBLE("Front Playback Volume", AC97_WM97XX_FMIXER_VOL, 8, 0, 31, 1),
483 AC97_DOUBLE("Front Playback Volume", AC97_WM97XX_FMIXER_VOL, 8, 0, 31, 1),
485 AC97_DOUBLE("Rear Playback Volume", AC97_WM9704_RMIXER_VOL, 8, 0, 31, 1),
487 AC97_DOUBLE("Rear DAC Volume", AC97_WM9704_RPCM_VOL, 8, 0, 31, 1),
488 AC97_DOUBLE("Surround Volume", AC97_SURROUND_MASTER, 8, 0, 31, 1),
615 AC97_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 63, 1),
701 AC97_DOUBLE("Line In Volume", AC97_PC_BEEP, 8, 0, 31, 1),
706 AC97_DOUBLE("PCM Playback Volume", AC97_PHONE, 8, 0, 31, 1),
721 AC97_DOUBLE("Capture Volume", AC97_CD, 8, 0, 15, 0),
743 AC97_DOUBLE("Maste
[all...]
H A Dac97_codec.c628 AC97_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 15, 0);
1187 struct snd_kcontrol_new tmp = AC97_DOUBLE(name, reg, 15, 7, 1, 1);
1246 struct snd_kcontrol_new tmp = AC97_DOUBLE(name, reg, 8, 0, lo_max, 1);

Completed in 225 milliseconds