diff options
Diffstat (limited to 'sound/soc/zte')
-rw-r--r-- | sound/soc/zte/zx-tdm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/zte/zx-tdm.c b/sound/soc/zte/zx-tdm.c index 5e877fe9ba7b..0e5a05b25a77 100644 --- a/sound/soc/zte/zx-tdm.c +++ b/sound/soc/zte/zx-tdm.c | |||
@@ -211,7 +211,6 @@ static int zx_tdm_hw_params(struct snd_pcm_substream *substream, | |||
211 | ts_width = 1; | 211 | ts_width = 1; |
212 | break; | 212 | break; |
213 | default: | 213 | default: |
214 | ts_width = 0; | ||
215 | dev_err(socdai->dev, "Unknown data format\n"); | 214 | dev_err(socdai->dev, "Unknown data format\n"); |
216 | return -EINVAL; | 215 | return -EINVAL; |
217 | } | 216 | } |