Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / include / sound / tas2552-plat.h
CommitLineData
1802d0be 1/* SPDX-License-Identifier: GPL-2.0-only */
5df7f71d
DM
2/*
3 * TAS2552 driver platform header
4 *
5 * Copyright (C) 2014 Texas Instruments Inc.
6 *
7 * Author: Dan Murphy <dmurphy@ti.com>
5df7f71d
DM
8 */
9
10#ifndef TAS2552_PLAT_H
11#define TAS2552_PLAT_H
12
13struct tas2552_platform_data {
14 int enable_gpio;
15};
16
17#endif