summaryrefslogtreecommitdiff
path: root/include/dt-bindings/sound/audio-jack-events.h
blob: 378349f28069a16d810c25c1403d177047598a1c (plain)
1
2
3
4
5
6
7
8
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 */
gi/linux/net-next.git/commit/?h=nds-private-remove&id=f2574030b0e33263b8a1c28fa3c4fa9292283799'>f2574030b0e33263b8a1c28fa3c4fa9292283799 (patch) treeebecfeff672d06af804fae955e46858ed591c683 parentf05fea5b3574a5926c53865eea27139bb40b2f2b (diff)
powerpc: Revert the initial stack protector support
Unfortunately the stack protector support we merged recently only works on some toolchains. If the toolchain is built without glibc support everything works fine, but if glibc is built then it leads to a panic at boot. The solution is not rc5 material, so revert the support for now. This reverts commits: 6533b7c16ee5 ("powerpc: Initial stack protector (-fstack-protector) support") 902e06eb86cd ("powerpc/32: Change the stack protector canary value per task") Fixes: 6533b7c16ee5 ("powerpc: Initial stack protector (-fstack-protector) support") Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat