mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 03:20:56 +07:00
ALSA: hdspm - AES32: Enable TCO support
This patch finally enables TCO support on RME AES(32) cards. Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
2d63ec38f5
commit
0dc831b9bc
@ -6811,6 +6811,7 @@ static int snd_hdspm_create(struct snd_card *card,
|
||||
break;
|
||||
|
||||
case MADI:
|
||||
case AES32:
|
||||
if (hdspm_read(hdspm, HDSPM_statusRegister) & HDSPM_tco_detect) {
|
||||
hdspm->midiPorts++;
|
||||
hdspm->tco = kzalloc(sizeof(struct hdspm_tco),
|
||||
|
Loading…
Reference in New Issue
Block a user