mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
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:
parent
7cd04a6ad6
commit
b03cda9156
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user