Home | History | Annotate | Line # | Download | only in sound
      1      1.1  jmcneill /*	$NetBSD: audio-jack-events.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $	*/
      2      1.1  jmcneill 
      3  1.1.1.2  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4      1.1  jmcneill #ifndef __AUDIO_JACK_EVENTS_H
      5      1.1  jmcneill #define __AUDIO_JACK_EVENTS_H
      6      1.1  jmcneill 
      7      1.1  jmcneill #define JACK_HEADPHONE		1
      8      1.1  jmcneill #define JACK_MICROPHONE		2
      9      1.1  jmcneill #define JACK_LINEOUT		3
     10      1.1  jmcneill #define JACK_LINEIN		4
     11      1.1  jmcneill 
     12      1.1  jmcneill #endif /* __AUDIO_JACK_EVENTS_H */
     13