swr-dmic.h 310 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /* Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
  3. */
  4. #ifndef _SWR_DMIC_H
  5. #define _SWR_DMIC_H
  6. #include <sound/soc.h>
  7. #include <sound/info.h>
  8. enum {
  9. SWR_DMIC_HIFI_PORT = 0,
  10. SWR_DMIC_LP_PORT,
  11. SWR_DMIC_MAX_PORTS,
  12. };
  13. #endif /* _SWR_DMIC_H */