| Age | Commit message (Collapse) | Author |
|
Add SPDX license identifiers to all Make/Kconfig files which:
- Have no license information of any form
These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:
GPL-2.0-only
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
Convert menu in sound Kconfig files to menuconfig and if.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
ALSA Harmony rewrite
Signed-Off-By: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: Stuart Brady <sdbrady@ntlworld.com>
Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
|
trivial sound/parisc updates:
- substream->dma_device was removed (Stuart Brady)
- Fix module unloading (Stuart Brady)
- Fixed the off-by-one in snd_card_harmony_rate_bits (Stuart Brady)
- Harmony is a GSC device, not available on pure PCI machines (Matthew Wilcox)
- Fixed module parameter descriptions for ALSA Harmony (Stuart Brady)
|
|
ARM,ALSA Core,Generic drivers,ISA,PARISC,PCI drivers,PCMCIA Kconfig,PPC
SPARC,USB
This is part of a patch series to clean up sound/core/Makefile in Linux
2.6.4-rc1.
- Add 'select SND_PCM' statements to appropriate Kconfig entries for
drivers whose configuration symbol is used to build snd-pcm,
snd-timer, and snd-page-alloc.
- Remove snd-pcm, snd-timer and snd-page-alloc from these in
sound/core/Makefile.
- Remove snd from these entries as well - all SND_xxx configuration
symbols depend on CONFIG_SND, so we won't even consider building
any of these drivers unless SND is already set to 'y' or 'm'.
|
|
- added drivers for Digigram VXPocket V2, VXPocket 440 (pcmcia)
- added driver for Digigram VXP220 V2/Mic (PCI)
- added driver Harmony chipset (parisc)
- added OPL4 driver
- code cleanups - removed 2.2 and 2.4 code
- nm256 driver - added Dell Latitude LS workaround
- ac97 driver - fixes in intialization
- usb audio driver - strlcat() fixes
|