Patch "ASoC: dapm: declare missing structure prototypes" has been added to the 5.4-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ASoC: dapm: declare missing structure prototypes

to the 5.4-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     asoc-dapm-declare-missing-structure-prototypes.patch
and it can be found in the queue-5.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 5868c2ec92a93c70a8d569267f57db4ce7705bb2
Author: Tzung-Bi Shih <tzungbi@xxxxxxxxxx>
Date:   Thu Jun 25 23:35:42 2020 +0800

    ASoC: dapm: declare missing structure prototypes
    
    [ Upstream commit 3d62ef4280a377bb2ccaee4e8f6c5093f5b8f9d4 ]
    
    To fix compilation warnings:
    
    - struct 'snd_soc_pcm_runtime' declared inside parameter list will not
      be visible outside of this definition or declaration
    - struct 'soc_enum' declared inside parameter list will not be visible
      outside of this definition or declaration
    
    Declares the missing structure prototypes.
    
    Signed-off-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx>
    Link: https://lore.kernel.org/r/20200625153543.85039-3-tzungbi@xxxxxxxxxx
    Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
    Stable-dep-of: fdff966bfde7 ("ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declared")
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index 6e8a312253838..8c8988bfef8f4 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -16,6 +16,8 @@
 #include <sound/asoc.h>
 
 struct device;
+struct snd_soc_pcm_runtime;
+struct soc_enum;
 
 /* widget has no PM register bit */
 #define SND_SOC_NOPM	-1



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux