sof_nuvoton_common.h 546 B

12345678910111213141516171819202122
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * This file defines data structures used in Machine Driver for Intel
  4. * platforms with Nuvoton Codecs.
  5. *
  6. * Copyright 2023 Intel Corporation.
  7. */
  8. #ifndef __SOF_NUVOTON_COMMON_H
  9. #define __SOF_NUVOTON_COMMON_H
  10. #include <sound/soc.h>
  11. #include <sound/soc-acpi-intel-ssp-common.h>
  12. /*
  13. * Nuvoton NAU8318
  14. */
  15. #define NAU8318_CODEC_DAI "nau8315-hifi"
  16. #define NAU8318_DEV0_NAME "i2c-" NAU8318_ACPI_HID ":00"
  17. void nau8318_set_dai_link(struct snd_soc_dai_link *link);
  18. #endif /* __SOF_NUVOTON_COMMON_H */