/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/sound/cs35l34.h -- Platform data for CS35l34 * * Copyright (c) 2016 Cirrus Logic Inc. */ #ifndef __CS35L34_H #define __CS35L34_H struct cs35l34_platform_data { … }; #endif /* __CS35L34_H */
/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/sound/cs35l34.h -- Platform data for CS35l34 * * Copyright (c) 2016 Cirrus Logic Inc. */ #ifndef __CS35L34_H #define __CS35L34_H struct cs35l34_platform_data { … }; #endif /* __CS35L34_H */