aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>2011-02-28 09:14:48 -0500
committerTakashi Iwai <tiwai@suse.de>2011-02-28 09:56:50 -0500
commit526ea867781ca26f8d7996aa769aa062e1159fd3 (patch)
tree6b3599921309e1ec44f96383738f269014181ad5
parentd2d10a213294d6719d41aab5a111bce1168914a6 (diff)
ALSA: hdspm - Add updated firmware revision for AES32
In contrast to the PCIe version (RME AES), the PCI version (RME AES32) has a different firmware revision. This patch adds the missing PCI revision. Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/rme9652/hdspm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c
index 7ce492947583..20c54f7531a9 100644
--- a/sound/pci/rme9652/hdspm.c
+++ b/sound/pci/rme9652/hdspm.c
@@ -526,6 +526,7 @@ MODULE_SUPPORTED_DEVICE("{{RME HDSPM-MADI}}");
526#define HDSPM_AIO_REV 212 526#define HDSPM_AIO_REV 212
527#define HDSPM_MADIFACE_REV 213 527#define HDSPM_MADIFACE_REV 213
528#define HDSPM_AES_REV 240 528#define HDSPM_AES_REV 240
529#define HDSPM_AES32_REV 234
529 530
530/* speed factor modes */ 531/* speed factor modes */
531#define HDSPM_SPEED_SINGLE 0 532#define HDSPM_SPEED_SINGLE 0
@@ -6393,6 +6394,7 @@ static int __devinit snd_hdspm_create(struct snd_card *card,
6393 hdspm->midiPorts = 1; 6394 hdspm->midiPorts = 1;
6394 break; 6395 break;
6395 case HDSPM_AES_REV: 6396 case HDSPM_AES_REV:
6397 case HDSPM_AES32_REV:
6396 hdspm->io_type = AES32; 6398 hdspm->io_type = AES32;
6397 hdspm->card_name = "RME AES32"; 6399 hdspm->card_name = "RME AES32";
6398 hdspm->midiPorts = 2; 6400 hdspm->midiPorts = 2;