diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2020-05-19 01:17:02 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-05-19 13:45:35 +0100 |
commit | b208c3bc33542ab5a689f9b7a5f6ffc1a3da2944 (patch) | |
tree | 324ac4f9eaa69f5426030923dfe97bcb76b482c4 /sound/soc/amd/renoir/rn_acp3x.h | |
parent | c15f258e6791e62c57d340c961de89261e48dc0a (diff) |
ASoC: amd: create platform devices for Renoir
Create platform devices for generic dmic codec driver
and machine driver.
These platform devices required for creation of sound card.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200518171704.24999-13-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/renoir/rn_acp3x.h')
-rw-r--r-- | sound/soc/amd/renoir/rn_acp3x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/amd/renoir/rn_acp3x.h b/sound/soc/amd/renoir/rn_acp3x.h index 6e1888167fb3..75228e306e0b 100644 --- a/sound/soc/amd/renoir/rn_acp3x.h +++ b/sound/soc/amd/renoir/rn_acp3x.h @@ -7,6 +7,7 @@ #include "rn_chip_offset_byte.h" +#define ACP_DEVS 3 #define ACP_PHY_BASE_ADDRESS 0x1240000 #define ACP_REG_START 0x1240000 #define ACP_REG_END 0x1250200 |