Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275975
b: refs/heads/master
c: 05c7cc9
h: refs/heads/master
i:
  275973: 7fbd842
  275971: 65fca2a
  275967: 4665482
v: v3
  • Loading branch information
Adrian Knoth authored and Takashi Iwai committed Nov 22, 2011
1 parent 319cf03 commit 7d7410e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27533df80e93dc164e39d47281bbbd608f9014a6
refs/heads/master: 05c7cc9ccab7d9229fdae68d7d6231edd2c93741
2 changes: 1 addition & 1 deletion trunk/sound/pci/rme9652/hdspm.c
Original file line number Diff line number Diff line change
Expand Up @@ -6518,7 +6518,7 @@ static int __devinit snd_hdspm_create(struct snd_card *card,
hdspm->io_type = AES32;
hdspm->card_name = "RME AES32";
hdspm->midiPorts = 2;
} else if ((hdspm->firmware_rev == 0xd5) ||
} else if ((hdspm->firmware_rev == 0xd2) ||
((hdspm->firmware_rev >= 0xc8) &&
(hdspm->firmware_rev <= 0xcf))) {
hdspm->io_type = MADI;
Expand Down

0 comments on commit 7d7410e

Please sign in to comment.