summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt286.h
diff options
context:
space:
mode:
authorCezary Rojewski <cezary.rojewski@intel.com>2022-06-09 15:35:32 +0200
committerMark Brown <broonie@kernel.org>2022-06-10 13:32:17 +0100
commit3082afe097cc5d794c28a629f3492a0133ee4891 (patch)
tree46ca892e4b969f27988ba275bb292eb1dd9b366d /sound/soc/codecs/rt286.h
parenta43b4394bb35391b74486a788be6634ed91e221a (diff)
downloadlinux-3082afe097cc5d794c28a629f3492a0133ee4891.tar.bz2
ASoC: codecs: rt286: Reorganize jack detect handling
Clean up in order to use and expose .set_jack callback. Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Link: https://lore.kernel.org/r/20220609133541.3984886-3-amadeuszx.slawinski@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt286.h')
-rw-r--r--sound/soc/codecs/rt286.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/rt286.h b/sound/soc/codecs/rt286.h
index f27a4e71d5b6..4b7a3bd6043d 100644
--- a/sound/soc/codecs/rt286.h
+++ b/sound/soc/codecs/rt286.h
@@ -196,7 +196,5 @@ enum {
RT286_AIFS,
};
-int rt286_mic_detect(struct snd_soc_component *component, struct snd_soc_jack *jack);
-
#endif /* __RT286_H__ */