Searched refs:AC97_HEADPHONE (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A 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),
|
| H A 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),
|
| H A 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),
|
| /linux/include/sound/ac97/ |
| H A D | regs.h | 15 #define AC97_HEADPHONE 0x04 /* Headphone Volume (optional) */ macro
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_codec.c | 277 if (reg == AC97_MASTER || reg == AC97_HEADPHONE) in snd_ac97_write() 1022 case AC97_HEADPHONE: in snd_ac97_try_volume_mix() 1366 if (snd_ac97_try_volume_mix(ac97, AC97_HEADPHONE)) { in snd_ac97_mixer_build() 1368 AC97_HEADPHONE, 0, ac97); in snd_ac97_mixer_build() 2363 snd_ac97_write(ac97, AC97_HEADPHONE, 0x9f9f); in snd_ac97_powerdown() 2731 kcontrol->private_value = (kcontrol->private_value & ~0xff) | AC97_HEADPHONE; in bind_hp_volsw_put()
|
| /linux/drivers/media/usb/em28xx/ |
| H A D | em28xx-audio.c | 864 em28xx_cvol_new(card, dev, "Line", AC97_HEADPHONE); in em28xx_audio_init()
|
| H A D | em28xx-core.c | 408 { EM28XX_AOUT_LINE, AC97_HEADPHONE },
|