Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28496
b: refs/heads/master
c: cab5c4c
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 22, 2006
1 parent 3cae03d commit bf34b6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a7306336e818fe83f08a476c91ae2616e7fb209f
refs/heads/master: cab5c4c97a98e46359faa52e86787c1f0ccd773c
4 changes: 3 additions & 1 deletion trunk/Documentation/sound/alsa/ALSA-Configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,9 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.

Module for C-Media CMI8338 and 8738 PCI sound cards.

mpu_port - 0x300,0x310,0x320,0x330, 0 = disable (default)
mpu_port - 0x300,0x310,0x320,0x330 = legacy port,
1 = integrated PCI port,
0 = disable (default)
fm_port - 0x388 (default), 0 = disable (default)
soft_ac3 - Software-conversion of raw SPDIF packets (model 033 only)
(default = 1)
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/pci/cmipci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2932,7 +2932,7 @@ static int __devinit snd_cmipci_create(struct snd_card *card, struct pci_dev *pc
}

integrated_midi = snd_cmipci_read_b(cm, CM_REG_MPU_PCI) != 0xff;
if (integrated_midi)
if (integrated_midi && mpu_port[dev] == 1)
iomidi = cm->iobase + CM_REG_MPU_PCI;
else {
iomidi = mpu_port[dev];
Expand Down

0 comments on commit bf34b6b

Please sign in to comment.