Sign in
gem5
/
arm
/
linux
/
3e81277a6edd6b568c3a091a372dfe6368697b21
/
.
/
include
/
dt-bindings
/
sound
/
audio-jack-events.h
blob: 1b29b295126af9e4ecb7546b60bae38ed1bed66b [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#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 */