repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[linux/fpc-iii.git]
/
include
/
dt-bindings
/
sound
/
audio-jack-events.h
blob
378349f28069a16d810c25c1403d177047598a1c
1
#ifndef __AUDIO_JACK_EVENTS_H
2
#define __AUDIO_JACK_EVENTS_H
3
4
#define JACK_HEADPHONE 1
5
#define JACK_MICROPHONE 2
6
#define JACK_LINEOUT 3
7
#define JACK_LINEIN 4
8
9
#endif
/* __AUDIO_JACK_EVENTS_H */