mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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>
This commit is contained in:
parent
0dde4b573e
commit
8ba05d770d
@ -12,7 +12,6 @@
|
|||||||
#define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
|
#define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
|
||||||
|
|
||||||
struct snd_soc_jack;
|
struct snd_soc_jack;
|
||||||
struct snd_soc_codec;
|
|
||||||
struct snd_soc_card;
|
struct snd_soc_card;
|
||||||
struct snd_soc_dapm_widget;
|
struct snd_soc_dapm_widget;
|
||||||
struct snd_soc_dapm_path;
|
struct snd_soc_dapm_path;
|
||||||
|
Loading…
Reference in New Issue
Block a user