aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/ux500/ux500_msp_dai.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c
index 36e9bb2bd634..ec5152aa3f6e 100644
--- a/sound/soc/ux500/ux500_msp_dai.c
+++ b/sound/soc/ux500/ux500_msp_dai.c
@@ -133,6 +133,7 @@ static int setup_pcm_framing(struct snd_soc_dai *dai, unsigned int rate,
133 struct ux500_msp_i2s_drvdata *drvdata = dev_get_drvdata(dai->dev); 133 struct ux500_msp_i2s_drvdata *drvdata = dev_get_drvdata(dai->dev);
134 134
135 u32 frame_length = MSP_FRAME_LEN_1; 135 u32 frame_length = MSP_FRAME_LEN_1;
136
136 prot_desc->frame_width = 0; 137 prot_desc->frame_width = 0;
137 138
138 switch (drvdata->slots) { 139 switch (drvdata->slots) {