ASoC: amd: acp: Modify dai_id macros to be more generic
Change dai_id macros to make I2S instances in order. Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com> Link: https://lore.kernel.org/r/20220826064250.3302260-1-venkataprasad.potturu@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
c18b6c188c
commit
99a387c781
|
@ -21,9 +21,9 @@
|
|||
#define ACP3X_DEV 3
|
||||
#define ACP6X_DEV 6
|
||||
|
||||
#define I2S_SP_INSTANCE 0x00
|
||||
#define I2S_BT_INSTANCE 0x01
|
||||
#define DMIC_INSTANCE 0x02
|
||||
#define DMIC_INSTANCE 0x00
|
||||
#define I2S_SP_INSTANCE 0x01
|
||||
#define I2S_BT_INSTANCE 0x02
|
||||
#define I2S_HS_INSTANCE 0x03
|
||||
|
||||
#define MEM_WINDOW_START 0x4080000
|
||||
|
|
Loading…
Reference in New Issue