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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F3408C43334 for ; Mon, 27 Jun 2022 09:53:30 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 0F331E0E; Mon, 27 Jun 2022 11:52:39 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 0F331E0E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1656323609; bh=2/gDrUTu6L5xIMpIRFFxM1ZD3r+X4pClBcxRNbhDrJs=; h=Date:From:To:Subject:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=Ye5a1Gn4k79yqlASW+TR/cceXjI13X1eYfIJNlUAxl1Ze3EUN/6mtwTK/11+JSmDU evBJED8NQpRCPRFTLIon3YHchEE2kSQBHi59qQ0eDHlt6TfpPz7Tb0kiy1kawkJLEf kvzo0AM25qiuvZ/dgkh//rBoBfS3R0u+tak6jiOs= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id A6418F8012F; Mon, 27 Jun 2022 11:52:38 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 6E386F80128; Mon, 27 Jun 2022 11:52:37 +0200 (CEST) Received: from muru.com (muru.com [72.249.23.125]) by alsa1.perex.cz (Postfix) with ESMTP id 8F3C1F80128 for ; Mon, 27 Jun 2022 11:52:29 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 8F3C1F80128 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id C356D8106; Mon, 27 Jun 2022 09:47:16 +0000 (UTC) Date: Mon, 27 Jun 2022 12:52:25 +0300 From: Tony Lindgren To: Grazvydas Ignotas Subject: Pandora audio using machine_is_omap3_pandora() check Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: "H. Nikolaus Schaller" , alsa-devel@alsa-project.org, Mark Brown , Arnd Bergmann , linux-omap@vger.kernel.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" 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? Regards, Tony 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 91962C43334 for ; Mon, 27 Jun 2022 09:52:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234181AbiF0Jwj (ORCPT ); Mon, 27 Jun 2022 05:52:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41186 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233494AbiF0Jw2 (ORCPT ); Mon, 27 Jun 2022 05:52:28 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8E9D763FC for ; Mon, 27 Jun 2022 02:52:27 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id C356D8106; Mon, 27 Jun 2022 09:47:16 +0000 (UTC) Date: Mon, 27 Jun 2022 12:52:25 +0300 From: Tony Lindgren To: Grazvydas Ignotas Cc: Arnd Bergmann , Mark Brown , "H. Nikolaus Schaller" , alsa-devel@alsa-project.org, linux-omap@vger.kernel.org Subject: Pandora audio using machine_is_omap3_pandora() check Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org 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? Regards, Tony