diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2017-02-01 12:27:05 -0600 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-02-01 18:35:50 +0000 |
commit | 77e546b7ba3e39e8a739cb18489582044222b7ba (patch) | |
tree | 07f64b98e14c8353c9050585c014ff847d7f9822 /sound/soc/intel | |
parent | 7bde09dfcf600e7a5c76a5325c6c3dfa60d08295 (diff) |
ASoC: cht-bsw-rt5645: fix unused variable compiler warning
Missed unused variable in previous changes, oops.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r-- | sound/soc/intel/boards/cht_bsw_rt5645.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/cht_bsw_rt5645.c b/sound/soc/intel/boards/cht_bsw_rt5645.c index b972b6526176..5bcde01d15e6 100644 --- a/sound/soc/intel/boards/cht_bsw_rt5645.c +++ b/sound/soc/intel/boards/cht_bsw_rt5645.c @@ -262,7 +262,6 @@ static int cht_codec_init(struct snd_soc_pcm_runtime *runtime) int jack_type; struct snd_soc_codec *codec = runtime->codec; struct snd_soc_card *card = runtime->card; - struct snd_soc_dai *codec_dai = runtime->codec_dai; struct cht_mc_private *ctx = snd_soc_card_get_drvdata(runtime->card); if ((cht_rt5645_quirk & CHT_RT5645_SSP2_AIF2) || |