diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2018-05-15 14:00:15 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-17 13:33:23 +0900 |
commit | 37a0491116994ba92ec94a98aa6bfbe8f8d7236f (patch) | |
tree | 5af71b5853d08b7da861b9ff228b39ca9c4228b7 /sound/soc/codecs/rt5663.h | |
parent | 1cc0fe247958e5ae359e42e4d3cae1cf4f3c8136 (diff) |
ASoC: rt5663: Use the set_jack() instead of the export function
The patch replaces the export function with the new API set_jack().
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5663.h')
-rw-r--r-- | sound/soc/codecs/rt5663.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/rt5663.h b/sound/soc/codecs/rt5663.h index 865203cc2034..794cf3fadf31 100644 --- a/sound/soc/codecs/rt5663.h +++ b/sound/soc/codecs/rt5663.h @@ -1125,8 +1125,6 @@ enum { RT5663_AD_STEREO_FILTER = 0x2, }; -int rt5663_set_jack_detect(struct snd_soc_component *component, - struct snd_soc_jack *hs_jack); int rt5663_sel_asrc_clk_src(struct snd_soc_component *component, unsigned int filter_mask, unsigned int clk_src); |