Re: [PATCH 2/4] ASoC: ti: omap3pandora: remove

From: Andreas Kemnade

Date: Wed Jun 03 2026 - 10:09:42 EST


On Wed, 03 Jun 2026 14:09:23 +0200
Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> wrote:

> The omap3pandora driver entirely depends on machine_is_omap3_pandora().
> Pandora has been converted to device tree:
>
> 7fcf7e061edd3 ("ARM: OMAP2+: Remove legacy booting support for Pandora")
>
> Since then machine_is_omap3_pandora() always expands to 0. Remove the
> long unused driver.
>
> Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
> ---
> sound/soc/ti/Kconfig | 9 --
> sound/soc/ti/Makefile | 2 -
> sound/soc/ti/omap3pandora.c | 290 --------------------------------------------
> 3 files changed, 301 deletions(-)
>
On the first glance, this looks ok... but
I know there was work undergone in converting this to devicetree but it
appeared not upstream.

So
Grond, hns: What are your plans in this? You are effectively maintaining this
out-of-mainline. What are your upstreaming plans?

Do we need this kind of glue anyway? Or can we use some of the
audio-graph-card stuff instead to wire up things?

Regards,
Andreas