Author: pebender
Date: Tue Dec 9 12:53:46 2008
New Revision: 4072
Added:
trunk/gar-minimyth/script/kernel-2.6.26/alsa-driver/files/
trunk/gar-minimyth/script/kernel-2.6.26/alsa-driver/files/alsa-driver-1.0.18a-fix_resume_hda_intel.patch
trunk/gar-minimyth/script/kernel-2.6.27/alsa-driver/files/
trunk/gar-minimyth/script/kernel-2.6.27/alsa-driver/files/alsa-driver-1.0.18a-fix_resume_hda_intel.patch
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/html/minimyth/document-todo.txt
trunk/gar-minimyth/html/minimyth/index.html
trunk/gar-minimyth/script/kernel-2.6.26/alsa-driver/Makefile
trunk/gar-minimyth/script/kernel-2.6.26/alsa-driver/checksums
trunk/gar-minimyth/script/kernel-2.6.26/kernel/Makefile
trunk/gar-minimyth/script/kernel-2.6.27/alsa-driver/Makefile
trunk/gar-minimyth/script/kernel-2.6.27/alsa-driver/checksums
trunk/gar-minimyth/script/kernel-2.6.27/kernel/Makefile
Log:
- Enabled use of out-of-tree ALSA 1.0.18a drivers now that they include a
fix for the hda-intel suspend-to-RAM problem.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Tue Dec 9
12:53:46 2008
@@ -12,6 +12,10 @@
MythTV 0.21: version 0.21.0, release-0-21-fixes branch
svn 19258
MythTV trunk: version trunk.19297 trunk svn 19297
+Modified kernel
+ - Enabled use of out-of-tree ALSA 1.0.18a drivers now that they
include a
+ fix for the hda-intel suspend-to-RAM problem.
+
Modified Xorg
- Modified the default /etc/X11/xorg.conf file so that it does not auto
add devices.
Modified: trunk/gar-minimyth/html/minimyth/document-todo.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-todo.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-todo.txt Tue Dec 9 12:53:46
2008
@@ -6,7 +6,6 @@
emulators/sdlmame > 0.125 - requires gtk+ and gconf.
kde/kdelibs - 4.x.x - not compatible with Qt 3.3.x
(requires Qt 4.3.x).
kernel-* - 2.6.27 - causes wake-on-USB to fail.
- kernel-*/alsa-driver -1.0.18a - causes audio to fail after
suspend-to-RAM.
nvidia/* - 173.14.05 - causes problems with DPMS.
nvidia/* - 173.14.09 - causes problems with DPMS.
nvidia/* - 173.14.12 - causes problems with DPMS.
Modified: trunk/gar-minimyth/html/minimyth/index.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/index.html (original)
+++ trunk/gar-minimyth/html/minimyth/index.html Tue Dec 9 12:53:46 2008
@@ -113,6 +113,7 @@
<li>
<a href="http://www.kernel.org/">Linux</a>
<strong>2.6.26.8</strong> with patches to add
<ul>
+ <li><a href="http://www.alsa-project.org/">ALSA</a>
<strong>1.0.18a</strong></li>
<li><a
href="http://squashfs.sourceforge.net/">Squashfs</a>
<strong>3.4</strong></li>
<li><a
href="http://www.filesystems.org/project-unionfs.html">Unionfs</a>
<strong>2.5</strong></li>
</ul>
@@ -196,7 +197,7 @@
alt="Valid CSS!" height="31" width="88" /></a>
</div>
<div class="version">
- Last Updated on 2008-12-08
+ Last Updated on 2008-12-09
<br />
< mailto : webmaster at minimyth dot org >
</div>
Modified: trunk/gar-minimyth/script/kernel-2.6.26/alsa-driver/Makefile
==============================================================================
--- trunk/gar-minimyth/script/kernel-2.6.26/alsa-driver/Makefile
(original)
+++ trunk/gar-minimyth/script/kernel-2.6.26/alsa-driver/Makefile Tue Dec
9
12:53:46 2008
@@ -4,6 +4,7 @@
MASTER_SITES = ftp://ftp.alsa-project.org/pub/driver/
MASTER_SITES += ftp://ftp.alsa-project.org/pub/testing/
DISTFILES = $(DISTNAME).tar.bz2
+PATCHFILES = $(DISTNAME)-fix_resume_hda_intel.patch
LICENSE = LGPL2_1
DESCRIPTION =
Modified: trunk/gar-minimyth/script/kernel-2.6.26/alsa-driver/checksums
==============================================================================
--- trunk/gar-minimyth/script/kernel-2.6.26/alsa-driver/checksums
(original)
+++ trunk/gar-minimyth/script/kernel-2.6.26/alsa-driver/checksums Tue Dec
9 12:53:46 2008
@@ -1 +1,2 @@
b3c2745e06e2d5fc8029ee25f86110b1 download/alsa-driver-1.0.18a.tar.bz2
+069eabe42fd23369c60b22206533254a
download/alsa-driver-1.0.18a-fix_resume_hda_intel.patch
Added:
trunk/gar-minimyth/script/kernel-2.6.26/alsa-driver/files/alsa-driver-1.0.18a-fix_resume_hda_intel.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/kernel-2.6.26/alsa-driver/files/alsa-driver-1.0.18a-fix_resume_hda_intel.patch
Tue Dec 9 12:53:46 2008
@@ -0,0 +1,18 @@
+diff -Naur alsa-driver-1.0.18a-old/alsa-kernel/pci/hda/hda_codec.c
alsa-driver-1.0.18a-new/alsa-kernel/pci/hda/hda_codec.c
+--- alsa-driver-1.0.18a-old/alsa-kernel/pci/hda/hda_codec.c 2008-11-12
02:02:25.000000000 -0800
++++ alsa-driver-1.0.18a-new/alsa-kernel/pci/hda/hda_codec.c 2008-12-09
09:34:13.000000000 -0800
+@@ -1585,12 +1585,12 @@
+ {
+ hda_nid_t *d;
+
+- snd_hda_codec_write(codec, nid, 0, verb, val);
++ snd_hda_codec_write_cache(codec, nid, 0, verb, val);
+ d = codec->slave_dig_outs;
+ if (!d)
+ return;
+ for (; *d; d++)
+- snd_hda_codec_write(codec, *d, 0, verb, val);
++ snd_hda_codec_write_cache(codec, *d, 0, verb, val);
+ }
+
+ static inline void set_dig_out_convert(struct hda_codec *codec, hda_nid_t
nid,
Modified: trunk/gar-minimyth/script/kernel-2.6.26/kernel/Makefile
==============================================================================
--- trunk/gar-minimyth/script/kernel-2.6.26/kernel/Makefile (original)
+++ trunk/gar-minimyth/script/kernel-2.6.26/kernel/Makefile Tue Dec 9
12:53:46 2008
@@ -8,7 +8,7 @@
endef
DEPENDS = \
-
$(filter-out %/Makefile %/kernel %/alsa-driver,$(subst ../../,,$(wildcard
../../kernel-2.6.26/*)))
+
$(filter-out %/Makefile %/kernel,$(subst ../../,,$(wildcard
../../kernel-2.6.26/*)))
GAR_EXTRA_CONF += kernel-2.6.26/linux/package-api.mk
include ../../gar.mk
Modified: trunk/gar-minimyth/script/kernel-2.6.27/alsa-driver/Makefile
==============================================================================
--- trunk/gar-minimyth/script/kernel-2.6.27/alsa-driver/Makefile
(original)
+++ trunk/gar-minimyth/script/kernel-2.6.27/alsa-driver/Makefile Tue Dec
9
12:53:46 2008
@@ -4,6 +4,7 @@
MASTER_SITES = ftp://ftp.alsa-project.org/pub/driver/
MASTER_SITES += ftp://ftp.alsa-project.org/pub/testing/
DISTFILES = $(DISTNAME).tar.bz2
+PATCHFILES = $(DISTNAME)-fix_resume_hda_intel.patch
LICENSE = LGPL2_1
DESCRIPTION =
Modified: trunk/gar-minimyth/script/kernel-2.6.27/alsa-driver/checksums
==============================================================================
--- trunk/gar-minimyth/script/kernel-2.6.27/alsa-driver/checksums
(original)
+++ trunk/gar-minimyth/script/kernel-2.6.27/alsa-driver/checksums Tue Dec
9 12:53:46 2008
@@ -1 +1,2 @@
b3c2745e06e2d5fc8029ee25f86110b1 download/alsa-driver-1.0.18a.tar.bz2
+069eabe42fd23369c60b22206533254a
download/alsa-driver-1.0.18a-fix_resume_hda_intel.patch
Added:
trunk/gar-minimyth/script/kernel-2.6.27/alsa-driver/files/alsa-driver-1.0.18a-fix_resume_hda_intel.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/kernel-2.6.27/alsa-driver/files/alsa-driver-1.0.18a-fix_resume_hda_intel.patch
Tue Dec 9 12:53:46 2008
@@ -0,0 +1,18 @@
+diff -Naur alsa-driver-1.0.18a-old/alsa-kernel/pci/hda/hda_codec.c
alsa-driver-1.0.18a-new/alsa-kernel/pci/hda/hda_codec.c
+--- alsa-driver-1.0.18a-old/alsa-kernel/pci/hda/hda_codec.c 2008-11-12
02:02:25.000000000 -0800
++++ alsa-driver-1.0.18a-new/alsa-kernel/pci/hda/hda_codec.c 2008-12-09
09:34:13.000000000 -0800
+@@ -1585,12 +1585,12 @@
+ {
+ hda_nid_t *d;
+
+- snd_hda_codec_write(codec, nid, 0, verb, val);
++ snd_hda_codec_write_cache(codec, nid, 0, verb, val);
+ d = codec->slave_dig_outs;
+ if (!d)
+ return;
+ for (; *d; d++)
+- snd_hda_codec_write(codec, *d, 0, verb, val);
++ snd_hda_codec_write_cache(codec, *d, 0, verb, val);
+ }
+
+ static inline void set_dig_out_convert(struct hda_codec *codec, hda_nid_t
nid,
Modified: trunk/gar-minimyth/script/kernel-2.6.27/kernel/Makefile
==============================================================================
--- trunk/gar-minimyth/script/kernel-2.6.27/kernel/Makefile (original)
+++ trunk/gar-minimyth/script/kernel-2.6.27/kernel/Makefile Tue Dec 9
12:53:46 2008
@@ -8,7 +8,7 @@
endef
DEPENDS = \
-
$(filter-out %/Makefile %/kernel %/alsa-driver,$(subst ../../,,$(wildcard
../../kernel-2.6.27/*)))
+
$(filter-out %/Makefile %/kernel,$(subst ../../,,$(wildcard
../../kernel-2.6.27/*)))
GAR_EXTRA_CONF += kernel-2.6.27/linux/package-api.mk
include ../../gar.mk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---