Skip to content

Commit

Permalink
ALSA: hdspm - Add firmware ID for older AES32 cards.
Browse files Browse the repository at this point in the history
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 <adi@drcomp.erfurt.thur.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Adrian Knoth authored and Takashi Iwai committed Mar 8, 2011
1 parent 7c7102b commit bdd3255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/pci/rme9652/hdspm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit bdd3255

Please sign in to comment.