ASoC: amd: ps-mach: remove unused machine

Not used, remove it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://patch.msgid.link/8733z4ce3i.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Kuninori Morimoto 2026-06-03 06:50:09 +00:00 committed by Mark Brown
parent 7cd04a6ad6
commit b03cda9156
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -45,7 +45,6 @@ static struct snd_soc_card acp63_card = {
static int acp63_probe(struct platform_device *pdev)
{
struct acp63_pdm *machine = NULL;
struct snd_soc_card *card;
int ret;
@ -53,7 +52,6 @@ static int acp63_probe(struct platform_device *pdev)
card = platform_get_drvdata(pdev);
acp63_card.dev = &pdev->dev;
snd_soc_card_set_drvdata(card, machine);
ret = devm_snd_soc_register_card(&pdev->dev, card);
if (ret) {
return dev_err_probe(&pdev->dev, ret,