Revision: 5485 Author: pebender Date: Tue Sep 15 08:48:57 2009 Log: - Added snd-cs5535audio ALSA sound driver.
http://code.google.com/p/minimyth/source/detail?r=5485 Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/kernel-2.6.30/alsa-driver/Makefile /trunk/gar-minimyth/script/kernel-2.6.31/alsa-driver/Makefile /trunk/gar-minimyth/script/meta/minimyth/files/source/lists/minimyth-lib-list ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon Sep 14 17:12:38 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Tue Sep 15 08:48:57 2009 @@ -1,7 +1,7 @@ MiniMyth Changelog -------------------------------------------------------------------------------- -Changes since 69 (2009-09-14): +Changes since 69 (2009-09-15): Current MythTV versions MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch svn 16082 and @@ -41,6 +41,9 @@ - Added xcb because more packages are using it and some packages (e.g. vlc is phasing out xlib support +Modified ALSA + - Added snd-cs5535audio ALSA sound driver. + Modified kernel - Switched to the new FireWire (IEEE 1394) stack. - Added firewire-ohci.ko kernel module for use by FireWire (IEE 1394) @@ -48,6 +51,7 @@ - Added asus_atk0110.ko kernel module. - Added hid-logitech.ko kernel module. - Added cx25840.ko kernel module. + - Added snd-cs5535audio ALSA sound driver. - Added tulip network driver, which is used by Virtual PC. - Added some configuration options that udev may want. ======================================= --- /trunk/gar-minimyth/script/kernel-2.6.30/alsa-driver/Makefile Tue Sep 1 11:20:30 2009 +++ /trunk/gar-minimyth/script/kernel-2.6.30/alsa-driver/Makefile Tue Sep 15 08:48:57 2009 @@ -28,7 +28,7 @@ --with-isapnp=no \ --with-sequencer=yes \ --with-oss=yes \ - --with-cards="ali5451,atiixp,ca0106,cmipci,emu10k1,ens1371,hda-intel,ice1724,intel8x0,intel8x0m,usb-audio,via82xx" + --with-cards="ali5451,atiixp,ca0106,cmipci,cs5535audio,emu10k1,ens1371,hda-intel,ice1724,intel8x0,intel8x0m,usb-audio,via82xx" CONFIGURE_ENV = $(LINUX_MAKE_ENV) BUILD_ENV = $(LINUX_MAKE_ENV) ======================================= --- /trunk/gar-minimyth/script/kernel-2.6.31/alsa-driver/Makefile Tue Sep 1 11:20:30 2009 +++ /trunk/gar-minimyth/script/kernel-2.6.31/alsa-driver/Makefile Tue Sep 15 08:48:57 2009 @@ -28,7 +28,7 @@ --with-isapnp=no \ --with-sequencer=yes \ --with-oss=yes \ - --with-cards="ali5451,atiixp,ca0106,cmipci,emu10k1,ens1371,hda-intel,ice1724,intel8x0,intel8x0m,usb-audio,via82xx" + --with-cards="ali5451,atiixp,ca0106,cmipci,cs5535audio,emu10k1,ens1371,hda-intel,ice1724,intel8x0,intel8x0m,usb-audio,via82xx" CONFIGURE_ENV = $(LINUX_MAKE_ENV) BUILD_ENV = $(LINUX_MAKE_ENV) ======================================= --- /trunk/gar-minimyth/script/meta/minimyth/files/source/lists/minimyth-lib-list Mon Sep 7 20:23:03 2009 +++ /trunk/gar-minimyth/script/meta/minimyth/files/source/lists/minimyth-lib-list Tue Sep 15 08:48:57 2009 @@ -107,6 +107,7 @@ modules/*/kernel/sound/core/seq/snd-seq.ko modules/*/kernel/sound/pci/ali5451/snd-ali5451.ko modules/*/kernel/sound/pci/ca0106/snd-ca0106.ko +modules/*/kernel/sound/pci/cs5535audio/snd-cs5535audio.ko modules/*/kernel/sound/pci/emu10k1/snd-emu10k1.ko modules/*/kernel/sound/pci/hda/snd-hda-intel.ko modules/*/kernel/sound/pci/hda/snd-hda-codec.ko --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
