From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: Ajye Huang <ajye_huang@compal.corp-partner.google.com>,
linux-kernel@vger.kernel.org
Cc: Mark Brown <broonie@kernel.org>,
Bard Liao <yung-chuan.liao@linux.intel.com>,
Peter Ujfalusi <peter.ujfalusi@linux.intel.com>,
Liam Girdwood <liam.r.girdwood@linux.intel.com>,
Akihiko Odaki <akihiko.odaki@gmail.com>,
Yong Zhi <yong.zhi@intel.com>,
ye xingchen <ye.xingchen@zte.com.cn>,
"balamurugan . c" <balamurugan.c@intel.com>,
Libin Yang <libin.yang@intel.com>,
Jaroslav Kysela <perex@perex.cz>,
Ranjani Sridharan <ranjani.sridharan@linux.intel.com>,
Cezary Rojewski <cezary.rojewski@intel.com>,
David Lin <CTLIN0@nuvoton.com>, Brent Lu <brent.lu@intel.com>,
Takashi Iwai <tiwai@suse.com>,
Terry Cheong <htcheong@chromium.org>,
Kai Vehmanen <kai.vehmanen@linux.intel.com>,
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
Gongjun Song <gongjun.song@intel.com>,
Arnd Bergmann <arnd@arndb.de>, apoorv <apoorv@intel.com>,
alsa-devel@alsa-project.org
Subject: Re: [PATCH v1] ASoC: Intel: Add rpl_nau8318_8825 driver
Date: Mon, 14 Aug 2023 08:48:38 -0500 [thread overview]
Message-ID: <6c05170c-046f-84af-bed1-7c11801b938a@linux.intel.com> (raw)
In-Reply-To: <20230804085648.3721416-1-ajye_huang@compal.corp-partner.google.com>
On 8/4/23 03:56, Ajye Huang wrote:
> Boards were using this in older kernels before adl and rpl ids were
> split. Add this back to maintain support.
>
> Signed-off-by: Ajye Huang <ajye_huang@compal.corp-partner.google.com>
Sorry, missed this.
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
> ---
> sound/soc/intel/boards/sof_nau8825.c | 10 ++++++++++
> sound/soc/intel/common/soc-acpi-intel-rpl-match.c | 12 ++++++++++++
> 2 files changed, 22 insertions(+)
>
> diff --git a/sound/soc/intel/boards/sof_nau8825.c b/sound/soc/intel/boards/sof_nau8825.c
> index 4fc6e1c6aef3..46b7ecf6f9f1 100644
> --- a/sound/soc/intel/boards/sof_nau8825.c
> +++ b/sound/soc/intel/boards/sof_nau8825.c
> @@ -684,6 +684,16 @@ static const struct platform_device_id board_ids[] = {
> SOF_BT_OFFLOAD_SSP(2) |
> SOF_SSP_BT_OFFLOAD_PRESENT),
> },
> + {
> + .name = "rpl_nau8318_8825",
> + .driver_data = (kernel_ulong_t)(SOF_NAU8825_SSP_CODEC(0) |
> + SOF_SPEAKER_AMP_PRESENT |
> + SOF_NAU8318_SPEAKER_AMP_PRESENT |
> + SOF_NAU8825_SSP_AMP(1) |
> + SOF_NAU8825_NUM_HDMIDEV(4) |
> + SOF_BT_OFFLOAD_SSP(2) |
> + SOF_SSP_BT_OFFLOAD_PRESENT),
> + },
> { }
> };
> MODULE_DEVICE_TABLE(platform, board_ids);
> diff --git a/sound/soc/intel/common/soc-acpi-intel-rpl-match.c b/sound/soc/intel/common/soc-acpi-intel-rpl-match.c
> index 4eefdb2dd45c..1dd699181765 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-rpl-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-rpl-match.c
> @@ -351,6 +351,11 @@ static const struct snd_soc_acpi_codecs rpl_rt1019p_amp = {
> .codecs = {"RTL1019"}
> };
>
> +static const struct snd_soc_acpi_codecs rpl_nau8318_amp = {
> + .num_codecs = 1,
> + .codecs = {"NVTN2012"}
> +};
> +
> struct snd_soc_acpi_mach snd_soc_acpi_intel_rpl_machines[] = {
> {
> .comp_ids = &rpl_rt5682_hp,
> @@ -373,6 +378,13 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_rpl_machines[] = {
> .quirk_data = &rpl_max98373_amp,
> .sof_tplg_filename = "sof-rpl-max98373-nau8825.tplg",
> },
> + {
> + .id = "10508825",
> + .drv_name = "rpl_nau8318_8825",
> + .machine_quirk = snd_soc_acpi_codec_list,
> + .quirk_data = &rpl_nau8318_amp,
> + .sof_tplg_filename = "sof-rpl-nau8318-nau8825.tplg",
> + },
> {
> .comp_ids = &rpl_rt5682_hp,
> .drv_name = "rpl_rt1019_rt5682",
next prev parent reply other threads:[~2023-08-14 14:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-04 8:56 Ajye Huang
2023-08-14 2:55 ` Ajye Huang
2023-08-14 13:48 ` Pierre-Louis Bossart [this message]
2023-08-15 18:09 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6c05170c-046f-84af-bed1-7c11801b938a@linux.intel.com \
--to=pierre-louis.bossart@linux.intel.com \
--cc=CTLIN0@nuvoton.com \
--cc=ajye_huang@compal.corp-partner.google.com \
--cc=akihiko.odaki@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=apoorv@intel.com \
--cc=arnd@arndb.de \
--cc=balamurugan.c@intel.com \
--cc=brent.lu@intel.com \
--cc=broonie@kernel.org \
--cc=cezary.rojewski@intel.com \
--cc=gongjun.song@intel.com \
--cc=htcheong@chromium.org \
--cc=kai.vehmanen@linux.intel.com \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=liam.r.girdwood@linux.intel.com \
--cc=libin.yang@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=peter.ujfalusi@linux.intel.com \
--cc=ranjani.sridharan@linux.intel.com \
--cc=tiwai@suse.com \
--cc=ye.xingchen@zte.com.cn \
--cc=yong.zhi@intel.com \
--cc=yung-chuan.liao@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®