aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2017-06-06 23:16:01 +0000
committerMark Brown <broonie@kernel.org>2017-06-07 20:07:38 +0100
commitca3b5ad30c0b32f8d12ddb307b698ff56d56c2aa (patch)
treed3398a7a56bf7b8b50441b0f771ffea8be4fa1d0 /sound
parentASoC: hdmi-codec: add .get_dai_id support (diff)
downloadlinux-dev-ca3b5ad30c0b32f8d12ddb307b698ff56d56c2aa.tar.xz
linux-dev-ca3b5ad30c0b32f8d12ddb307b698ff56d56c2aa.zip
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')
-rw-r--r--sound/soc/codecs/hdmi-codec.c1
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;