[alsa-devel] [RFC 1/5] ALSA: Add jack types to dt-bindings
Dylan Reid
dgreid at chromium.org
Sat May 23 00:09:19 CEST 2015
Adding the jack type to the dt-bindings directory will allow for device
tree files to specify the type of audio jacks that are present for a
board.
Signed-off-by: Dylan Reid <dgreid at chromium.org>
---
include/dt-bindings/sound/audio-jack-events.h | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 include/dt-bindings/sound/audio-jack-events.h
diff --git a/include/dt-bindings/sound/audio-jack-events.h b/include/dt-bindings/sound/audio-jack-events.h
new file mode 100644
index 0000000..378349f
--- /dev/null
+++ b/include/dt-bindings/sound/audio-jack-events.h
@@ -0,0 +1,9 @@
+#ifndef __AUDIO_JACK_EVENTS_H
+#define __AUDIO_JACK_EVENTS_H
+
+#define JACK_HEADPHONE 1
+#define JACK_MICROPHONE 2
+#define JACK_LINEOUT 3
+#define JACK_LINEIN 4
+
+#endif /* __AUDIO_JACK_EVENTS_H */
--
2.2.1.62.g3f15098
More information about the Alsa-devel
mailing list