summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/asoc-pxa.h
blob: 0d5eaf4b100ca303042b7c6c38c1ef9ae7b02fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __SOC_PXA_AUDIO_H__
#define __SOC_PXA_AUDIO_H__

#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/ac97_codec.h>

extern void pxa27x_configure_ac97reset(struct gpio_desc *reset_gpio, bool to_gpio);

#endif