]> Git Repo - linux.git/blob - include/sound/tas2552-plat.h
ALSA: uapi: use C90 comment style instead of C99 style
[linux.git] / include / sound / tas2552-plat.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * TAS2552 driver platform header
4  *
5  * Copyright (C) 2014 Texas Instruments Inc.
6  *
7  * Author: Dan Murphy <[email protected]>
8  */
9
10 #ifndef TAS2552_PLAT_H
11 #define TAS2552_PLAT_H
12
13 struct tas2552_platform_data {
14         int enable_gpio;
15 };
16
17 #endif
This page took 0.031205 seconds and 4 git commands to generate.