18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __DT_MESON_G12A_TOACODEC_H 38c2ecf20Sopenharmony_ci#define __DT_MESON_G12A_TOACODEC_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define TOACODEC_IN_A 0 68c2ecf20Sopenharmony_ci#define TOACODEC_IN_B 1 78c2ecf20Sopenharmony_ci#define TOACODEC_IN_C 2 88c2ecf20Sopenharmony_ci#define TOACODEC_OUT 3 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#endif /* __DT_MESON_G12A_TOACODEC_H */ 11