ASoC: SOF: amd: remove acp_dai_probe() function
authorVijendar Mukunda <Vijendar.Mukunda@amd.com>
Mon, 3 Apr 2023 07:16:42 +0000 (12:46 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 3 Apr 2023 11:15:32 +0000 (12:15 +0100)
commit9eb48aeddd8dcf2defd94a837a65e052576cf42b
tree5bc49aca399861fb92a9da2dd02b40684cb6dc0c
parent56e008146e5b46059c5469a8b47478ab78f5b895
ASoC: SOF: amd: remove acp_dai_probe() function

ACP SOF driver supports different audio configurations.
Explicit condition check for I2S configuration will break
other audio endpoint configurations.

acp_dai_probe() function is not required as we have
machine select logic to select the exact machine.

Remove acp_dai_probe() from existing AMD PCI driver code base.

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/20230403071651.919027-2-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/amd/acp-common.c
sound/soc/sof/amd/acp.h
sound/soc/sof/amd/rembrandt.c
sound/soc/sof/amd/renoir.c