changeset 13314:cb4578880ab2

870 audiohd: loud static noise on HP DV8 (Intel PCH HDA, IDT 92HD75B3X5 codec) Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
author Yuri Pankov <yuri.pankov@nexenta.com>
date Wed, 30 Mar 2011 22:56:34 -0700
parents 5d49ca4e35b2
children 23dca344544a
files usr/src/uts/common/io/audio/drv/audiohd/audiohd.c
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/io/audio/drv/audiohd/audiohd.c	Wed Mar 30 12:35:51 2011 -0700
+++ b/usr/src/uts/common/io/audio/drv/audiohd/audiohd.c	Wed Mar 30 22:56:34 2011 -0700
@@ -142,7 +142,7 @@
 	{0x10ec0883, "Realtek ALC883", 0x0},
 	{0x10ec0885, "Realtek ALC885", 0x0},
 	{0x10ec0888, "Realtek ALC888", (NO_SPDIF)},
-	{0x111d7603, "Integrated Devices 92HD75B3X5", 0x0},
+	{0x111d7603, "Integrated Devices 92HD75B3X5", (NO_MIXER)},
 	{0x111d7608, "Integrated Devices 92HD75B2X5", (NO_MIXER)},
 	{0x111d76b2, "Integrated Devices 92HD71B7X", (NO_MIXER)},
 	{0x11d4194a, "Analog Devices AD1984A", 0x0},
@@ -290,6 +290,10 @@
 		name = "Intel HD Audio";
 		vers = "ICH10";
 		break;
+	case 0x80863b56:
+		name = "Intel HD Audio";
+		vers = "PCH";
+		break;
 	}
 	/* set device information */
 	audio_dev_set_description(statep->adev, name);