]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: cht_bsw_max98090_ti: Remove unused function cht_get_codec_dai()
authorMatthias Kaehlcke <mka@chromium.org>
Tue, 23 May 2017 19:05:09 +0000 (12:05 -0700)
committerMark Brown <broonie@kernel.org>
Wed, 24 May 2017 17:12:04 +0000 (18:12 +0100)
Looks like the function has never been used since it was added by commit
17119a465706 ("ASoC: Intel: Add Cherrytrail & Braswell machine driver
cht_bsw_max98090_ti"). Removing it fixes the following warning when
building with clang:

sound/soc/intel/boards/cht_bsw_max98090_ti.c:42:35: error: unused
    function 'cht_get_codec_dai' [-Werror,-Wunused-function]

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/cht_bsw_max98090_ti.c

index 742bc0d4e681646c969e4c9563decbb291843517..20755ecc7f9ea7e17d1fcdd5096f577929bb1957 100644 (file)
@@ -39,18 +39,6 @@ struct cht_mc_private {
        bool ts3a227e_present;
 };
 
-static inline struct snd_soc_dai *cht_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, CHT_CODEC_DAI,
-                            strlen(CHT_CODEC_DAI)))
-                       return rtd->codec_dai;
-       }
-       return NULL;
-}
-
 static const struct snd_soc_dapm_widget cht_dapm_widgets[] = {
        SND_SOC_DAPM_HP("Headphone", NULL),
        SND_SOC_DAPM_MIC("Headset Mic", NULL),