/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __SOC_PXA_AUDIO_H__ #define __SOC_PXA_AUDIO_H__ #include #include #include extern void pxa27x_configure_ac97reset(struct gpio_desc *reset_gpio, bool to_gpio); #endif