diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2021-11-25 06:58:11 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-11-25 12:54:32 +0100 |
commit | 083a7fba38885a8ffa03a2857e383421cefd36e6 (patch) | |
tree | d158bbff3995b71a3abbedc3d2b178727fbb9886 /include/dt-bindings/sound | |
parent | ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead (diff) | |
download | linux-083a7fba38885a8ffa03a2857e383421cefd36e6.tar.xz linux-083a7fba38885a8ffa03a2857e383421cefd36e6.zip |
ASoC: rt5640: Add the binding include file for the HDA header support
The patch adds the binding include file for the HDA header support.
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Link: https://lore.kernel.org/r/20211125055812.8911-1-oder_chiou@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/dt-bindings/sound')
-rw-r--r-- | include/dt-bindings/sound/rt5640.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/sound/rt5640.h b/include/dt-bindings/sound/rt5640.h index 154c9b4414f2..655f6946388a 100644 --- a/include/dt-bindings/sound/rt5640.h +++ b/include/dt-bindings/sound/rt5640.h @@ -16,6 +16,7 @@ #define RT5640_JD_SRC_GPIO2 4 #define RT5640_JD_SRC_GPIO3 5 #define RT5640_JD_SRC_GPIO4 6 +#define RT5640_JD_SRC_HDA_HEADER 7 #define RT5640_OVCD_SF_0P5 0 #define RT5640_OVCD_SF_0P75 1 |