Skip to content

Commit

Permalink
[ALSA] Add PCXHR driver
Browse files Browse the repository at this point in the history
Modules: Documentation,PCI drivers,Digigram PCXHR driver

Add Digigram PCXHR driver.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Markus Bollinger authored and Jaroslav Kysela committed Jan 3, 2006
1 parent 46a1736 commit e12229b
Show file tree
Hide file tree
Showing 12 changed files with 4,517 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/sound/alsa/ALSA-Configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,13 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.

This module supports only one card, autoprobe and PnP.

Module snd-pcxhr
----------------

Module for Digigram PCXHR boards

This module supports multiple cards.

Module snd-powermac (on ppc only)
---------------------------------

Expand Down
11 changes: 11 additions & 0 deletions sound/pci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,17 @@ config SND_NM256
To compile this driver as a module, choose M here: the module
will be called snd-nm256.

config SND_PCXHR
tristate "Digigram PCXHR"
depends on SND
select SND_PCM
select SND_HWDEP
help
Say Y here to include support for Digigram PCXHR boards.

To compile this driver as a module, choose M here: the module
will be called snd-pcxhr.

config SND_RME32
tristate "RME Digi32, 32/8, 32 PRO"
depends on SND
Expand Down
1 change: 1 addition & 0 deletions sound/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ obj-$(CONFIG_SND) += \
korg1212/ \
mixart/ \
nm256/ \
pcxhr/ \
rme9652/ \
trident/ \
ymfpci/ \
Expand Down
2 changes: 2 additions & 0 deletions sound/pci/pcxhr/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
snd-pcxhr-objs := pcxhr.o pcxhr_hwdep.o pcxhr_mixer.o pcxhr_core.o
obj-$(CONFIG_SND_PCXHR) += snd-pcxhr.o
Loading

0 comments on commit e12229b

Please sign in to comment.