/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Platform data for MAX98095 * * Copyright 2011 Maxim Integrated Products */ #ifndef __SOUND_MAX98095_PDATA_H__ #define __SOUND_MAX98095_PDATA_H__ /* Equalizer filter response configuration */ struct max98095_eq_cfg { … }; /* Biquad filter response configuration */ struct max98095_biquad_cfg { … }; /* codec platform data */ struct max98095_pdata { … }; #endif