Unverified Commit 7a040cc5 authored by Venkata Prasad Potturu's avatar Venkata Prasad Potturu Committed by Mark Brown
Browse files

ASoC: amd: acp: Update pcm hardware capabilities for acp7.0 platform

parent 13aeb56e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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