aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652
diff options
context:
space:
mode:
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>2013-07-05 05:28:19 -0400
committerTakashi Iwai <tiwai@suse.de>2013-07-05 08:53:11 -0400
commit0dc831b9bca98a0d8dafb00fa7f20b3aef6cab67 (patch)
tree11e1843ac6dd11f99a917c8fb9bb1b30c3758640 /sound/pci/rme9652
parent2d63ec38f5bb1f598baa003a964805c852a80b33 (diff)
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>
Diffstat (limited to 'sound/pci/rme9652')
-rw-r--r--sound/pci/rme9652/hdspm.c1
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,
6811 break; 6811 break;
6812 6812
6813 case MADI: 6813 case MADI:
6814 case AES32:
6814 if (hdspm_read(hdspm, HDSPM_statusRegister) & HDSPM_tco_detect) { 6815 if (hdspm_read(hdspm, HDSPM_statusRegister) & HDSPM_tco_detect) {
6815 hdspm->midiPorts++; 6816 hdspm->midiPorts++;
6816 hdspm->tco = kzalloc(sizeof(struct hdspm_tco), 6817 hdspm->tco = kzalloc(sizeof(struct hdspm_tco),