17 May
2011
17 May
'11
3:43 p.m.
Signed-off-by: David Henningsson david.henningsson@canonical.com --- 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
--------------030905020802080904050601--