From: Kuninori Morimoto Date: Tue, 6 Jun 2017 23:16:01 +0000 (+0000) Subject: ASoC: hdmi-codec: remove unused ratec X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ca3b5ad30c0b32f8d12ddb307b698ff56d56c2aa;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ASoC: hdmi-codec: remove unused ratec struct snd_pcm_hw_constraint_list ratec is not used. Let's remove it Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/hdmi-codec.c b/sound/soc/codecs/hdmi-codec.c index 6d05161b625d..22ed0dc88f0a 100644 --- a/sound/soc/codecs/hdmi-codec.c +++ b/sound/soc/codecs/hdmi-codec.c @@ -282,7 +282,6 @@ struct hdmi_codec_priv { struct hdmi_codec_daifmt daifmt[2]; struct mutex current_stream_lock; struct snd_pcm_substream *current_stream; - struct snd_pcm_hw_constraint_list ratec; uint8_t eld[MAX_ELD_BYTES]; struct snd_pcm_chmap *chmap_info; unsigned int chmap_idx;