diff options
author | Adrian Knoth <adi@drcomp.erfurt.thur.de> | 2013-07-05 11:28:19 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-07-05 14:53:11 +0200 |
commit | 0dc831b9bca98a0d8dafb00fa7f20b3aef6cab67 (patch) | |
tree | 11e1843ac6dd11f99a917c8fb9bb1b30c3758640 | |
parent | 2d63ec38f5bb1f598baa003a964805c852a80b33 (diff) | |
download | linux-0dc831b9bca98a0d8dafb00fa7f20b3aef6cab67.tar.gz linux-0dc831b9bca98a0d8dafb00fa7f20b3aef6cab67.tar.bz2 linux-0dc831b9bca98a0d8dafb00fa7f20b3aef6cab67.zip |
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>
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index 2f58e0721ea3..630316c108c0 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -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), |