1*5def4c47SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */ 2*5def4c47SEmmanuel Vadot #ifndef __DT_QCOM_LPASS_H 3*5def4c47SEmmanuel Vadot #define __DT_QCOM_LPASS_H 4*5def4c47SEmmanuel Vadot 5*5def4c47SEmmanuel Vadot #define MI2S_PRIMARY 0 6*5def4c47SEmmanuel Vadot #define MI2S_SECONDARY 1 7*5def4c47SEmmanuel Vadot #define MI2S_TERTIARY 2 8*5def4c47SEmmanuel Vadot #define MI2S_QUATERNARY 3 9*5def4c47SEmmanuel Vadot #define MI2S_QUINARY 4 10*5def4c47SEmmanuel Vadot 11*5def4c47SEmmanuel Vadot #define LPASS_DP_RX 5 12*5def4c47SEmmanuel Vadot 13*5def4c47SEmmanuel Vadot #define LPASS_MCLK0 0 14*5def4c47SEmmanuel Vadot 15*5def4c47SEmmanuel Vadot #endif /* __DT_QCOM_LPASS_H */ 16