]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dapm: declare missing structure prototypes
authorTzung-Bi Shih <tzungbi@google.com>
Thu, 25 Jun 2020 15:35:42 +0000 (23:35 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 25 Jun 2020 18:21:01 +0000 (19:21 +0100)
commit0b3fc11703e2ab63e152bd222d58933b0e8dd5df
tree694badceb03efb7db39b75bc9bd1c1b9fe47b96a
parent89c3761461fe1ae0d4ad549081d55d28b0e7ba98
ASoC: dapm: declare missing structure prototypes

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@google.com>
Link: https://lore.kernel.org/r/20200625153543.85039-3-tzungbi@google.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dapm.h