Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/ac97/
Dac97_patch.c451 AC97_DOUBLE("Front Playback Volume", AC97_WM97XX_FMIXER_VOL, 8, 0, 31, 1),
482 AC97_DOUBLE("Front Playback Volume", AC97_WM97XX_FMIXER_VOL, 8, 0, 31, 1),
484 AC97_DOUBLE("Rear Playback Volume", AC97_WM9704_RMIXER_VOL, 8, 0, 31, 1),
486 AC97_DOUBLE("Rear DAC Volume", AC97_WM9704_RPCM_VOL, 8, 0, 31, 1),
487 AC97_DOUBLE("Surround Volume", AC97_SURROUND_MASTER, 8, 0, 31, 1),
613 AC97_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 63, 1),
698 AC97_DOUBLE("Line In Volume", AC97_PC_BEEP, 8, 0, 31, 1),
703 AC97_DOUBLE("PCM Playback Volume", AC97_PHONE, 8, 0, 31, 1),
718 AC97_DOUBLE("Capture Volume", AC97_CD, 8, 0, 15, 0),
740 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()