summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2009-06-01 13:13:47 +0000
committermav <mav@FreeBSD.org>2009-06-01 13:13:47 +0000
commit960d9e52b8832fb113a849a09e86f07af8e4a725 (patch)
tree24247cb083aa8087070c2be44961816acfb4d5a3 /sys/dev/sound
parent16772a3cde3f0569bb2fef9882ba64704000938d (diff)
downloadFreeBSD-src-960d9e52b8832fb113a849a09e86f07af8e4a725.zip
FreeBSD-src-960d9e52b8832fb113a849a09e86f07af8e4a725.tar.gz
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.
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/pci/hda/hdac.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index e580944..1b3432c 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -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
OpenPOWER on IntegriCloud