blob: c263577af56f90b84e486d92a4d6a0e58c613f51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __DRIVERS_SOUNDWIRE_MAX98373_CHIP_H__
#define __DRIVERS_SOUNDWIRE_MAX98373_CHIP_H__
struct drivers_soundwire_max98373_config {
const char *name;
const char *desc;
};
#endif /* __DRIVERS_SOUNDWIRE_MAX98373_CHIP_H__ */
|