Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d42940c authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: sn95031: Staticize sn95031_pcm_hw_params

parent 45cf367e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -658,7 +658,7 @@ static int sn95031_pcm_spkr_mute(struct snd_soc_dai *dai, int mute)
	return 0;
	return 0;
}
}


int sn95031_pcm_hw_params(struct snd_pcm_substream *substream,
static int sn95031_pcm_hw_params(struct snd_pcm_substream *substream,
		struct snd_pcm_hw_params *params, struct snd_soc_dai *dai)
		struct snd_pcm_hw_params *params, struct snd_soc_dai *dai)
{
{
	unsigned int format, rate;
	unsigned int format, rate;