kern/127105: Does not define the device: pcm0: <HDA Codec: Sigmatel (Unknown)>

Alexander Moichenko aleks at cps.odessa.ua
Fri Sep 5 08:20:02 UTC 2008


>Number:         127105
>Category:       kern
>Synopsis:       Does not define the device: pcm0: <HDA Codec: Sigmatel (Unknown)>
>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 at 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:


More information about the freebsd-bugs mailing list