Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: trace: remove snd_soc_codec

snd_soc_codec is replaced to snd_soc_component,
and it is not used in this file.
Let's remove it

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
8ba05d77 0dde4b57

-1
-1
include/trace/events/asoc.h
··· 12 12 #define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-") 13 13 14 14 struct snd_soc_jack; 15 - struct snd_soc_codec; 16 15 struct snd_soc_card; 17 16 struct snd_soc_dapm_widget; 18 17 struct snd_soc_dapm_path;