Explorar o código

ASoC: Add jack types to dt-bindings

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@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Dylan Reid %!s(int64=10) %!d(string=hai) anos
pai
achega
1fb1e0ec9a
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      include/dt-bindings/sound/audio-jack-events.h

+ 9 - 0
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 */