aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorDavid Henningsson <david.henningsson@canonical.com>2011-10-05 15:53:25 +0200
committerTakashi Iwai <tiwai@suse.de>2011-10-05 17:22:04 +0200
commit7c2f8e4009d4b66c8458e3a5c20510b4262853bb (patch)
tree5958ddebda59e7822890f66275787d134fa1543b /include/sound
parentALSA: HDA: Fix DAC assignment for secondary headphone on Sigmatel/IDT (diff)
downloadlinux-dev-7c2f8e4009d4b66c8458e3a5c20510b4262853bb.tar.xz
linux-dev-7c2f8e4009d4b66c8458e3a5c20510b4262853bb.zip
ALSA: jack - Add "Line In" input jack constants
Similar to Line Out, these constants form the base for future patches enabling input jack reporting for Line in jacks. Signed-off-by: David Henningsson <david.henningsson@canonical.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/jack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/jack.h b/include/sound/jack.h
index c140fc7cbd3f..63c790742db4 100644
--- a/include/sound/jack.h
+++ b/include/sound/jack.h
@@ -42,6 +42,7 @@ enum snd_jack_types {
SND_JACK_MECHANICAL = 0x0008, /* If detected separately */
SND_JACK_VIDEOOUT = 0x0010,
SND_JACK_AVOUT = SND_JACK_LINEOUT | SND_JACK_VIDEOOUT,
+ SND_JACK_LINEIN = 0x0020,
/* Kept separate from switches to facilitate implementation */
SND_JACK_BTN_0 = 0x4000,