xref: /linux-6.15/sound/soc/sof/sof-acpi-dev.h (revision 293ad281)
18a49cd11SArnd Bergmann /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
28a49cd11SArnd Bergmann /*
38a49cd11SArnd Bergmann  * This file is provided under a dual BSD/GPLv2 license.  When using or
48a49cd11SArnd Bergmann  * redistributing this file, you may do so under either license.
58a49cd11SArnd Bergmann  *
6*293ad281SPierre-Louis Bossart  * Copyright(c) 2021 Intel Corporation
78a49cd11SArnd Bergmann  */
88a49cd11SArnd Bergmann 
98a49cd11SArnd Bergmann #ifndef __SOUND_SOC_SOF_ACPI_H
108a49cd11SArnd Bergmann #define __SOUND_SOC_SOF_ACPI_H
118a49cd11SArnd Bergmann 
128a49cd11SArnd Bergmann extern const struct dev_pm_ops sof_acpi_pm;
138a49cd11SArnd Bergmann int sof_acpi_probe(struct platform_device *pdev, const struct sof_dev_desc *desc);
1452fee5c9SUwe Kleine-König void sof_acpi_remove(struct platform_device *pdev);
158a49cd11SArnd Bergmann 
168a49cd11SArnd Bergmann #endif
17