diff options
author | Kuninori Morimoto | 2018-05-08 03:20:24 +0000 |
---|---|---|
committer | Mark Brown | 2018-05-09 18:39:07 +0900 |
commit | 999f7f5af8eb7766f68d925a22bf296011abc84c (patch) | |
tree | 09a7c28a955807212259a646aa77f0b78bc284d7 /include/sound/soc-dai.h | |
parent | 11fb14f8c5b8f016ea0dae2237854331071cad42 (diff) |
ASoC: remove Codec related code
Now no one is using Codec related code.
Let's remove all
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc-dai.h')
-rw-r--r-- | include/sound/soc-dai.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index 35ebb0be5114..568f6a72c974 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -313,7 +313,6 @@ struct snd_soc_dai { unsigned int sample_bits; /* parent platform/codec */ - struct snd_soc_codec *codec; struct snd_soc_component *component; /* CODEC TDM slot masks and params (for fixup) */ |