Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 1b929c02afd37871d5afb9d498426f83432e71c2 authored by Linus Torvalds on 25 December 2022, 21:41:39 UTC
Linux 6.2-rc1
Tip revision: 1b929c0
qcom,wcd9335.h
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */

#ifndef __DT_SOUND_QCOM_WCD9335_H
#define __DT_SOUND_QCOM_WCD9335_H

#define AIF1_PB                 0
#define AIF1_CAP                1
#define AIF2_PB                 2
#define AIF2_CAP                3
#define AIF3_PB                 4
#define AIF3_CAP                5
#define AIF4_PB                 6
#define NUM_CODEC_DAIS          7

#endif
back to top