diff options
author | Mark Brown <broonie@kernel.org> | 2021-04-23 20:01:02 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-04-23 20:01:02 +0200 |
commit | ffc9841d5200a484ea0ecc645157b4d7b873f3a6 (patch) | |
tree | c5216df939963608cefcd94bdf2934a2b880b54d /sound/soc/codecs/rt5670.h | |
parent | Merge remote-tracking branch 'asoc/for-5.12' into asoc-linus (diff) | |
parent | ASoC: simple-card: Fix breakage on kontron-sl28-var3-ads2 (diff) | |
download | linux-ffc9841d5200a484ea0ecc645157b4d7b873f3a6.tar.xz linux-ffc9841d5200a484ea0ecc645157b4d7b873f3a6.zip |
Merge remote-tracking branch 'asoc/for-5.13' into asoc-next
Diffstat (limited to 'sound/soc/codecs/rt5670.h')
-rw-r--r-- | sound/soc/codecs/rt5670.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5670.h b/sound/soc/codecs/rt5670.h index 6fb3c369ee98..5b230897f630 100644 --- a/sound/soc/codecs/rt5670.h +++ b/sound/soc/codecs/rt5670.h @@ -2024,4 +2024,6 @@ void rt5670_jack_suspend(struct snd_soc_component *component); void rt5670_jack_resume(struct snd_soc_component *component); int rt5670_set_jack_detect(struct snd_soc_component *component, struct snd_soc_jack *jack); +const char *rt5670_components(void); + #endif /* __RT5670_H__ */ |