From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE884C433EF for ; Mon, 27 Jun 2022 13:54:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236391AbiF0NyG (ORCPT ); Mon, 27 Jun 2022 09:54:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236375AbiF0NyF (ORCPT ); Mon, 27 Jun 2022 09:54:05 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9276C643F for ; Mon, 27 Jun 2022 06:54:00 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 634648106; Mon, 27 Jun 2022 13:48:49 +0000 (UTC) Date: Mon, 27 Jun 2022 16:53:58 +0300 From: Tony Lindgren To: "H. Nikolaus Schaller" Cc: Grazvydas Ignotas , Arnd Bergmann , Mark Brown , alsa-devel@alsa-project.org, linux-omap , Stefan Leichter , Grond , Discussions about the Letux Kernel Subject: Re: Pandora audio using machine_is_omap3_pandora() check Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * H. Nikolaus Schaller [220627 11:36]: > Hi Tony, > > > Am 27.06.2022 um 11:52 schrieb Tony Lindgren : > > > > Hi Grazvydas, > > > > Arnd noticed that pandora audio is using machine_is_omap3_pandora() check > > that never succeeds for devicetree booting machines. Looks like this has > > been broken at some point many years ago with the devicetree conversion. > > > > Does anybody have an interest in fixing this driver? > > we already have fixes by Stefan Leichter and Grond here (incl. removing any call to machine_is_omap3_pandora): > > https://git.goldelico.com/?p=letux-kernel.git;a=shortlog;h=refs/heads/letux/sound-soc OK :) > But I don't know who can volunteer to run this series through the upstreaming discussions > and do regression tests (AFAIR the Pandora of Grond is broken and he has no replacement). Probably best that Stefan and Grond do it :) Not sure what the minimal fix for the mainline kernel might be to get things at least try to probe. Regards, Tony