9 Jul
2015
9 Jul
'15
1:28 p.m.
Signed-off-by: Charles Keepax ckeepax@opensource.wolfsonmicro.com --- sound/soc/codecs/arizona.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c index a88202d..c246fbd 100644 --- a/sound/soc/codecs/arizona.c +++ b/sound/soc/codecs/arizona.c @@ -1504,7 +1504,7 @@ static int arizona_hw_params(struct snd_pcm_substream *substream, else rates = &arizona_48k_bclk_rates[0];
- wl = snd_pcm_format_width(params_format(params)); + wl = params_width(params);
if (tdm_slots) { arizona_aif_dbg(dai, "Configuring for %d %d bit TDM slots\n",
--
1.7.2.5