Message ID | 20180726161120.DAAFE44007E@finisterre.ee.mobilebroadband |
---|---|
State | Accepted |
Commit | 79b8a50813a80ac15fdcdc96674098dee15eaaf5 |
Headers | show |
Series | Applied "ASoC: pcm186x: Declare PCM format with snd_pcm_format_t" to the asoc tree | expand |
diff --git a/sound/soc/codecs/pcm186x.c b/sound/soc/codecs/pcm186x.c index 88fde70b1e9e..690c26e7389e 100644 --- a/sound/soc/codecs/pcm186x.c +++ b/sound/soc/codecs/pcm186x.c @@ -265,7 +265,7 @@ static int pcm186x_hw_params(struct snd_pcm_substream *substream, struct snd_soc_component *component = dai->component; struct pcm186x_priv *priv = snd_soc_component_get_drvdata(component); unsigned int rate = params_rate(params); - unsigned int format = params_format(params); + snd_pcm_format_t format = params_format(params); unsigned int width = params_width(params); unsigned int channels = params_channels(params); unsigned int div_lrck;