'\" t .\" Title: enum snd_jack_types .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Miscellaneous Functions .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ENUM SND_JACK_TYPES" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Miscellaneous Functions" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" enum_snd_jack_types \- Jack types which can be reported .SH "SYNOPSIS" .sp .nf enum snd_jack_types { SND_JACK_HEADPHONE, SND_JACK_MICROPHONE, SND_JACK_HEADSET, SND_JACK_LINEOUT, SND_JACK_MECHANICAL, SND_JACK_VIDEOOUT, SND_JACK_AVOUT, SND_JACK_LINEIN, SND_JACK_BTN_0, SND_JACK_BTN_1, SND_JACK_BTN_2, SND_JACK_BTN_3, SND_JACK_BTN_4, SND_JACK_BTN_5 }; .fi .SH "CONSTANTS" .PP SND_JACK_HEADPHONE .RS 4 Headphone .RE .PP SND_JACK_MICROPHONE .RS 4 Microphone .RE .PP SND_JACK_HEADSET .RS 4 Headset .RE .PP SND_JACK_LINEOUT .RS 4 Line out .RE .PP SND_JACK_MECHANICAL .RS 4 Mechanical switch .RE .PP SND_JACK_VIDEOOUT .RS 4 Video out .RE .PP SND_JACK_AVOUT .RS 4 AV (Audio Video) out .RE .PP SND_JACK_LINEIN .RS 4 Line in .RE .PP SND_JACK_BTN_0 .RS 4 Button 0 .RE .PP SND_JACK_BTN_1 .RS 4 Button 1 .RE .PP SND_JACK_BTN_2 .RS 4 Button 2 .RE .PP SND_JACK_BTN_3 .RS 4 Button 3 .RE .PP SND_JACK_BTN_4 .RS 4 Button 4 .RE .PP SND_JACK_BTN_5 .RS 4 Button 5 .RE .SH "DESCRIPTION" .PP These values are used as a bitmask\&. .PP Note that this must be kept in sync with the lookup table in sound/core/jack\&.c\&. .SH "COPYRIGHT" .br