Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25247
b: refs/heads/master
c: 1841f61
h: refs/heads/master
i:
  25245: 1f778c6
  25243: 1c4231b
  25239: ed49c2e
  25231: bfdf1e0
  25215: 00b7f90
v: v3
  • Loading branch information
Martin Langer authored and Jaroslav Kysela committed Mar 31, 2006
1 parent 0f5b80c commit 0800291
Show file tree
Hide file tree
Showing 6 changed files with 1,564 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: cbac4b0cb62d01cb0aaec7778410b8856f01186b
refs/heads/master: 1841f613fd2e73f09d3fa2beeccf2f8d978ec2db
17 changes: 17 additions & 0 deletions trunk/Documentation/sound/alsa/ALSA-Configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,23 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.

The power-management is supported.

Module snd-miro
---------------

Module for Miro soundcards: miroSOUND PCM 1 pro,
miroSOUND PCM 12,
miroSOUND PCM 20 Radio.

port - Port # (0x530,0x604,0xe80,0xf40)
irq - IRQ # (5,7,9,10,11)
dma1 - 1st dma # (0,1,3)
dma2 - 2nd dma # (0,1)
mpu_port - MPU-401 port # (0x300,0x310,0x320,0x330)
mpu_irq - MPU-401 irq # (5,7,9,10)
fm_port - FM Port # (0x388)
wss - enable WSS mode
ide - enable onboard ide support

Module snd-mixart
-----------------

Expand Down
14 changes: 14 additions & 0 deletions trunk/sound/isa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,20 @@ config SND_OPTI93X
To compile this driver as a module, choose M here: the module
will be called snd-opti93x.

config SND_MIRO
tristate "Miro miroSOUND PCM1pro/PCM12/PCM20radio driver"
depends on SND
select SND_OPL4_LIB
select SND_CS4231_LIB
select SND_MPU401_UART
select SND_PCM
help
Say 'Y' or 'M' to include support for Miro miroSOUND PCM1 pro,
miroSOUND PCM12 and miroSOUND PCM20 Radio soundcards.

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

config SND_SB8
tristate "Sound Blaster 1.0/2.0/Pro (8-bit)"
depends on SND
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/isa/opti9xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
snd-opti92x-ad1848-objs := opti92x-ad1848.o
snd-opti92x-cs4231-objs := opti92x-cs4231.o
snd-opti93x-objs := opti93x.o
snd-miro-objs := miro.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_OPTI92X_AD1848) += snd-opti92x-ad1848.o
obj-$(CONFIG_SND_OPTI92X_CS4231) += snd-opti92x-cs4231.o
obj-$(CONFIG_SND_OPTI93X) += snd-opti93x.o
obj-$(CONFIG_SND_MIRO) += snd-miro.o
Loading

0 comments on commit 0800291

Please sign in to comment.