]> git.ipfire.org Git - thirdparty/linux.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda - Add mic fixup for Gigabyte BXBT-2807
authorDaniel Drake <drake@endlessm.com>
Tue, 22 Jul 2014 09:58:29 +0000 (10:58 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 22 Jul 2014 10:48:04 +0000 (12:48 +0200)
commit9dc12862da9d56ef4da646ba540c4f58b78738fc
tree60d07a46f8bcc3ba1e3169c19da0814e67c9f629
parent423044744aa4c250058e976474856a7a41972182
ALSA: hda - Add mic fixup for Gigabyte BXBT-2807

The Gigabyte BRIX BXBT-2707 is a mini-PC with Realtek ALC283 HDA,
exposing a single headset jack.

However, the default pin config information only suggests
that one pin is connected: a HP out jack (pin 0x21, default
config 0x04211010).

The microphone input is behind pin 0x19, which has default
config 0x411111f0 (i.e. unused), so it does not show up in
userspace, and no microphone input is possible via the headset.

Override the pin config so that the headset mic can be used.

[rearranged the fixup entry position by tiwai]

Signed-off-by: Daniel Drake <drake@endlessm.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c