|
@@ -333,8 +333,7 @@ static int fsl_sai_trigger(struct snd_pcm_substream *substream, int cmd,
|
|
|
* The transmitter bit clock and frame sync are to be
|
|
|
* used by both the transmitter and receiver.
|
|
|
*/
|
|
|
- regmap_update_bits(sai->regmap, FSL_SAI_TCR2, FSL_SAI_CR2_SYNC,
|
|
|
- ~FSL_SAI_CR2_SYNC);
|
|
|
+ regmap_update_bits(sai->regmap, FSL_SAI_TCR2, FSL_SAI_CR2_SYNC, 0);
|
|
|
regmap_update_bits(sai->regmap, FSL_SAI_RCR2, FSL_SAI_CR2_SYNC,
|
|
|
FSL_SAI_CR2_SYNC);
|
|
|
|