cs35l45.h 488 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
  2. /*
  3. * cs35l45.h -- CS35L45 ALSA SoC audio driver DT bindings header
  4. *
  5. * Copyright 2022 Cirrus Logic, Inc.
  6. */
  7. #ifndef DT_CS35L45_H
  8. #define DT_CS35L45_H
  9. /*
  10. * cirrus,asp-sdout-hiz-ctrl
  11. *
  12. * TX_HIZ_UNUSED: TX pin high-impedance during unused slots.
  13. * TX_HIZ_DISABLED: TX pin high-impedance when all channels disabled.
  14. */
  15. #define CS35L45_ASP_TX_HIZ_UNUSED 0x1
  16. #define CS35L45_ASP_TX_HIZ_DISABLED 0x2
  17. #endif /* DT_CS35L45_H */