summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/sound.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel: fix duplicate drivers for the PC speaker in one packageFelix Fietkau2016-07-031-3/+1
| | | | | | Only use the ALSA capable one, it supports regular beeps as well Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: Add dummy sound driverJohn Crispin2015-12-111-0/+16
| | | | | | | | Useful when using sound players that can send to icecast, etc. without any sound device attached. Signed-off-by: Ted Hess <thess@kitschensync.net> SVN-Revision: 47852
* modules: package VIA AC97 modulesJohn Crispin2015-10-261-0/+34
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 47274
* package/kernel: remove reference to ep93xx targetNicolas Thill2015-05-241-1/+1
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45743
* modules/sound: cleanup by removing unsupported Kernel casesJohn Crispin2015-05-231-10/+0
| | | | | | Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45735
* kernel: remove useless AddDepends/input abstractionFelix Fietkau2015-03-291-4/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45135
* build: remove leftover olpc support codeFelix Fietkau2015-03-281-16/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45084
* kernel: drop obsolete kernel version checksFelix Fietkau2015-01-241-22/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44113
* kernel: fix kmod-sound-core for 3.14Jonas Gorski2014-04-041-2/+8
| | | | | | | | pcm-page-alloc was merged into snd-pcm. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40377
* modules: make kmod-pcspkr depend on X86Florian Fainelli2014-03-201-1/+1
| | | | | | | | | The kernel Kconfig dependency lists X86, and we will fail building this module on other platforms such as Malta. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39974
* kernel: module updates for 3.12Luka Perkov2013-12-091-0/+13
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39008
* kernel/modules: snd-pcm-dmaengine only if CONFIG_SND_DMAENGINE_PCM is setJohn Crispin2013-11-251-2/+2
| | | | | | | Platforms without in-soc audio don't provide CONFIG_SND_DMAENGINE_PCM, thus the module is not generated. SVN-Revision: 38913
* kernel: add new core sound module snd-pcm-dmaengine.ko for 3.12 kernels and ↵Zoltan Herpai2013-11-121-0/+8
| | | | | | | | above Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38772
* kernel: imx6: add modules needed for sgtl5000 audio codecLuka Perkov2013-10-161-6/+10
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38427
* ep93xx: fix sound dependencies for ep93xxHauke Mehrtens2013-10-011-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38274
* kernel: make sound-soc-core depend on kmod-ac97Felix Fietkau2013-09-271-1/+1
| | | | | | | | | it has a conditional #ifdef based dependency on it, which trips up on some targets Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38242
* kernel: be consistent with formatting styleLuka Perkov2013-07-261-3/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37545
* kernel: add sound-soc-imx-sgtl5000Luka Perkov2013-07-151-0/+16
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37360
* kernel: add sound-soc-imxLuka Perkov2013-07-151-1/+22
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37359
* packages: clean up the package folderJohn Crispin2013-06-211-0/+220
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007