From: Adrian Knoth Date: Mon, 7 Mar 2011 18:10:11 +0000 (+0100) Subject: ALSA: hdspm - Add firmware ID for older AES32 cards. X-Git-Tag: v2.6.39-rc1~424^2^2~21 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=bdd3255d3adcb9f4fd70c09ec71eb1c5b36d833e;p=~shefty%2Frdma-dev.git ALSA: hdspm - Add firmware ID for older AES32 cards. The current AES32 firmware revision ID is 234, however, a user confirmed that everything works fine with the previous revision, too. Signed-off-by: Adrian Knoth Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index 0ed4b4e981d..a323eafb9e0 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -527,6 +527,7 @@ MODULE_SUPPORTED_DEVICE("{{RME HDSPM-MADI}}"); #define HDSPM_MADIFACE_REV 213 #define HDSPM_AES_REV 240 #define HDSPM_AES32_REV 234 +#define HDSPM_AES32_OLD_REV 233 /* speed factor modes */ #define HDSPM_SPEED_SINGLE 0 @@ -6397,6 +6398,7 @@ static int __devinit snd_hdspm_create(struct snd_card *card, break; case HDSPM_AES_REV: case HDSPM_AES32_REV: + case HDSPM_AES32_OLD_REV: hdspm->io_type = AES32; hdspm->card_name = "RME AES32"; hdspm->midiPorts = 2;