Loading include/sound/jack.h +5 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,11 @@ enum snd_jack_types { SND_JACK_VIDEOOUT = 0x0010, SND_JACK_AVOUT = SND_JACK_LINEOUT | SND_JACK_VIDEOOUT, SND_JACK_LINEIN = 0x0020, #ifdef CONFIG_AUDIO_QGKI SND_JACK_OC_HPHL = 0x0040, SND_JACK_OC_HPHR = 0x0080, SND_JACK_UNSUPPORTED = 0x0100, #endif /* Kept separate from switches to facilitate implementation */ SND_JACK_BTN_0 = 0x4000, Loading Loading
include/sound/jack.h +5 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,11 @@ enum snd_jack_types { SND_JACK_VIDEOOUT = 0x0010, SND_JACK_AVOUT = SND_JACK_LINEOUT | SND_JACK_VIDEOOUT, SND_JACK_LINEIN = 0x0020, #ifdef CONFIG_AUDIO_QGKI SND_JACK_OC_HPHL = 0x0040, SND_JACK_OC_HPHR = 0x0080, SND_JACK_UNSUPPORTED = 0x0100, #endif /* Kept separate from switches to facilitate implementation */ SND_JACK_BTN_0 = 0x4000, Loading