Home | History | Annotate | Line # | Download | only in sound
audio-jack-events.h revision 1.1
      1 /*	$NetBSD: audio-jack-events.h,v 1.1 2017/06/15 20:14:23 jmcneill Exp $	*/
      2 
      3 #ifndef __AUDIO_JACK_EVENTS_H
      4 #define __AUDIO_JACK_EVENTS_H
      5 
      6 #define JACK_HEADPHONE		1
      7 #define JACK_MICROPHONE		2
      8 #define JACK_LINEOUT		3
      9 #define JACK_LINEIN		4
     10 
     11 #endif /* __AUDIO_JACK_EVENTS_H */
     12