/* SPDX-License-Identifier: GPL-2.0 */ /* * linux/sound/cs35l36.h -- Platform data for CS35L36 * * Copyright 2018 Cirrus Logic, Inc. * * Author: James Schulman <[email protected]> * */ #ifndef __CS35L36_H #define __CS35L36_H struct cs35l36_vpbr_cfg { … }; struct cs35l36_platform_data { … }; #endif /* __CS35L36_H */