projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3958232
)
ASoC: img: parallel out: Add missing initialiser
author
Damien.Horsley
<Damien.Horsley@imgtec.com>
Tue, 10 Nov 2015 14:09:35 +0000
(14:09 +0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 16 Nov 2015 10:06:58 +0000
(10:06 +0000)
Add missing initialiser for control_set variable
in img_prl_out_set_fmt
Signed-off-by: Damien.Horsley <Damien.Horsley@imgtec.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/img/img-parallel-out.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/img/img-parallel-out.c
b/sound/soc/img/img-parallel-out.c
index beda18b18c646437926f139d2b6a095737cebc69..c1610a054d65aafd9bac2032dc05d1f8b68d31eb 100644
(file)
--- a/
sound/soc/img/img-parallel-out.c
+++ b/
sound/soc/img/img-parallel-out.c
@@
-154,7
+154,7
@@
static int img_prl_out_hw_params(struct snd_pcm_substream *substream,
static int img_prl_out_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
{
struct img_prl_out *prl = snd_soc_dai_get_drvdata(dai);
- u32 reg, control_set;
+ u32 reg, control_set
= 0
;
switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
case SND_SOC_DAIFMT_NB_NF: