[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <e3165099-96c9-4326-af73-6020f0276f7b@sirena.org.uk>
Date: Thu, 16 Mar 2023 16:31:14 +0000
From: Mark Brown <broonie@...nel.org>
To: Ravulapati Vishnu Vardhan Rao <quic_visr@...cinc.com>
Cc: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Banajit Goswami <bgoswami@...cinc.com>,
Liam Girdwood <lgirdwood@...il.com>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
"moderated list:QCOM AUDIO (ASoC) DRIVERS"
<alsa-devel@...a-project.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ASoC: codecs:rx-macro: Fixing uninitialized variables.
On Thu, Mar 16, 2023 at 09:52:49PM +0530, Ravulapati Vishnu Vardhan Rao wrote:
> {
> u16 hd2_scale_reg, hd2_enable_reg;
> + hd2_scale_reg = 0;
> + hd2_enable_reg = 0;
>
> switch (interp_idx) {
> case INTERP_HPHL:
This is just shutting the warning up, it's not like 0 is ever a sensible
value to use there.
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists