Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/linux...
[linux-block.git] / include / sound / tpa6130a2-plat.h
CommitLineData
2b27bdcc 1/* SPDX-License-Identifier: GPL-2.0-only */
493b67ef
PU
2/*
3 * TPA6130A2 driver platform header
4 *
5 * Copyright (C) Nokia Corporation
6 *
b4079ef4 7 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
493b67ef
PU
8 */
9
10#ifndef TPA6130A2_PLAT_H
11#define TPA6130A2_PLAT_H
12
13struct tpa6130a2_platform_data {
14 int power_gpio;
15};
16
17#endif