003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/include/dt-bindings/sound
usr
/
src
/
sys
/
contrib
/
device-tree
/
include
/
dt-bindings
/
sound
/
📁
..
📄
apq8016-lpass.h
(231 B)
📄
audio-jack-events.h
(236 B)
📄
cs35l32.h
(748 B)
📄
cs42l42.h
(1.88 KB)
📄
fsl-imx-audmux.h
(2.27 KB)
📄
madera.h
(638 B)
📄
meson-aiu.h
(350 B)
📄
meson-g12a-toacodec.h
(246 B)
📄
meson-g12a-tohdmitx.h
(351 B)
📄
qcom,q6afe.h
(3.11 KB)
📄
qcom,q6asm.h
(855 B)
📄
rt5640.h
(652 B)
📄
rt5651.h
(334 B)
📄
samsung-i2s.h
(458 B)
📄
tas2552.h
(711 B)
📄
tlv320aic31xx-micbias.h
(230 B)
Editing: tas2552.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __DT_TAS2552_H #define __DT_TAS2552_H #define TAS2552_PLL_CLKIN (0) #define TAS2552_PDM_CLK (1) #define TAS2552_CLK_TARGET_MASK (1) #define TAS2552_PLL_CLKIN_MCLK ((0 << 1) | TAS2552_PLL_CLKIN) #define TAS2552_PLL_CLKIN_BCLK ((1 << 1) | TAS2552_PLL_CLKIN) #define TAS2552_PLL_CLKIN_IVCLKIN ((2 << 1) | TAS2552_PLL_CLKIN) #define TAS2552_PLL_CLKIN_1_8_FIXED ((3 << 1) | TAS2552_PLL_CLKIN) #define TAS2552_PDM_CLK_PLL ((0 << 1) | TAS2552_PDM_CLK) #define TAS2552_PDM_CLK_IVCLKIN ((1 << 1) | TAS2552_PDM_CLK) #define TAS2552_PDM_CLK_BCLK ((2 << 1) | TAS2552_PDM_CLK) #define TAS2552_PDM_CLK_MCLK ((3 << 1) | TAS2552_PDM_CLK) #endif /* __DT_TAS2552_H */
Upload File
Create Folder