Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193239
b: refs/heads/master
c: 719f82d
h: refs/heads/master
i:
  193237: 479e765
  193235: a00663c
  193231: 23627d3
v: v3
  • Loading branch information
Eliot Blennerhassett authored and Takashi Iwai committed Apr 22, 2010
1 parent 852cc66 commit c440b69
Show file tree
Hide file tree
Showing 28 changed files with 18,430 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cf0dbba515415bb19b11f9323d5f7bebd7f24fd6
refs/heads/master: 719f82d3987aad4cc9f46d19c35f362672545cad
10 changes: 10 additions & 0 deletions trunk/Documentation/sound/alsa/ALSA-Configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,16 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.

The power-management is supported.

Module snd-asihpi
-----------------

Module for AudioScience ASI soundcards

enable_hpi_hwdep - enable HPI hwdep for AudioScience soundcard

This module supports multiple cards.
The driver requires the firmware loader support on kernel.

Module snd-atiixp
-----------------

Expand Down
12 changes: 12 additions & 0 deletions trunk/sound/pci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ config SND_ALI5451
To compile this driver as a module, choose M here: the module
will be called snd-ali5451.

config SND_ASIHPI
tristate "AudioScience ASIxxxx"
depends on X86
select FW_LOADER
select SND_PCM
select SND_HWDEP
help
Say Y here to include support for AudioScience ASI sound cards.

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

config SND_ATIIXP
tristate "ATI IXP AC97 Controller"
select SND_AC97_CODEC
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ obj-$(CONFIG_SND_VIA82XX_MODEM) += snd-via82xx-modem.o
obj-$(CONFIG_SND) += \
ac97/ \
ali5451/ \
asihpi/ \
au88x0/ \
aw2/ \
ctxfi/ \
Expand Down
5 changes: 5 additions & 0 deletions trunk/sound/pci/asihpi/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
snd-asihpi-objs := asihpi.o hpioctl.o hpimsginit.o\
hpicmn.o hpifunc.o hpidebug.o hpidspcd.o\
hpios.o hpi6000.o hpi6205.o hpimsgx.o

obj-$(CONFIG_SND_ASIHPI) += snd-asihpi.o
Loading

0 comments on commit c440b69

Please sign in to comment.