From: Venkata Prasad Potturu Date: Tue, 3 Sep 2024 11:34:20 +0000 (+0530) Subject: ASoC: amd: acp: Update pcm hardware capabilities for acp7.0 platform X-Git-Tag: v6.12-rc1~169^2~1^2~36^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a040cc5579708a327b2d82caa26ab9a02623343;p=thirdparty%2Fkernel%2Flinux.git ASoC: amd: acp: Update pcm hardware capabilities for acp7.0 platform Update pcm hardware capabilities for acp7.0 platform. Signed-off-by: Venkata Prasad Potturu Link: https://patch.msgid.link/20240903113427.182997-6-venkataprasad.potturu@amd.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/amd/acp/acp-platform.c b/sound/soc/amd/acp/acp-platform.c index 238b4f648f447..55573bdd5ef4a 100644 --- a/sound/soc/amd/acp/acp-platform.c +++ b/sound/soc/amd/acp/acp-platform.c @@ -235,6 +235,7 @@ static int acp_dma_open(struct snd_soc_component *component, struct snd_pcm_subs chip = dev_get_platdata(dev); switch (chip->acp_rev) { case ACP63_DEV: + case ACP70_DEV: if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) runtime->hw = acp6x_pcm_hardware_playback; else