View | Details | Raw Unified | Return to bug 219350 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/sound/pci/hda/hdaa_patches.c (working copy) (+4 lines)
Lines 778-781 Link Here
778
                       hdaa_write_coef(dev, 0x20, 0x12, 0x2800);
778
                       hdaa_write_coef(dev, 0x20, 0x12, 0x2800);
779
               }
779
               }
780
       }
780
       }
781
       if (id == HDA_CODEC_ALC255 || id == HDA_CODEC_ALC256) {
782
               val = hdaa_read_coef(dev, 0x20, 0x46);
783
               hdaa_write_coef(dev, 0x20, 0x46, val|0x3000);
784
       }
781
}
785
}

Return to bug 219350