1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * wm8350.h - WM8903 audio codec interface
5 * Copyright 2008 Wolfson Microelectronics PLC.
11 #include <sound/soc.h>
12 #include <linux/mfd/wm8350/audio.h>
19 int wm8350_hp_jack_detect(struct snd_soc_component
*component
, enum wm8350_jack which
,
20 struct snd_soc_jack
*jack
, int report
);
21 int wm8350_mic_jack_detect(struct snd_soc_component
*component
,
22 struct snd_soc_jack
*jack
,
23 int detect_report
, int short_report
);