FreeBSD Bugzilla – Attachment 193575 Details for
Bug 219350
[snd_hda] ALC256: no sound out off headphones jack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for the ALC255 and ALC256
hdaa_alc255_alc256_support.patch (text/plain), 549 bytes, created by
Neel Chauhan
on 2018-05-20 20:49:37 UTC
(
hide
)
Description:
Patch for the ALC255 and ALC256
Filename:
MIME Type:
Creator:
Neel Chauhan
Created:
2018-05-20 20:49:37 UTC
Size:
549 bytes
patch
obsolete
>Index: sys/dev/sound/pci/hda/hdaa_patches.c >=================================================================== >--- sys/dev/sound/pci/hda/hdaa_patches.c (revision 333938) >+++ sys/dev/sound/pci/hda/hdaa_patches.c (working copy) >@@ -778,4 +778,8 @@ > hdaa_write_coef(dev, 0x20, 0x12, 0x2800); > } > } >+ if (id == HDA_CODEC_ALC255 || id == HDA_CODEC_ALC256) { >+ val = hdaa_read_coef(dev, 0x20, 0x46); >+ hdaa_write_coef(dev, 0x20, 0x46, val|0x3000); >+ } > }
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 219350
:
188702
| 193575