summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Louis Bossart2017-10-13 01:38:01 +0200
committerMark Brown2017-10-18 13:30:18 +0200
commit8a2eca50c618ef2affc140b38dc7fdc63d423e89 (patch)
tree81bc3f9e9dff61b68d08dca78d403d09ca3e31c0
parentASoC: Intel: bytcht_da7213: cosmetic fixes (diff)
downloadkernel-qcow2-linux-8a2eca50c618ef2affc140b38dc7fdc63d423e89.tar.gz
kernel-qcow2-linux-8a2eca50c618ef2affc140b38dc7fdc63d423e89.tar.xz
kernel-qcow2-linux-8a2eca50c618ef2affc140b38dc7fdc63d423e89.zip
ASoC: Intel: bytcht_es8316: remove useless code
get_codec_dai() is not used, remove it Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/intel/boards/bytcht_es8316.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sound/soc/intel/boards/bytcht_es8316.c b/sound/soc/intel/boards/bytcht_es8316.c
index 52635462dac6..9ed4400c13b8 100644
--- a/sound/soc/intel/boards/bytcht_es8316.c
+++ b/sound/soc/intel/boards/bytcht_es8316.c
@@ -37,20 +37,6 @@ struct byt_cht_es8316_private {
struct clk *mclk;
};
-#define CODEC_DAI1 "ES8316 HiFi"
-
-static inline struct snd_soc_dai *get_codec_dai(struct snd_soc_card *card)
-{
- struct snd_soc_pcm_runtime *rtd;
-
- list_for_each_entry(rtd, &card->rtd_list, list) {
- if (!strncmp(rtd->codec_dai->name, CODEC_DAI1,
- strlen(CODEC_DAI1)))
- return rtd->codec_dai;
- }
- return NULL;
-}
-
static const struct snd_soc_dapm_widget byt_cht_es8316_widgets[] = {
SND_SOC_DAPM_HP("Headphone", NULL),