diff options
author | Cheng-Yi Chiang <cychiang@chromium.org> | 2020-09-22 14:23:16 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-22 12:48:03 +0100 |
commit | 55c5cc63ab3277aa20637dc20f6528987ac23743 (patch) | |
tree | c831f74be19b718ac67909120649e54ae64ee9fc /include/sound | |
parent | 376dd57d88633e455da0fdf54adc1f8682ab8d95 (diff) |
ASoC: hdmi-codec: Use set_jack ops to set jack
Use set_jack ops to set jack so machine drivers do not need to include
hdmi-codec.h explicitly.
Signed-off-by: Cheng-Yi Chiang <cychiang@chromium.org>
Reviewed-by: Tzung-Bi Shih <tzungbi@google.com>
Link: https://lore.kernel.org/r/20200922062316.1172935-1-cychiang@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/hdmi-codec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/hdmi-codec.h b/include/sound/hdmi-codec.h index 7754631a3102..b55970859a13 100644 --- a/include/sound/hdmi-codec.h +++ b/include/sound/hdmi-codec.h @@ -117,9 +117,6 @@ struct hdmi_codec_pdata { struct snd_soc_component; struct snd_soc_jack; -int hdmi_codec_set_jack_detect(struct snd_soc_component *component, - struct snd_soc_jack *jack); - #define HDMI_CODEC_DRV_NAME "hdmi-audio-codec" #endif /* __HDMI_CODEC_H__ */ |