diff mbox

ASoC: hdmi-codec: remove unused ratec

Message ID 87k24o4sr3.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit ca3b5ad30c0b32f8d12ddb307b698ff56d56c2aa
Headers show

Commit Message

Kuninori Morimoto June 6, 2017, 11:16 p.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

struct snd_pcm_hw_constraint_list ratec is not used.
Let's remove it

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/codecs/hdmi-codec.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/sound/soc/codecs/hdmi-codec.c b/sound/soc/codecs/hdmi-codec.c
index 6d05161..22ed0dc 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;