hda/realtek: handle unset external amp bits
This commit is contained in:
parent
1fbeac414b
commit
e7fe04dcca
12
hda_realtek-handle-unset-external-amp-bits.patch
Normal file
12
hda_realtek-handle-unset-external-amp-bits.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
|
||||||
|
index 0ac6aed..53f503d 100644
|
||||||
|
--- a/sound/pci/hda/patch_realtek.c
|
||||||
|
+++ b/sound/pci/hda/patch_realtek.c
|
||||||
|
@@ -1614,6 +1614,7 @@ do_sku:
|
||||||
|
spec->init_amp = ALC_INIT_GPIO3;
|
||||||
|
break;
|
||||||
|
case 5:
|
||||||
|
+ default:
|
||||||
|
spec->init_amp = ALC_INIT_DEFAULT;
|
||||||
|
break;
|
||||||
|
}
|
@ -740,6 +740,8 @@ Patch12405: inet_diag-make-sure-we-run-the-same-bytecode-we-audited.patch
|
|||||||
|
|
||||||
Patch12406: posix-cpu-timers-workaround-to-suppress-problems-with-mt-exec.patch
|
Patch12406: posix-cpu-timers-workaround-to-suppress-problems-with-mt-exec.patch
|
||||||
|
|
||||||
|
Patch12407: hda_realtek-handle-unset-external-amp-bits.patch
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
|
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
|
||||||
@ -1379,6 +1381,9 @@ ApplyPatch inet_diag-make-sure-we-run-the-same-bytecode-we-audited.patch
|
|||||||
# rhbz#656264
|
# rhbz#656264
|
||||||
ApplyPatch posix-cpu-timers-workaround-to-suppress-problems-with-mt-exec.patch
|
ApplyPatch posix-cpu-timers-workaround-to-suppress-problems-with-mt-exec.patch
|
||||||
|
|
||||||
|
# rhbz#657388
|
||||||
|
ApplyPatch hda_realtek-handle-unset-external-amp-bits.patch
|
||||||
|
|
||||||
# END OF PATCH APPLICATIONS
|
# END OF PATCH APPLICATIONS
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -1992,6 +1997,9 @@ fi
|
|||||||
# || ||
|
# || ||
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 26 2010 Kyle McMartin <kyle@redhat.com>
|
||||||
|
- hda/realtek: handle unset external amp config (#657388)
|
||||||
|
|
||||||
* Wed Nov 24 2010 Kyle McMartin <kyle@redhat.com>
|
* Wed Nov 24 2010 Kyle McMartin <kyle@redhat.com>
|
||||||
- Disable FSCACHE for CIFS until issues are addressed. (#656498)
|
- Disable FSCACHE for CIFS until issues are addressed. (#656498)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user