diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2017-06-06 23:16:01 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-07 20:07:38 +0100 |
commit | ca3b5ad30c0b32f8d12ddb307b698ff56d56c2aa (patch) | |
tree | d3398a7a56bf7b8b50441b0f771ffea8be4fa1d0 /sound/soc/codecs/hdmi-codec.c | |
parent | 96203fb4237bf70f0fd0fa307ca2975077db3ceb (diff) | |
download | linux-ca3b5ad30c0b32f8d12ddb307b698ff56d56c2aa.tar.bz2 |
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 <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/hdmi-codec.c')
-rw-r--r-- | sound/soc/codecs/hdmi-codec.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |