提交 526ea867 编写于 作者: A Adrian Knoth 提交者: Takashi Iwai

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: NAdrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 d2d10a21
......@@ -526,6 +526,7 @@ MODULE_SUPPORTED_DEVICE("{{RME HDSPM-MADI}}");
#define HDSPM_AIO_REV 212
#define HDSPM_MADIFACE_REV 213
#define HDSPM_AES_REV 240
#define HDSPM_AES32_REV 234
/* speed factor modes */
#define HDSPM_SPEED_SINGLE 0
......@@ -6393,6 +6394,7 @@ static int __devinit snd_hdspm_create(struct snd_card *card,
hdspm->midiPorts = 1;
break;
case HDSPM_AES_REV:
case HDSPM_AES32_REV:
hdspm->io_type = AES32;
hdspm->card_name = "RME AES32";
hdspm->midiPorts = 2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册