Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fb1e0ec authored by Dylan Reid's avatar Dylan Reid Committed by Mark Brown
Browse files

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: default avatarDylan Reid <dgreid@chromium.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent b787f68c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
#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 */