projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27533df
)
ALSA: hdspm - Fix PCI ID for PCIe RME MADI cards
author
Adrian Knoth
<
[email protected]
>
Mon, 21 Nov 2011 15:15:36 +0000
(16:15 +0100)
committer
Takashi Iwai
<
[email protected]
>
Tue, 22 Nov 2011 07:34:36 +0000
(08:34 +0100)
Commit
c09403dcc5698abf214329fbbf3cf8dbb5558bea
has introduced a
regression: PCIe versions of RME MADI were no longer detected, because
the MADIface ID (0xd5) was used instead of the correct 0xd2.
This commit fixes the problem.
Signed-off-by: Adrian Knoth <
[email protected]
>
Signed-off-by: Takashi Iwai <
[email protected]
>
sound/pci/rme9652/hdspm.c
patch
|
blob
|
history
diff --git
a/sound/pci/rme9652/hdspm.c
b/sound/pci/rme9652/hdspm.c
index e760adad9523ebf82db4f07dbc259c73d8d44326..19ee2203cbb50fe7250bca2bad79c14e15a6069b 100644
(file)
--- a/
sound/pci/rme9652/hdspm.c
+++ b/
sound/pci/rme9652/hdspm.c
@@
-6518,7
+6518,7
@@
static int __devinit snd_hdspm_create(struct snd_card *card,
hdspm->io_type = AES32;
hdspm->card_name = "RME AES32";
hdspm->midiPorts = 2;
- } else if ((hdspm->firmware_rev == 0xd
5
) ||
+ } else if ((hdspm->firmware_rev == 0xd
2
) ||
((hdspm->firmware_rev >= 0xc8) &&
(hdspm->firmware_rev <= 0xcf))) {
hdspm->io_type = MADI;