|
@@ -37,7 +37,7 @@ int snd_dice_detect_alesis_formats(struct snd_dice *dice)
|
|
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT *
|
|
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT *
|
|
sizeof(unsigned int));
|
|
sizeof(unsigned int));
|
|
} else {
|
|
} else {
|
|
- memcpy(dice->rx_pcm_chs, alesis_io26_tx_pcm_chs,
|
|
|
|
|
|
+ memcpy(dice->tx_pcm_chs, alesis_io26_tx_pcm_chs,
|
|
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT *
|
|
MAX_STREAMS * SND_DICE_RATE_MODE_COUNT *
|
|
sizeof(unsigned int));
|
|
sizeof(unsigned int));
|
|
}
|
|
}
|