Symbol: AC97_DOUBLE
sound/pci/ac97/ac97_codec.c
1175
struct snd_kcontrol_new tmp = AC97_DOUBLE(name, reg, 15, 7, 1, 1);
sound/pci/ac97/ac97_codec.c
1234
struct snd_kcontrol_new tmp = AC97_DOUBLE(name, reg, 8, 0, lo_max, 1);
sound/pci/ac97/ac97_codec.c
620
AC97_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 15, 0);
sound/pci/ac97/ac97_patch.c
2591
AC97_DOUBLE("Surround DAC Volume", AC97_ALC650_SURR_DAC_VOL, 8, 0, 31, 1),
sound/pci/ac97/ac97_patch.c
2593
AC97_DOUBLE("Center/LFE DAC Volume", AC97_ALC650_LFE_DAC_VOL, 8, 0, 31, 1),
sound/pci/ac97/ac97_patch.c
3340
AC97_DOUBLE("Side Playback Switch", AC97_CM9780_SIDE, 15, 7, 1, 1),
sound/pci/ac97/ac97_patch.c
3341
AC97_DOUBLE("Side Playback Volume", AC97_CM9780_SIDE, 8, 0, 31, 0),
sound/pci/ac97/ac97_patch.c
3763
AC97_DOUBLE("Back Surr Volume", 0x5e, 8, 0, 31, 1),
sound/pci/ac97/ac97_patch.c
3861
AC97_DOUBLE("Modem Speaker Volume", 0x5c, 14, 12, 3, 1)
sound/pci/ac97/ac97_patch.c
450
AC97_DOUBLE("Front Playback Volume", AC97_WM97XX_FMIXER_VOL, 8, 0, 31, 1),
sound/pci/ac97/ac97_patch.c
482
AC97_DOUBLE("Front Playback Volume", AC97_WM97XX_FMIXER_VOL, 8, 0, 31, 1),
sound/pci/ac97/ac97_patch.c
484
AC97_DOUBLE("Rear Playback Volume", AC97_WM9704_RMIXER_VOL, 8, 0, 31, 1),
sound/pci/ac97/ac97_patch.c
486
AC97_DOUBLE("Rear DAC Volume", AC97_WM9704_RPCM_VOL, 8, 0, 31, 1),
sound/pci/ac97/ac97_patch.c
487
AC97_DOUBLE("Surround Volume", AC97_SURROUND_MASTER, 8, 0, 31, 1),
sound/pci/ac97/ac97_patch.c
614
AC97_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 63, 1),
sound/pci/ac97/ac97_patch.c
700
AC97_DOUBLE("Line In Volume", AC97_PC_BEEP, 8, 0, 31, 1),
sound/pci/ac97/ac97_patch.c
705
AC97_DOUBLE("PCM Playback Volume", AC97_PHONE, 8, 0, 31, 1),
sound/pci/ac97/ac97_patch.c
720
AC97_DOUBLE("Capture Volume", AC97_CD, 8, 0, 15, 0),
sound/pci/ac97/ac97_patch.c
742
AC97_DOUBLE("Master ZC Switch", AC97_MASTER, 14, 6, 1, 0),
sound/pci/ac97/ac97_patch.c
743
AC97_DOUBLE("Headphone ZC Switch", AC97_HEADPHONE, 14, 6, 1, 0),
sound/pci/ac97/ac97_patch.c
744
AC97_DOUBLE("Out3/4 ZC Switch", AC97_MASTER_MONO, 14, 6, 1, 0),