From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 5 08:20:02 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEA9D1065671 for ; Fri, 5 Sep 2008 08:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CBEC48FC21 for ; Fri, 5 Sep 2008 08:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m858K1Nj045471 for ; Fri, 5 Sep 2008 08:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m858K1TD045470; Fri, 5 Sep 2008 08:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 5 Sep 2008 08:20:01 GMT Resent-Message-Id: <200809050820.m858K1TD045470@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Moichenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09F731065678 for ; Fri, 5 Sep 2008 08:11:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id ED59E8FC13 for ; Fri, 5 Sep 2008 08:11:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m858BCKY073737 for ; Fri, 5 Sep 2008 08:11:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m858BBoS073736; Fri, 5 Sep 2008 08:11:11 GMT (envelope-from nobody) Message-Id: <200809050811.m858BBoS073736@www.freebsd.org> Date: Fri, 5 Sep 2008 08:11:11 GMT From: Alexander Moichenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/127105: Does not define the device: pcm0: X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 08:20:02 -0000 >Number: 127105 >Category: kern >Synopsis: Does not define the device: pcm0: >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 05 08:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Alexander Moichenko >Release: 7-releng >Organization: CPS >Environment: FreeBSD aleksmob.cps.odessa.ua 7.0-STABLE-200807 FreeBSD 7.0-STABLE-200807 #0: Mon Jul 14 22:45:15 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: it is playing through the headphone jack and the speakers. >How-To-Repeat: kldload snd_hda.ko >Fix: Need use this patch Patch attached with submission follows: *** hdac.c.orig 2008-09-05 10:18:08.000000000 +0300 --- hdac.c 2008-09-05 10:24:40.000000000 +0300 *************** *** 196,201 **** --- 196,202 ---- #define DELL_D630_SUBVENDOR HDA_MODEL_CONSTRUCT(DELL, 0x01f9) #define DELL_D820_SUBVENDOR HDA_MODEL_CONSTRUCT(DELL, 0x01cc) #define DELL_V1500_SUBVENDOR HDA_MODEL_CONSTRUCT(DELL, 0x0228) + #define DELL_V1700_SUBVENDOR HDA_MODEL_CONSTRUCT(DELL, 0x0229) #define DELL_I1300_SUBVENDOR HDA_MODEL_CONSTRUCT(DELL, 0x01c9) #define DELL_XPSM1210_SUBVENDOR HDA_MODEL_CONSTRUCT(DELL, 0x01d7) #define DELL_OPLX745_SUBVENDOR HDA_MODEL_CONSTRUCT(DELL, 0x01da) *************** *** 693,698 **** --- 694,701 ---- 0, 0, -1, 10, { 13, -1 }, -1 }, { DELL_V1500_SUBVENDOR, HDA_CODEC_STAC9205, HDAC_HP_SWITCH_CTRL, 0, 0, -1, 10, { 13, -1 }, -1 }, + { DELL_V1700_SUBVENDOR, HDA_CODEC_STAC9205, HDAC_HP_SWITCH_CTRL, + 0, 0, -1, 10, { 13, -1 }, -1 }, { APPLE_MB3_SUBVENDOR, HDA_CODEC_ALC885, HDAC_HP_SWITCH_CTL, 0, 0, -1, 21, { 20, 22, -1 }, -1 }, { APPLE_INTEL_MAC, HDA_CODEC_STAC9221, HDAC_HP_SWITCH_CTRL, *************** *** 4262,4267 **** --- 4265,4272 ---- HDA_QUIRK_GPIO0, 0 }, { DELL_V1500_SUBVENDOR, HDA_CODEC_STAC9205, HDA_QUIRK_GPIO0, 0 }, + { DELL_V1700_SUBVENDOR, HDA_CODEC_STAC9205, + HDA_QUIRK_GPIO0, 0 }, { HDA_MATCH_ALL, HDA_CODEC_AD1988, HDA_QUIRK_IVREF80, HDA_QUIRK_IVREF50 | HDA_QUIRK_IVREF100 }, { HDA_MATCH_ALL, HDA_CODEC_AD1988B, *************** *** 4534,4540 **** break; case HDA_CODEC_STAC9205: if ((subvendor == DELL_V1500_SUBVENDOR) || ! (subvendor == DELL_D630_SUBVENDOR)) { w = hdac_widget_get(devinfo, 29); if (w != NULL) w->selconn = 1; --- 4539,4546 ---- break; case HDA_CODEC_STAC9205: if ((subvendor == DELL_V1500_SUBVENDOR) || ! (subvendor == DELL_D630_SUBVENDOR) || ! (subvendor == DELL_V1700_SUBVENDOR)) { w = hdac_widget_get(devinfo, 29); if (w != NULL) w->selconn = 1; >Release-Note: >Audit-Trail: >Unformatted: