Clean up a bunch of kernel-doc warnings in the ASoC code. [PATCH 01/14] ASoC: codecs: NeoFidelity: repair the kernel-doc format [PATCH 02/14] ASoC: fsl_asrc_common: fix all kernel-doc warnings [PATCH 03/14] ASoC: fsl_asrc: avoid kernel-doc warnings [PATCH 04/14] ASoC: fsl-dma: fix all kernel-doc warnings [PATCH 05/14] ASoC: fsl_easrc: use struct keyword on structs [PATCH 06/14] ASoC: fsl: mpc5200_dma: use the struct keyword for kernel-doc comments [PATCH 07/14] ASoC: fsl: mpc5200_psc_i2s: avoid kernel-doc warnings [PATCH 08/14] ASoC: fsl: p1022_ds: repair kernel-doc short descriptions [PATCH 09/14] ASoC: uniphier: don't use "/**" for non-kernel-doc comment [PATCH 10/14] ASoC: SDCA: correct enum names and add a missing struct field [PATCH 11/14] ASoC: soc-acpi: fix all kernel-doc warnings [PATCH 12/14] ASoC: Intel: Skylake: convert SKL_TKNS to kernel-doc format [PATCH 13/14] ASoC: qcom: audioreach: use C-style "/*" comment [PATCH 14/14] ASoC: wm8904: don't use "/**" for non-kernel-doc comments
include/sound/sdca_function.h | 6 include/sound/soc-acpi.h | 23 +-- include/sound/wm8904.h | 4 include/uapi/sound/snd_ar_tokens.h | 2 include/uapi/sound/snd_sst_tokens.h | 165 +++++++++++++------------- sound/soc/codecs/ntpfw.h | 11 - sound/soc/fsl/fsl_asrc.h | 6 sound/soc/fsl/fsl_asrc_common.h | 8 - sound/soc/fsl/fsl_dma.h | 4 sound/soc/fsl/fsl_easrc.h | 4 sound/soc/fsl/mpc5200_dma.h | 4 sound/soc/fsl/mpc5200_psc_i2s.c | 8 + sound/soc/fsl/p1022_ds.c | 4 sound/soc/uniphier/aio.h | 2 14 files changed, 136 insertions(+), 115 deletions(-) Cc: Jaroslav Kysela <[email protected]> Cc: Takashi Iwai <[email protected]> Cc: Shengjiu Wang <[email protected]> Cc: Xiubo Li <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Nicolin Chen <[email protected]> Cc: [email protected] Cc: Charles Keepax <[email protected]> Cc: Maciej Strozek <[email protected]> Cc: Bard Liao <[email protected]> Cc: Pierre-Louis Bossart <[email protected]> Cc: [email protected] Cc: Srinivas Kandagatla <[email protected]> Cc: [email protected]
