[ALSA] Add support for the CS5535 Audio device
authorJaya Kumar <jayakumar.alsa@gmail.com>
Thu, 17 Nov 2005 09:12:23 +0000 (10:12 +0100)
committerJaroslav Kysela <perex@suse.cz>
Tue, 3 Jan 2006 11:16:27 +0000 (12:16 +0100)
commit9b4ffa48ae855c8657a36014c5b0243ff69f4722
tree4e36c51bdc69162d6b046641a755907c0e8a3fb1
parentc3e6f7d8763fa0400d28c57633eb323515ba05fc
[ALSA] Add support for the CS5535 Audio device

Add support for the CS5535 Audio device.  I've fixed up some errors as per
Takashi's advice from the thread:

http://lkml.org/lkml/2005/9/15/119

 From: Alan Cox <alan@lxorguk.ukuu.org.uk>

        cs5535 is a 32bit x86 only device using weird CPU features

Signed-off-by: Jaya Kumar <jayakumar.alsa@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
CREDITS
MAINTAINERS
include/linux/pci_ids.h
sound/pci/Kconfig
sound/pci/Makefile
sound/pci/cs5535audio/Makefile [new file with mode: 0644]
sound/pci/cs5535audio/cs5535audio.c [new file with mode: 0644]
sound/pci/cs5535audio/cs5535audio.h [new file with mode: 0644]
sound/pci/cs5535audio/cs5535audio_pcm.c [new file with mode: 0644]