1/* $NetBSD: qcom,wcd9335.h,v 1.1.1.1 2026/01/18 05:21:57 skrll Exp $ */ 2 3/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 4 5#ifndef __DT_SOUND_QCOM_WCD9335_H 6#define __DT_SOUND_QCOM_WCD9335_H 7 8#define AIF1_PB 0 9#define AIF1_CAP 1 10#define AIF2_PB 2 11#define AIF2_CAP 3 12#define AIF3_PB 4 13#define AIF3_CAP 5 14#define AIF4_PB 6 15#define NUM_CODEC_DAIS 7 16 17#endif 18