ALSA: Add support of AudioScience ASI boards
authorEliot Blennerhassett <eblennerhassett@audioscience.com>
Wed, 21 Apr 2010 16:17:39 +0000 (18:17 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 22 Apr 2010 05:21:53 +0000 (07:21 +0200)
commit719f82d3987aad4cc9f46d19c35f362672545cad
tree3f9edf749da5e5d11bfa82336db99a01dd489979
parentcf0dbba515415bb19b11f9323d5f7bebd7f24fd6
ALSA: Add support of AudioScience ASI boards

Added the support of AudioScience ASI boards.
The driver has been tested for years on alsa-driver external tree,
now finally got merged to the kernel.

Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
27 files changed:
Documentation/sound/alsa/ALSA-Configuration.txt
sound/pci/Kconfig
sound/pci/Makefile
sound/pci/asihpi/Makefile [new file with mode: 0644]
sound/pci/asihpi/asihpi.c [new file with mode: 0644]
sound/pci/asihpi/hpi.h [new file with mode: 0644]
sound/pci/asihpi/hpi6000.c [new file with mode: 0644]
sound/pci/asihpi/hpi6000.h [new file with mode: 0644]
sound/pci/asihpi/hpi6205.c [new file with mode: 0644]
sound/pci/asihpi/hpi6205.h [new file with mode: 0644]
sound/pci/asihpi/hpi_internal.h [new file with mode: 0644]
sound/pci/asihpi/hpicmn.c [new file with mode: 0644]
sound/pci/asihpi/hpicmn.h [new file with mode: 0644]
sound/pci/asihpi/hpidebug.c [new file with mode: 0644]
sound/pci/asihpi/hpidebug.h [new file with mode: 0644]
sound/pci/asihpi/hpidspcd.c [new file with mode: 0644]
sound/pci/asihpi/hpidspcd.h [new file with mode: 0644]
sound/pci/asihpi/hpifunc.c [new file with mode: 0644]
sound/pci/asihpi/hpimsginit.c [new file with mode: 0644]
sound/pci/asihpi/hpimsginit.h [new file with mode: 0644]
sound/pci/asihpi/hpimsgx.c [new file with mode: 0644]
sound/pci/asihpi/hpimsgx.h [new file with mode: 0644]
sound/pci/asihpi/hpioctl.c [new file with mode: 0644]
sound/pci/asihpi/hpioctl.h [new file with mode: 0644]
sound/pci/asihpi/hpios.c [new file with mode: 0644]
sound/pci/asihpi/hpios.h [new file with mode: 0644]
sound/pci/asihpi/hpipcida.h [new file with mode: 0644]