>From cdc4030a2028efdd1c36f2dc37402ea6971e1b12 Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Tue, 17 May 2011 15:43:01 +0200 Subject: [PATCH] hda-emu: update jack.h to match latest kernel version Signed-off-by: David Henningsson --- include/sound/jack.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/sound/jack.h b/include/sound/jack.h index 77247d0..a6a4f21 100644 --- a/include/sound/jack.h +++ b/include/sound/jack.h @@ -12,6 +12,9 @@ enum snd_jack_types { SND_JACK_MICROPHONE = 0x0002, SND_JACK_HEADSET = SND_JACK_HEADPHONE | SND_JACK_MICROPHONE, SND_JACK_LINEOUT = 0x0004, + SND_JACK_MECHANICAL = 0x0008, /* If detected separately */ + SND_JACK_VIDEOOUT = 0x0010, + SND_JACK_AVOUT = SND_JACK_LINEOUT | SND_JACK_VIDEOOUT, }; struct snd_jack { -- 1.7.4.1