From: Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>
To: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org, Rob Herring <robh@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
devicetree@vger.kernel.org, Takashi Iwai <tiwai@suse.com>,
Liam Girdwood <lgirdwood@gmail.com>,
linux-sound@vger.kernel.org, Russell King <linux@armlinux.org.uk>,
Chancel Liu <chancel.liu@nxp.com>,
linux-arm-kernel@lists.infradead.org,
Jaroslav Kysela <perex@perex.cz>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Vladimir Zapolskiy <vz@mleia.com>,
linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: Re: [Patch v2 1/2] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs
Date: Fri, 14 Jun 2024 18:46:46 +0200 [thread overview]
Message-ID: <CAG+cZ05KomezPn0bAuZWrfO=rbyLdCU8_Xx11oEihUaD97gF8w@mail.gmail.com> (raw)
In-Reply-To: <Zmxy-xA3YDU06Eht@finisterre.sirena.org.uk>
On Fri, Jun 14, 2024 at 6:42 PM Mark Brown <broonie@kernel.org> wrote:
>
> On Fri, Jun 14, 2024 at 06:24:50PM +0200, Piotr Wojtaszczyk wrote:
> > On Tue, Jun 11, 2024 at 12:36 PM Mark Brown <broonie@kernel.org> wrote:
>
> > > On a quick scan I can't see any architecture dependency for build,
> > > please add an || COMPILE_TEST for improved coverage. As for all the
> > > other things enabled in this Kconfig file there is no need to explicitly
> > > depend on SND_SOC.
>
> > Ok. Later I will add a sound card driver to phytec3250 board which uses
> > arch/arm/configs/lpc32xx_defconfig config file so that the COMPILE_TEST
> > won't be needed.
>
> Why would a defconfig affect the Kconfig?
I guess when lpc32xx_defconfig enables the SND_SOC_FSL_LPC3XXX then the
COMPILE_TEST won't be needed or does it?
--
Piotr Wojtaszczyk
Timesys
next prev parent reply other threads:[~2024-06-14 16:47 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <[PATCH] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs>
2024-06-11 9:47 ` [Patch v2 1/2] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs Piotr Wojtaszczyk
2024-06-11 9:47 ` [Patch v2 2/2] ASoC: dt-bindings: lpc32xx: Add lpc32xx i2s DT binding Piotr Wojtaszczyk
2024-06-11 10:18 ` Krzysztof Kozlowski
2024-06-12 8:02 ` Piotr Wojtaszczyk
2024-06-13 6:11 ` Krzysztof Kozlowski
2024-06-11 10:37 ` Mark Brown
2024-06-11 10:45 ` Krzysztof Kozlowski
2024-06-12 8:06 ` Piotr Wojtaszczyk
2024-06-13 6:11 ` Krzysztof Kozlowski
2024-06-11 11:31 ` Rob Herring (Arm)
2024-06-11 10:15 ` [Patch v2 1/2] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs Krzysztof Kozlowski
2024-06-12 7:48 ` Piotr Wojtaszczyk
2024-06-11 10:36 ` Mark Brown
2024-06-12 7:54 ` Piotr Wojtaszczyk
2024-06-14 16:24 ` Piotr Wojtaszczyk
2024-06-14 16:42 ` Mark Brown
2024-06-14 16:46 ` Piotr Wojtaszczyk [this message]
2024-06-14 16:51 ` Mark Brown
2024-06-14 16:34 ` [PATCH v3 0/4] Add audio support for LPC32XX CPUs Piotr Wojtaszczyk
2024-06-14 16:34 ` [PATCH v3 1/4] ASoC: dt-bindings: lpc32xx: Add lpc32xx i2s DT binding Piotr Wojtaszczyk
2024-06-15 10:01 ` Krzysztof Kozlowski
2024-06-17 9:33 ` Piotr Wojtaszczyk
2024-06-17 12:14 ` Krzysztof Kozlowski
2024-06-17 14:04 ` Piotr Wojtaszczyk
2024-06-17 15:48 ` Krzysztof Kozlowski
2024-06-17 16:30 ` Piotr Wojtaszczyk
2024-06-14 16:34 ` [PATCH v3 2/4] ARM: dts: lpc32xx: Add missing properties for the i2s interfaces Piotr Wojtaszczyk
2024-06-14 16:34 ` [PATCH v3 3/4] ARM: lpc32xx: Add pl08x virtual dma channels for spi and i2s Piotr Wojtaszczyk
2024-06-14 16:34 ` [PATCH v3 4/4] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs Piotr Wojtaszczyk
2024-06-17 19:30 ` Markus Elfring
2024-06-18 7:45 ` Piotr Wojtaszczyk
2024-06-14 16:43 ` [PATCH v3 0/4] Add audio support for LPC32XX CPUs 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='CAG+cZ05KomezPn0bAuZWrfO=rbyLdCU8_Xx11oEihUaD97gF8w@mail.gmail.com' \
--to=piotr.wojtaszczyk@timesys.com \
--cc=alsa-devel@alsa-project.org \
--cc=arnd@arndb.de \
--cc=broonie@kernel.org \
--cc=chancel.liu@nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=perex@perex.cz \
--cc=robh@kernel.org \
--cc=tiwai@suse.com \
--cc=vz@mleia.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;
as well as URLs for NNTP newsgroup(s).