Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e12229b4 authored by Markus Bollinger's avatar Markus Bollinger Committed by Jaroslav Kysela
Browse files

[ALSA] Add PCXHR driver



Modules: Documentation,PCI drivers,Digigram PCXHR driver

Add Digigram PCXHR driver.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 46a1736d
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -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.
    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)
  Module snd-powermac (on ppc only)
  ---------------------------------
  ---------------------------------


+11 −0
Original line number Original line Diff line number Diff line
@@ -455,6 +455,17 @@ config SND_NM256
	  To compile this driver as a module, choose M here: the module
	  To compile this driver as a module, choose M here: the module
	  will be called snd-nm256.
	  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
config SND_RME32
	tristate "RME Digi32, 32/8, 32 PRO"
	tristate "RME Digi32, 32/8, 32 PRO"
	depends on SND
	depends on SND
+1 −0
Original line number Original line Diff line number Diff line
@@ -61,6 +61,7 @@ obj-$(CONFIG_SND) += \
	korg1212/ \
	korg1212/ \
	mixart/ \
	mixart/ \
	nm256/ \
	nm256/ \
	pcxhr/ \
	rme9652/ \
	rme9652/ \
	trident/ \
	trident/ \
	ymfpci/ \
	ymfpci/ \
+2 −0
Original line number Original line Diff line number Diff line
snd-pcxhr-objs := pcxhr.o pcxhr_hwdep.o pcxhr_mixer.o pcxhr_core.o
obj-$(CONFIG_SND_PCXHR) += snd-pcxhr.o
+1367 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading