summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/sound.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel: enable SND_COMPRESS_OFFLOAD for kernels >= 3.3Florian Fainelli2013-03-171-1/+10
| | | | | | | | Most sound SoC driver enable it and rely it on to properly work. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36072
* package/kernel: remove trailing whitespaces from *.mk filesGabor Juhos2013-02-201-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35691
* package/kernel: enable CONFIG_SND_SOC_DMAENGINE_PCM in sound-soc-coreFlorian Fainelli2012-12-101-0/+1
| | | | | | | | This is required for 3.6+ kernels and some sound SoC modules. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34618
* package/kernel: snd-soc-core depends on regmapFlorian Fainelli2012-12-101-0/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34616
* kernel: fix the pcspkr module, add proper dependencies, add the actual sound ↵Felix Fietkau2012-10-251-15/+21
| | | | | | module SVN-Revision: 33921
* package/kernel/sound: Add Gateworks Avila Sound SoC packageFelix Fietkau2012-10-101-0/+19
| | | | | | | | This package includes the audio drivers for Avila SoC Audio Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33682
* move target specific modules to target's module.mkFlorian Fainelli2012-07-241-40/+0
| | | | SVN-Revision: 32808
* add sound-soc-ac97 packageFlorian Fainelli2012-07-241-0/+11
| | | | SVN-Revision: 32801
* kernel: enable kernel support for ALSA midiVasilis Tsiligiannis2012-07-141-1/+18
| | | | | | | | | | | | | | Here is a newer version of the patch: Enable the real ALSA midi interface (seq) in the kernel. The existing rawmidi interface is still present. This allows for the alsa midi utilities to work. Signed-off-by: Adam Goode <adam@spicenitz.org> [b_tsiligiannis: replaced $(LINUX_KMOD_SUFFIX) with .ko] Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 32712
* package/kernel: Remove all 2.4 definitionsVasilis Tsiligiannis2011-05-151-29/+21
| | | | | | | | | With no 2.4 support in trunk, we can safely remove any 2.4 definitions for kmods and merge the 2.6 definitions into the generic ones. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26901
* sound: do not pack ac97_bus.ko and snd-ac97-codec.ko into two packages.Hauke Mehrtens2011-04-091-8/+23
| | | | SVN-Revision: 26568
* Add support for nokia n810 soundMichael Büsch2010-10-071-0/+41
| | | | SVN-Revision: 23303
* kmod-sound-i8x0 missing dependencies kmod-sound-i8x0 fails to include the ↵Jo-Philipp Wich2010-10-071-2/+4
| | | | | | ac97 modules and misspells the module name in AutoLoad. SVN-Revision: 23283
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-18/+18
| | | | SVN-Revision: 22145
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-1/+0
| | | | SVN-Revision: 21956
* package/kernel: move AddDepends calls at the end of package definitions, ↵Nicolas Thill2010-04-291-4/+4
| | | | | | move back some dependencies in DEPENDS for clarity SVN-Revision: 21248
* package/kernel: move pcspkr to sound.mkNicolas Thill2010-04-241-0/+16
| | | | SVN-Revision: 21135
* package/kernel: move target specific modules to their own target filesNicolas Thill2010-04-241-17/+0
| | | | SVN-Revision: 21132
* package/kernel: rename KernelPackage/*/Depends to AddDepends/*Nicolas Thill2010-04-241-6/+6
| | | | SVN-Revision: 21124
* package/kernel: use macros for hid & inputNicolas Thill2010-04-241-1/+2
| | | | SVN-Revision: 21120
* package/kernel: add dependency on kmod-input-core to kmod-sound-core ↵Nicolas Thill2010-04-161-1/+1
| | | | | | (closes: #7140) SVN-Revision: 20901
* kernel: load after its dependenciesHauke Mehrtens2010-03-211-1/+1
| | | | SVN-Revision: 20345
* kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIGNicolas Thill2010-03-111-1/+4
| | | | SVN-Revision: 20133
* kernel: Add SoC sound support packageLars-Peter Clausen2010-03-111-0/+10
| | | | SVN-Revision: 20130
* Add audio feature flag.Lars-Peter Clausen2010-02-151-1/+1
| | | | | | | | | There are targets which neither have usb host nor pci support but do have audio capabilities. Those targets should expliclitly specifiy that they support audio through the new feature flag. The audio feature flag is also implicitly selected by the usb and pci feature flags. SVN-Revision: 19643
* kernel: specify kmod packages dependencies in a uniform wayNicolas Thill2010-01-221-6/+12
| | | | SVN-Revision: 19271
* kernel: enable kmod-sound-core on umlNicolas Thill2009-12-231-4/+4
| | | | SVN-Revision: 18901
* kmod-sound-ps3: Modified target dependenciesHamish Guthrie2009-12-041-1/+1
| | | | SVN-Revision: 18629
* kmod-sound-core: Add new 2.6.32 kernel config optionHamish Guthrie2009-11-241-1/+2
| | | | SVN-Revision: 18523
* add missing kconfig option to ps3 sound moduleAndy Boyett2009-10-051-2/+3
| | | | SVN-Revision: 17899
* Config symbol is boolean.Hauke Mehrtens2009-05-291-1/+1
| | | | SVN-Revision: 16198
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* activate CONFIG_SND_PCM_OSS and CONFIG_SND_MIXER_OSS in kmod-sound-core. ↵Hauke Mehrtens2009-03-191-5/+7
| | | | | | These symbols are not set at an other place. SVN-Revision: 14947
* Added PS3 sound driverHamish Guthrie2009-02-061-0/+16
| | | | SVN-Revision: 14422
* allow targets to override kernel related soundcore configurationMirko Vogt2009-01-121-14/+18
| | | | SVN-Revision: 13999
* remove hacks to disable modules on some targets now that we do have proper ↵Nicolas Thill2008-05-261-3/+2
| | | | | | PCI & USB support detected on all targets at config-time, mark p54 as broken (for too long) SVN-Revision: 11272
* sound: Remove atheros restriction, since atheros can have usb sound cardsRod Whitby2008-05-181-1/+1
| | | | SVN-Revision: 11168
* add sound packages for olpcJohn Crispin2008-01-011-2/+4
| | | | SVN-Revision: 10076
* add package for olpc sound moduleJohn Crispin2007-12-311-0/+14
| | | | SVN-Revision: 10067
* fixes Ticket #2792 (unresolved symbols) - added module snd-seq-device to ↵Felix Fietkau2007-12-091-0/+2
| | | | | | | | package/kernel/modules/sound.mk Signed-off-by: Mirko Vogt <dev@nanl.de> SVN-Revision: 9696
* add i8x0 audio driverFelix Fietkau2007-12-031-0/+17
| | | | | | Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 9652
* work around kernel config issues with sound modulesFelix Fietkau2007-11-251-9/+5
| | | | SVN-Revision: 9598
* revert [8907] and rename kmod-soundcore and kmod-ipip modules in 7.09 as wellNicolas Thill2007-09-211-1/+0
| | | | SVN-Revision: 8910
* add compat 'PROVIDES' for renamed kernel modulesNicolas Thill2007-09-211-0/+1
| | | | SVN-Revision: 8907
* move kernel sound support in its own file from other.mk to sound.mk, rename ↵Nicolas Thill2007-09-201-0/+75
kmod-soundcore to kmod-sound-core to be consistent, cleanup alsa-lib SVN-Revision: 8865