/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __TEGRA_ASOC_MACHINE_H__ #define __TEGRA_ASOC_MACHINE_H__ struct clk; struct gpio_desc; struct snd_soc_card; struct snd_soc_jack; struct platform_device; struct snd_soc_jack_gpio; struct snd_soc_pcm_runtime; struct tegra_asoc_data { … }; struct tegra_machine { … }; int tegra_asoc_machine_probe(struct platform_device *pdev); int tegra_asoc_machine_init(struct snd_soc_pcm_runtime *rtd); #endif