mbox series

[v2,0/3] ASoC: rt1015: fix compilation errors and warnings

Message ID 20200625153543.85039-1-tzungbi@google.com
Headers show
Series ASoC: rt1015: fix compilation errors and warnings | expand

Message

Tzung-Bi Shih June 25, 2020, 3:35 p.m. UTC
The series fixes compilation errors and warnings discovered in the thread
https://patchwork.kernel.org/patch/11622319/.

The original patch:
(1) adds acpi.h for fixing implicit declaration of function 'ACPI_PTR'
(2) sorts header inclusions in alphabetical

The compilation errors and warnings are likely introduced by (2).

The 1st and 2nd patches fix the newly discovered errors and warnings.
The 3rd patch is the same as the original patch.

Tzung-Bi Shih (3):
  ASoC: core: move definition of enum snd_soc_bias_level
  ASoC: dapm: declare missing structure prototypes
  ASoC: rt1015: add missing header inclusion

 include/sound/soc-dapm.h  | 20 ++++++++++++++++++++
 include/sound/soc.h       | 18 ------------------
 sound/soc/codecs/rt1015.c | 17 +++++++++--------
 3 files changed, 29 insertions(+), 26 deletions(-)