diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-01-26 15:45:53 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-01-26 15:45:53 +0300 |
commit | 49951ae308e2d552839a930599163cb10ea423c2 (patch) | |
tree | a4b7216006950e917dacc421fb6c063e3292ab28 /include/dt-bindings/sound/apq8016-lpass.h | |
parent | c5b5ff607d6fe5f4284acabd07066f96ecf96ac4 (diff) | |
parent | 5413dfd8ce0d5d997d442440701814a8ce7025d9 (diff) | |
download | linux-49951ae308e2d552839a930599163cb10ea423c2.tar.xz |
Merge tag 'asoc-fix-v5.11-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.11
More fixes for v5.11, almost all driver specific issues including new
device IDs - there's one error handling fix for the topology stuff too.
Diffstat (limited to 'include/dt-bindings/sound/apq8016-lpass.h')
-rw-r--r-- | include/dt-bindings/sound/apq8016-lpass.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/dt-bindings/sound/apq8016-lpass.h b/include/dt-bindings/sound/apq8016-lpass.h index 3c3e16c0aadb..dc605c4bc224 100644 --- a/include/dt-bindings/sound/apq8016-lpass.h +++ b/include/dt-bindings/sound/apq8016-lpass.h @@ -2,9 +2,8 @@ #ifndef __DT_APQ8016_LPASS_H #define __DT_APQ8016_LPASS_H -#define MI2S_PRIMARY 0 -#define MI2S_SECONDARY 1 -#define MI2S_TERTIARY 2 -#define MI2S_QUATERNARY 3 +#include <dt-bindings/sound/qcom,lpass.h> + +/* NOTE: Use qcom,lpass.h to define any AIF ID's for LPASS */ #endif /* __DT_APQ8016_LPASS_H */ |