[PATCH v3 0/2] Add Machine driver support for nau8825, max98560 and rt5682s,rt1019

Reddy, V sujith kumar Vsujithkumar.Reddy at amd.com
Mon May 23 15:28:29 CEST 2022


[AMD Official Use Only - General]



________________________________
From: V sujith kumar Reddy <Vsujithkumar.Reddy at amd.com>
Sent: Monday, May 23, 2022 6:53 PM
To: broonie at kernel.org <broonie at kernel.org>; alsa-devel at alsa-project.org <alsa-devel at alsa-project.org>
Cc: Mukunda, Vijendar <Vijendar.Mukunda at amd.com>; Hiregoudar, Basavaraj <Basavaraj.Hiregoudar at amd.com>; Dommati, Sunil-kumar <Sunil-kumar.Dommati at amd.com>; Pandey, Ajit Kumar <AjitKumar.Pandey at amd.com>; Reddy, V sujith kumar <Vsujithkumar.Reddy at amd.com>
Subject: [PATCH v3 0/2] Add Machine driver support for nau8825, max98560 and rt5682s,rt1019

This patch set depends on:
        --gpio patch
        --https://patchwork.kernel.org/project/alsa-devel/patch/20220516160619.17832-1-Vsujithkumar.Reddy@amd.com/
        --https://patchwork.kernel.org/project/alsa-devel/patch/20220516160619.17832-2-Vsujithkumar.Reddy@amd.com/

Resolved  compilation error:

/build/stage/linux/sound/soc/amd/acp/acp-mach-common.c: In function ‘acp_card_nau8825_init’:
/build/stage/linux/sound/soc/amd/acp/acp-mach-common.c:479:15: error: too many arguments to function ‘snd_soc_card_jack_new’
  479 |         ret = snd_soc_card_jack_new(card, "Headset Jack",
      |               ^~~~~~~~~~~~~~~~~~~~~
In file included from /build/stage/linux/include/sound/soc.h:1362,
                 from /build/stage/linux/sound/soc/amd/acp/acp-mach-common.c:20:
/build/stage/linux/include/sound/soc-card.h:18:5: note: declared here
   18 | int snd_soc_card_jack_new(struct snd_soc_card *card, const char *id, int type


>>>Resolved compilation error and pushed v3 patchset
V sujith kumar Reddy (2):
  ASoC: amd: acp: Add support for nau8825 and max98360 card
  ASoC: amd: acp: Add support for rt5682s and rt1019 card with hs
    instance

 sound/soc/amd/acp-config.c          |  30 ++++
 sound/soc/amd/acp/Kconfig           |   1 +
 sound/soc/amd/acp/acp-mach-common.c | 235 ++++++++++++++++++++++++++--
 sound/soc/amd/acp/acp-mach.h        |   3 +
 sound/soc/amd/acp/acp-sof-mach.c    |  30 ++++
 sound/soc/amd/mach-config.h         |   1 +
 6 files changed, 283 insertions(+), 17 deletions(-)

--
2.25.1



More information about the Alsa-devel mailing list