|
@@ -681,8 +681,8 @@ static int davinci_mcasp_set_tdm_slot(struct snd_soc_dai *dai,
|
|
|
}
|
|
|
|
|
|
mcasp->tdm_slots = slots;
|
|
|
- mcasp->tdm_mask[SNDRV_PCM_STREAM_PLAYBACK] = rx_mask;
|
|
|
- mcasp->tdm_mask[SNDRV_PCM_STREAM_CAPTURE] = tx_mask;
|
|
|
+ mcasp->tdm_mask[SNDRV_PCM_STREAM_PLAYBACK] = tx_mask;
|
|
|
+ mcasp->tdm_mask[SNDRV_PCM_STREAM_CAPTURE] = rx_mask;
|
|
|
mcasp->slot_width = slot_width;
|
|
|
|
|
|
return davinci_mcasp_set_ch_constraints(mcasp);
|