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

Collapse All | Expand All

(-)hdaa_patches.c (+4 lines)
Lines 769-772 Link Here
769
			hdaa_write_coef(dev, 0x20, 0x12, 0x2800);
769
			hdaa_write_coef(dev, 0x20, 0x12, 0x2800);
770
		}
770
		}
771
	}
771
	}
772
	if (id == HDA_CODEC_ALC256) {
773
		val = hdaa_read_coef(dev, 0x20, 0x46);
774
		hdaa_write_coef(dev, 0x20, 0x46, val|0x3000);
775
	}
772
}
776
}

Return to bug 219350