aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 7ce49294758..20c54f7531a 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;