summaryrefslogtreecommitdiff
path: root/sound/firewire
diff options
context:
space:
mode:
Diffstat (limited to 'sound/firewire')
-rw-r--r--sound/firewire/dice/dice-tcelectronic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/firewire/dice/dice-tcelectronic.c b/sound/firewire/dice/dice-tcelectronic.c
index f9e0072deb81..a4cbe2da8c15 100644
--- a/sound/firewire/dice/dice-tcelectronic.c
+++ b/sound/firewire/dice/dice-tcelectronic.c
@@ -44,8 +44,8 @@ static const struct dice_tc_spec konnekt_live = {
};
static const struct dice_tc_spec studio_konnekt_48 = {
- .tx_pcm_chs = {{16, 16, 16}, {16, 16, 0} },
- .rx_pcm_chs = {{16, 16, 16}, {16, 16, 0} },
+ .tx_pcm_chs = {{16, 16, 8}, {16, 16, 7} },
+ .rx_pcm_chs = {{16, 16, 8}, {14, 14, 7} },
.has_midi = true,
};