FreeBSD Bugzilla – Attachment 90034 Details for
Bug 127105
[snd_hda]: Does not define the device: pcm0: <HDA Codec: Sigmatel (Unknown)>
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.94 KB, created by
Alexander Moichenko
on 2008-09-05 09:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexander Moichenko
Created:
2008-09-05 09:20:01 UTC
Size:
1.94 KB
patch
obsolete
>*** 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;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 127105
: 90034