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

Commit cc94d7c5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: qdsp6v2: Fix uninitialized variable error"

parents 32173ed1 b02be312
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -293,7 +293,7 @@ static int msm_pcm_playback_prepare(struct snd_pcm_substream *substream)
	struct msm_audio *prtd = runtime->private_data;
	struct msm_audio *prtd = runtime->private_data;
	struct msm_plat_data *pdata;
	struct msm_plat_data *pdata;
	struct snd_pcm_hw_params *params;
	struct snd_pcm_hw_params *params;
	int ret;
	int ret = 0;
	uint16_t bits_per_sample;
	uint16_t bits_per_sample;
	uint16_t sample_word_size;
	uint16_t sample_word_size;