/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/sound/cs35l33.h -- Platform data for CS35l33 * * Copyright (c) 2016 Cirrus Logic Inc. */ #ifndef __CS35L33_H #define __CS35L33_H struct cs35l33_hg { … }; struct cs35l33_pdata { … }; #endif /* __CS35L33_H */