Symbol: AC97_HEADPHONE
drivers/media/usb/em28xx/em28xx-audio.c
864
em28xx_cvol_new(card, dev, "Line", AC97_HEADPHONE);
drivers/media/usb/em28xx/em28xx-core.c
408
{ EM28XX_AOUT_LINE, AC97_HEADPHONE },
sound/pci/ac97/ac97_codec.c
1022
case AC97_HEADPHONE:
sound/pci/ac97/ac97_codec.c
1366
if (snd_ac97_try_volume_mix(ac97, AC97_HEADPHONE)) {
sound/pci/ac97/ac97_codec.c
1368
AC97_HEADPHONE, 0, ac97);
sound/pci/ac97/ac97_codec.c
2363
snd_ac97_write(ac97, AC97_HEADPHONE, 0x9f9f);
sound/pci/ac97/ac97_codec.c
2731
kcontrol->private_value = (kcontrol->private_value & ~0xff) | AC97_HEADPHONE;
sound/pci/ac97/ac97_codec.c
277
if (reg == AC97_MASTER || reg == AC97_HEADPHONE)
sound/pci/ac97/ac97_patch.c
3897
{ AC97_HEADPHONE, 0x1f1f },
sound/pci/ac97/ac97_patch.c
626
AC97_SINGLE("Headphone ZC Switch", AC97_HEADPHONE, 7, 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
746
AC97_SINGLE("Headphone Right Switch", AC97_HEADPHONE, 7, 1, 1),
sound/pci/emu10k1/emumixer.c
2159
snd_ac97_write_cache(emu->ac97, AC97_HEADPHONE, 0x0202);
sound/pci/nm256/nm256.c
1143
{ AC97_HEADPHONE, 0x8000 },
sound/pci/nm256/nm256.c
1220
{ AC97_HEADPHONE, 0x1f1f },
sound/pci/oxygen/oxygen_lib.c
541
oxygen_write_ac97(chip, 1, AC97_HEADPHONE, 0x8000);
sound/pci/oxygen/oxygen_mixer.c
982
AC97_VOLUME("Front Panel Playback Volume", 1, AC97_HEADPHONE, 1),
sound/pci/oxygen/oxygen_mixer.c
983
AC97_SWITCH("Front Panel Playback Switch", 1, AC97_HEADPHONE, 15, 1),
sound/soc/codecs/ad1980.c
115
SOC_DOUBLE("Headphone Playback Volume", AC97_HEADPHONE, 8, 0, 31, 1),
sound/soc/codecs/ad1980.c
116
SOC_SINGLE("Headphone Playback Switch", AC97_HEADPHONE, 15, 1, 1),
sound/soc/codecs/stac9766.c
118
SOC_DOUBLE_TLV("Headphone Volume", AC97_HEADPHONE, 8, 0, 31, 1,
sound/soc/codecs/stac9766.c
120
SOC_SINGLE("Headphone Switch", AC97_HEADPHONE, 15, 1, 1),
sound/soc/codecs/wm9705.c
78
SOC_DOUBLE("Headphone Playback Volume", AC97_HEADPHONE, 8, 0, 31, 1),
sound/soc/codecs/wm9705.c
79
SOC_SINGLE("Headphone Playback Switch", AC97_HEADPHONE, 15, 1, 1),
sound/soc/codecs/wm9712.c
136
SOC_DOUBLE("Headphone Playback Volume", AC97_HEADPHONE, 8, 0, 31, 1),
sound/soc/codecs/wm9712.c
137
SOC_SINGLE("Headphone Playback Switch", AC97_HEADPHONE, 15, 1, 1),
sound/soc/codecs/wm9712.c
142
SOC_SINGLE("Headphone Playback ZC Switch", AC97_HEADPHONE, 7, 1, 0),
sound/soc/codecs/wm9713.c
103
SOC_DOUBLE_TLV("Headphone Playback Volume", AC97_HEADPHONE, 8, 0, 31, 1,
sound/soc/codecs/wm9713.c
105
SOC_DOUBLE("Headphone Playback Switch", AC97_HEADPHONE, 15, 7, 1, 1),
sound/soc/codecs/wm9713.c
138
SOC_DOUBLE("Headphone Playback ZC Switch", AC97_HEADPHONE, 14, 6, 1, 0),