Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/ac97/
Dac97_patch.c454 AC97_DOUBLE("Front Playback Volume", AC97_WM97XX_FMIXER_VOL, 8, 0, 31, 1),
486 AC97_DOUBLE("Front Playback Volume", AC97_WM97XX_FMIXER_VOL, 8, 0, 31, 1),
488 AC97_DOUBLE("Rear Playback Volume", AC97_WM9704_RMIXER_VOL, 8, 0, 31, 1),
490 AC97_DOUBLE("Rear DAC Volume", AC97_WM9704_RPCM_VOL, 8, 0, 31, 1),
491 AC97_DOUBLE("Surround Volume", AC97_SURROUND_MASTER, 8, 0, 31, 1),
618 AC97_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 63, 1),
704 AC97_DOUBLE("Line In Volume", AC97_PC_BEEP, 8, 0, 31, 1),
709 AC97_DOUBLE("PCM Playback Volume", AC97_PHONE, 8, 0, 31, 1),
724 AC97_DOUBLE("Capture Volume", AC97_CD, 8, 0, 15, 0),
746 AC97_DOUBLE("Master ZC Switch", AC97_MASTER, 14, 6, 1, 0),
[all …]
Dac97_patch.h25 #define AC97_DOUBLE(xname, reg, shift_left, shift_right, mask, invert) \ macro
Dac97_codec.c629 AC97_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 15, 0);
1188 struct snd_kcontrol_new tmp = AC97_DOUBLE(name, reg, 15, 7, 1, 1); in snd_ac97_cmute_new_stereo()
1247 struct snd_kcontrol_new tmp = AC97_DOUBLE(name, reg, 8, 0, lo_max, 1); in snd_ac97_cvol_new()