1234567891011121314151617 |
- /* SPDX-License-Identifier: GPL-2.0-only */
- /* Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
- */
- #ifndef _SWR_DMIC_H
- #define _SWR_DMIC_H
- #include <sound/soc.h>
- #include <sound/info.h>
- enum {
- SWR_DMIC_HIFI_PORT = 0,
- SWR_DMIC_LP_PORT,
- SWR_DMIC_MAX_PORTS,
- };
- #endif /* _SWR_DMIC_H */
|