Searched refs:AC97_HEADPHONE (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/sound/soc/codecs/ |
D | ad1980.c | 115 SOC_DOUBLE("Headphone Playback Volume", AC97_HEADPHONE, 8, 0, 31, 1), 116 SOC_SINGLE("Headphone Playback Switch", AC97_HEADPHONE, 15, 1, 1),
|
D | stac9766.c | 118 SOC_DOUBLE_TLV("Headphone Volume", AC97_HEADPHONE, 8, 0, 31, 1, 120 SOC_SINGLE("Headphone Switch", AC97_HEADPHONE, 15, 1, 1),
|
D | wm9705.c | 78 SOC_DOUBLE("Headphone Playback Volume", AC97_HEADPHONE, 8, 0, 31, 1), 79 SOC_SINGLE("Headphone Playback Switch", AC97_HEADPHONE, 15, 1, 1),
|
D | wm9712.c | 136 SOC_DOUBLE("Headphone Playback Volume", AC97_HEADPHONE, 8, 0, 31, 1), 137 SOC_SINGLE("Headphone Playback Switch", AC97_HEADPHONE, 15, 1, 1), 142 SOC_SINGLE("Headphone Playback ZC Switch", AC97_HEADPHONE, 7, 1, 0),
|
D | wm9713.c | 103 SOC_DOUBLE_TLV("Headphone Playback Volume", AC97_HEADPHONE, 8, 0, 31, 1, 105 SOC_DOUBLE("Headphone Playback Switch", AC97_HEADPHONE, 15, 7, 1, 1), 138 SOC_DOUBLE("Headphone Playback ZC Switch", AC97_HEADPHONE, 14, 6, 1, 0),
|
/Linux-v6.1/include/sound/ac97/ |
D | regs.h | 15 #define AC97_HEADPHONE 0x04 /* Headphone Volume (optional) */ macro
|
/Linux-v6.1/sound/pci/ac97/ |
D | ac97_codec.c | 278 if (reg == AC97_MASTER || reg == AC97_HEADPHONE) in snd_ac97_write() 1035 case AC97_HEADPHONE: in snd_ac97_try_volume_mix() 1379 if (snd_ac97_try_volume_mix(ac97, AC97_HEADPHONE)) { in snd_ac97_mixer_build() 1381 AC97_HEADPHONE, 0, ac97); in snd_ac97_mixer_build() 2374 snd_ac97_write(ac97, AC97_HEADPHONE, 0x9f9f); in snd_ac97_powerdown() 2743 kcontrol->private_value = (kcontrol->private_value & ~0xff) | AC97_HEADPHONE; in bind_hp_volsw_put()
|
D | ac97_patch.c | 630 AC97_SINGLE("Headphone ZC Switch", AC97_HEADPHONE, 7, 1, 0), 747 AC97_DOUBLE("Headphone ZC Switch", AC97_HEADPHONE, 14, 6, 1, 0), 750 AC97_SINGLE("Headphone Right Switch", AC97_HEADPHONE, 7, 1, 1), 3921 { AC97_HEADPHONE, 0x1f1f },
|
/Linux-v6.1/sound/pci/oxygen/ |
D | oxygen_mixer.c | 1004 AC97_VOLUME("Front Panel Playback Volume", 1, AC97_HEADPHONE, 1), 1005 AC97_SWITCH("Front Panel Playback Switch", 1, AC97_HEADPHONE, 15, 1),
|
D | oxygen_lib.c | 544 oxygen_write_ac97(chip, 1, AC97_HEADPHONE, 0x8000); in oxygen_init()
|
/Linux-v6.1/sound/pci/nm256/ |
D | nm256.c | 1181 { AC97_HEADPHONE, 0x8000 }, 1258 { AC97_HEADPHONE, 0x1f1f },
|
/Linux-v6.1/drivers/media/usb/em28xx/ |
D | em28xx-audio.c | 864 em28xx_cvol_new(card, dev, "Line", AC97_HEADPHONE); in em28xx_audio_init()
|
D | em28xx-core.c | 408 { EM28XX_AOUT_LINE, AC97_HEADPHONE },
|
/Linux-v6.1/sound/pci/emu10k1/ |
D | emumixer.c | 1948 snd_ac97_write_cache(emu->ac97, AC97_HEADPHONE, 0x0202); in snd_emu10k1_mixer()
|