btrfs: migrate the block group ref counting stuff
[linux/fpc-iii.git] / include / sound / tas2552-plat.h
blob6f087b22f0781c35afd1e5c580676f7762c3dd85
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * TAS2552 driver platform header
5 * Copyright (C) 2014 Texas Instruments Inc.
7 * Author: Dan Murphy <dmurphy@ti.com>
8 */
10 #ifndef TAS2552_PLAT_H
11 #define TAS2552_PLAT_H
13 struct tas2552_platform_data {
14 int enable_gpio;
17 #endif