Re: [PATCH 2/4] ASoC: ti: omap3pandora: remove
Andreas Kemnade <[email protected]>
| Newsgroups | org.kernel.vger.linux-omap,org.kernel.vger.linux-kernel,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 03 Jun 2026 14:09:23 +0200 Sascha Hauer <[email protected]> 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 <[email protected]> > --- > 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