mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Comment out old Realtek ALC883 quirk, that was disabling phantop power on
mic inputs. I have no idea what for it was made that time, but now I have several reports that it should be removed to make microphones work. If this quirk is still required for some systems then they should be identified and specified explicitly.
This commit is contained in:
parent
f001f89625
commit
ba98ce6bad
1 changed files with 3 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
|
||||
#include "mixer_if.h"
|
||||
|
||||
#define HDA_DRV_TEST_REV "20090401_0132"
|
||||
#define HDA_DRV_TEST_REV "20090601_0133"
|
||||
|
||||
SND_DECLARE_FILE("$FreeBSD$");
|
||||
|
||||
|
|
@ -4657,6 +4657,7 @@ hdac_vendor_patch_parse(struct hdac_devinfo *devinfo)
|
|||
}
|
||||
|
||||
switch (id) {
|
||||
#if 0
|
||||
case HDA_CODEC_ALC883:
|
||||
/*
|
||||
* nid: 24/25 = External (jack) or Internal (fixed) Mic.
|
||||
|
|
@ -4686,6 +4687,7 @@ hdac_vendor_patch_parse(struct hdac_devinfo *devinfo)
|
|||
* nid: 26 = Line-in, leave it alone.
|
||||
*/
|
||||
break;
|
||||
#endif
|
||||
case HDA_CODEC_AD1983:
|
||||
/*
|
||||
* This codec has several possible usages, but none
|
||||
|
|
|
|||
Loading…
Reference in a new issue