repo.or.cz
/
wandboard.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Staging: hv: hv_mouse: use an anonymous union for struct mousevsc_prt_msg
[wandboard.git]
/
drivers
/
staging
/
intel_sst
/
jack.h
blob
9a6e483ddebaf1f55fc00943184f39fe7ca4dad0
1
/* Temporary staging glue */
2
3
#include <sound/jack.h>
4
5
/* These want adding to jack.h as enum entries once approved */
6
7
#define SND_JACK_HS_SHORT_PRESS (SND_JACK_HEADSET | 0x0020)
8
#define SND_JACK_HS_LONG_PRESS (SND_JACK_HEADSET | 0x0040)
9
10