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

Commit b83e60c0 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Clean up some coding style nits in the bf5xx-i2s-pcm driver

parent 0445bdf4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ static int bf5xx_pcm_open(struct snd_pcm_substream *substream)

	snd_soc_set_runtime_hwparams(substream, &bf5xx_pcm_hardware);

	ret = snd_pcm_hw_constraint_integer(runtime, \
	ret = snd_pcm_hw_constraint_integer(runtime,
			SNDRV_PCM_HW_PARAM_PERIODS);
	if (ret < 0)
		goto out;