[PATCH 3/3] ASoC: pxa: integrate sound/arm/pxa2xx into sound/soc/pxa2xx
Arnd Bergmann
arnd at arndb.de
Mon Apr 27 08:58:00 PDT 2026
On Mon, Apr 27, 2026, at 17:52, Andy Shevchenko wrote:
> On Mon, Apr 27, 2026 at 04:46:31PM +0200, Arnd Bergmann wrote:
>
>> The pxa2xx sound library modules are only used by the ASoC driver since
>> commit b094de7810f3 ("ASoC: codec: Remove pxa2xx-ac97.c"), so move the
>> code into the one module that uses as a simpliciation.
>
> Is this part of the series that touches UDC? Btw, the UDC one despite on being
> mentioned as v2 in the changelog still have no versioning in the Subject.
Both patches came out of my work to hide the last users of GPIO numbers
behind CONFIG_GPIO_LEGACY that I first posted last year. A lot of my
patches got merged (or replaced with other work) in the meantime,
so there are only a few drivers and platforms left that won't use
GPIO descriptors any time soon.
> What a lovely change! I would like to give a tag, but see a comment below.
>> +
>> +extern int pxa2xx_soc_pcm_new(struct snd_soc_component *component,
>> + struct snd_soc_pcm_runtime *rtd);
>
> Can we kill 'extern' while at it?
I can change that, though I usually try to minimize changes to
code that I just move around.
Arnd
More information about the linux-arm-kernel
mailing list