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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9EEBFC433E2 for ; Tue, 21 Jul 2020 21:14:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 78B4620729 for ; Tue, 21 Jul 2020 21:14:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b="FBZxMoMs" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731127AbgGUVOt (ORCPT ); Tue, 21 Jul 2020 17:14:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32926 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730304AbgGUVOs (ORCPT ); Tue, 21 Jul 2020 17:14:48 -0400 Received: from mail-pf1-x444.google.com (mail-pf1-x444.google.com [IPv6:2607:f8b0:4864:20::444]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B185DC061794 for ; Tue, 21 Jul 2020 14:14:48 -0700 (PDT) Received: by mail-pf1-x444.google.com with SMTP id a24so43640pfc.10 for ; Tue, 21 Jul 2020 14:14:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=Uk6YJuT856BNR4iZImXQR7yVi4i1mDik67FAAf4cPZQ=; b=FBZxMoMsxylHjcUvAbhV6gmt7acj3lLOJeUs0rme23xuscRhD6htClpZIjUn8KUD9y rQnb9qIfFNIqnf6DuMVaigHowzFvaponsCjdWoZRaXsEYhqFSEU6CZmj4b5nj0Asua/Q J/PKIHwCeH6HyQauOGtDc0TAtt7ZHRN6I2KJ7bvrsiy98O1LmyQVnsaqV61SKlfD7Xgf MmqjBgglGJ4Cv5dJF/cPTjvviKjfzviRlLx+q2yprJQgm0u520iCHvxend/i4bu311Oz d5ZnFiNLg6SLyfXNhdHgIbm8VZQdscvTWj0zqsK5QKbuU8fJ22Z6mwET+015vmi0B4hL 5IOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Uk6YJuT856BNR4iZImXQR7yVi4i1mDik67FAAf4cPZQ=; b=diuJhdm8Q6DamTIOVKa9NzTqXOvswkaPShDqZNgunC0jawPHb4NlpnxnoF8pWwZPjj MgEHiQUs10wzrGF2aOyaqb9OswH2uFPAeV4SSuHk2ijBPAWfYieLxgfQrsJcJqgw4Nt8 uIv+PyXJGOtukSo+/DAEOlI9dYqYFqVSYKwvxcWxrU8YwkQEUkm4vYbhqvFbHBiakAI+ KjVP2RSoe8TdiFUwm108KCjhRWLKYHbTLxpMEHgZeeaLWqAz+CJtt9tUSRUilk7lT1TS fjrVRoXZfmyafdi/b+0OQKEky8oBqqKpKRihauDc/C0fJ6RQ4U4JVuhEY8XOskZd3kLm rd4w== X-Gm-Message-State: AOAM530qk7FL0BEsoqolYKZ1wnqVsQL54ADvipv28qco7x4Wbtv9eS0K G+mS4ctt1ce3gIPF5ZADPpwz6g== X-Google-Smtp-Source: ABdhPJybylTdnd9qyJY0SEkfZfMZYm9qVAb/EXUZnxUlWpc4ybwM7APQ7Rfpu652uIRJWWkcFky5tg== X-Received: by 2002:a63:457:: with SMTP id 84mr24534756pge.219.1595366088049; Tue, 21 Jul 2020 14:14:48 -0700 (PDT) Received: from localhost (c-71-197-186-152.hsd1.wa.comcast.net. [71.197.186.152]) by smtp.gmail.com with ESMTPSA id gv16sm4208949pjb.5.2020.07.21.14.14.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Jul 2020 14:14:47 -0700 (PDT) From: Kevin Hilman To: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, Christian Hewitt , Mark Rutland , devicetree@vger.kernel.org, Rob Herring , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/2] arm64: dts: meson: add more SM1 soundcards Date: Tue, 21 Jul 2020 14:14:43 -0700 Message-Id: <159536607960.30777.2402620386587255771.b4-ty@baylibre.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200718072532.8427-1-christianshewitt@gmail.com> References: <20200718072532.8427-1-christianshewitt@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 18 Jul 2020 07:25:30 +0000, Christian Hewitt wrote: > This series adds basic support for LPCM audio over HDMI interfaces > to the Khadas VIM3L (reusing the same config as the VIM3) and the > HardKernel ODROID-C4 devices. I'm sure support can be extended to > include other hardware but this gets the HDMI port working as a > minimum capability. I have personally tested with both devices. > > Christian Hewitt (2): > arm64: dts: meson: add audio playback to odroid-c4 > arm64: dts: meson: add audio playback to khadas-vim3l > > [...] Applied, thanks! [1/2] arm64: dts: meson: add audio playback to odroid-c4 commit: 725da67ce4d77540d4d6f7ecc3ac5a885a684716 [2/2] arm64: dts: meson: add audio playback to khadas-vim3l commit: b8b85d01be916a30c9863a5456c218d802e01d97 Best regards, -- Kevin Hilman 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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76429C433FC for ; Tue, 21 Jul 2020 21:16:21 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 44A0D20720 for ; Tue, 21 Jul 2020 21:16:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="aQAEgOBb"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b="FBZxMoMs" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 44A0D20720 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=baylibre.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:To:From: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=zfVqgEkvLLaaNBiJHvPhAWvpROmskW1N1bi6j7UYQIg=; b=aQAEgOBbl/zgHQndBTF6HUEy46 zl1h3UyG3TxhW6go0E8QN0SaIBol4toY982JO12J6O31/v8zbhA4RTKlwhW5EvPxcqfZ2NL74+MAZ o7o3gOR4O3aj6KnbX5WwS5H3kdEIUvKjgjM5gqe3kXyLmPenzRXbi8IftT6ZZGV5+gcbfFmMNXYo8 F7M9F/1tLjGRmNoh0q8Gw9heNm9u1zTgKuDYfsTgglStqJxamIRUf6/ufOq6EuI79x2pKvdhJX7uV XXU5Bgk9+gz7npe8G8gYYJpGkYkwmj8ETNAOfZZkPDTDSQ/wMnqU3+wcU7AISMaAVmDEJyDOBGqff r+o8SMcQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxzbB-0002Qx-Oz; Tue, 21 Jul 2020 21:14:53 +0000 Received: from mail-pf1-x442.google.com ([2607:f8b0:4864:20::442]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxzb8-0002On-C0 for linux-arm-kernel@lists.infradead.org; Tue, 21 Jul 2020 21:14:51 +0000 Received: by mail-pf1-x442.google.com with SMTP id 207so59476pfu.3 for ; Tue, 21 Jul 2020 14:14:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=Uk6YJuT856BNR4iZImXQR7yVi4i1mDik67FAAf4cPZQ=; b=FBZxMoMsxylHjcUvAbhV6gmt7acj3lLOJeUs0rme23xuscRhD6htClpZIjUn8KUD9y rQnb9qIfFNIqnf6DuMVaigHowzFvaponsCjdWoZRaXsEYhqFSEU6CZmj4b5nj0Asua/Q J/PKIHwCeH6HyQauOGtDc0TAtt7ZHRN6I2KJ7bvrsiy98O1LmyQVnsaqV61SKlfD7Xgf MmqjBgglGJ4Cv5dJF/cPTjvviKjfzviRlLx+q2yprJQgm0u520iCHvxend/i4bu311Oz d5ZnFiNLg6SLyfXNhdHgIbm8VZQdscvTWj0zqsK5QKbuU8fJ22Z6mwET+015vmi0B4hL 5IOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Uk6YJuT856BNR4iZImXQR7yVi4i1mDik67FAAf4cPZQ=; b=PT8RqJ1ctmNn38fDZ3+UH9vFq2hUxCrDY4GqXmgaBr3FDLbQf3jez4FQiltNoLtQEI r/EVEl/qQ2WJZEGi7H116lDGWiomP+EWCpaQWbpfRKnNt0yJtCcHXH5VP8QDRX9/xWsR fne9U6V+mp4UINptJNV9PvfTmDdY5Q+lYJg892Y5brRTnBaLPtx2LmATdTX58GB0XRwt zsCvQrvb+V+dFRRJum5axow+S36R7/LjwKxvnET8bNygwffDV22kl4bgZaLm++TBRbf4 LCj5vwqGbYcNPDn+kKuQfwQYaP3QOtH8ufvXpWl1ih/HZV307dkyzEbxhRk2PxSTfcl/ i0tA== X-Gm-Message-State: AOAM5301Jr+4QM0Tu5+Dk1J6pQNDGtXR637p46opdN8A5H9/GbNGP2B6 NT+1jvo5lKEhlrgIZrXtSlUSIA== X-Google-Smtp-Source: ABdhPJybylTdnd9qyJY0SEkfZfMZYm9qVAb/EXUZnxUlWpc4ybwM7APQ7Rfpu652uIRJWWkcFky5tg== X-Received: by 2002:a63:457:: with SMTP id 84mr24534756pge.219.1595366088049; Tue, 21 Jul 2020 14:14:48 -0700 (PDT) Received: from localhost (c-71-197-186-152.hsd1.wa.comcast.net. [71.197.186.152]) by smtp.gmail.com with ESMTPSA id gv16sm4208949pjb.5.2020.07.21.14.14.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Jul 2020 14:14:47 -0700 (PDT) From: Kevin Hilman To: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, Christian Hewitt , Mark Rutland , devicetree@vger.kernel.org, Rob Herring , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/2] arm64: dts: meson: add more SM1 soundcards Date: Tue, 21 Jul 2020 14:14:43 -0700 Message-Id: <159536607960.30777.2402620386587255771.b4-ty@baylibre.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200718072532.8427-1-christianshewitt@gmail.com> References: <20200718072532.8427-1-christianshewitt@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200721_171450_579683_31C7A84B X-CRM114-Status: GOOD ( 11.32 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, 18 Jul 2020 07:25:30 +0000, Christian Hewitt wrote: > This series adds basic support for LPCM audio over HDMI interfaces > to the Khadas VIM3L (reusing the same config as the VIM3) and the > HardKernel ODROID-C4 devices. I'm sure support can be extended to > include other hardware but this gets the HDMI port working as a > minimum capability. I have personally tested with both devices. > > Christian Hewitt (2): > arm64: dts: meson: add audio playback to odroid-c4 > arm64: dts: meson: add audio playback to khadas-vim3l > > [...] Applied, thanks! [1/2] arm64: dts: meson: add audio playback to odroid-c4 commit: 725da67ce4d77540d4d6f7ecc3ac5a885a684716 [2/2] arm64: dts: meson: add audio playback to khadas-vim3l commit: b8b85d01be916a30c9863a5456c218d802e01d97 Best regards, -- Kevin Hilman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2AE09C433E8 for ; Tue, 21 Jul 2020 21:15:11 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E904020720 for ; Tue, 21 Jul 2020 21:15:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="AIXvIalS"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b="FBZxMoMs" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E904020720 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=baylibre.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:To:From: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=O5UdqEJXYgdt9Uzo6HXjTFJ3rXpZMfU2LoYiS9c3gOU=; b=AIXvIalSUlDNnOFAxU93+R9Rjk JvUtZCL4e3VcSdb2KTfVKFLAJZEZgApWtKz9epyRa9dEpCwvOhOi2Wyr5Fx06gZQ5TgAfS31O5159 mWkMje8CdvMPAj1DpLZUF+zd2mexcjOqXjusWA2+jgm7a0/hBLFNLkVLD6C8/XMDQhWz7bgqbBXLj 3UE59XtXr2VUvH3v/1Zgi+hgAye9KmkAbnGk9w73m+HsGVXy+cNPszK0KhiSdZbWiHLaLRr5VoPB/ nXmloFDlcqiq37rsM08LTssWT5ZH8ii5uhON1XaXZoLDzj7Lf1jLFTCDyIFAMD+dAXondiLFccGUt DnQam4gQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxzbA-0002Ql-Uo; Tue, 21 Jul 2020 21:14:52 +0000 Received: from mail-pf1-x441.google.com ([2607:f8b0:4864:20::441]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxzb8-0002Ow-Oz for linux-amlogic@lists.infradead.org; Tue, 21 Jul 2020 21:14:51 +0000 Received: by mail-pf1-x441.google.com with SMTP id m9so66329pfh.0 for ; Tue, 21 Jul 2020 14:14:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=Uk6YJuT856BNR4iZImXQR7yVi4i1mDik67FAAf4cPZQ=; b=FBZxMoMsxylHjcUvAbhV6gmt7acj3lLOJeUs0rme23xuscRhD6htClpZIjUn8KUD9y rQnb9qIfFNIqnf6DuMVaigHowzFvaponsCjdWoZRaXsEYhqFSEU6CZmj4b5nj0Asua/Q J/PKIHwCeH6HyQauOGtDc0TAtt7ZHRN6I2KJ7bvrsiy98O1LmyQVnsaqV61SKlfD7Xgf MmqjBgglGJ4Cv5dJF/cPTjvviKjfzviRlLx+q2yprJQgm0u520iCHvxend/i4bu311Oz d5ZnFiNLg6SLyfXNhdHgIbm8VZQdscvTWj0zqsK5QKbuU8fJ22Z6mwET+015vmi0B4hL 5IOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Uk6YJuT856BNR4iZImXQR7yVi4i1mDik67FAAf4cPZQ=; b=J4qaxQm+s4KRHZZKsWsf/+siyYn396TkSeVC8Y2lA+PWEBomE9MwCGWT474vBck8DP AUzIeDbFeD6x/7YW14kLXB6OgtFZ4HipIpmrnDFAB5BPxq6Ez1ljnzZlJIgvvZPUxhyZ c7nTB8MxnHNNHdW08MhDuFGvp+IN+vd0uZ4dV77PZPWMcyuKnMNzgyu9cDH53QC1brP7 eoQE3yDSyEbUMUfkyirmLlsvizTyZ9ReDz2FxG95JO+NdIn1ZuKlV9lCB+MMJQiu7A12 XWrWKMNTF1uiupIOjFH7nCOpVzxQsk6AOH+oJ7+REUbIdgW8ZqD3FugohZ/aB3WRCVgZ Ra6g== X-Gm-Message-State: AOAM531EaP1QSEvYR/P4ekbEcxpqesyRsn+gKDi8LqlbuOJDevW3p+8R X+0LG+Prtg+wvywAAOM8mXI5VQZiNas3TQ== X-Google-Smtp-Source: ABdhPJybylTdnd9qyJY0SEkfZfMZYm9qVAb/EXUZnxUlWpc4ybwM7APQ7Rfpu652uIRJWWkcFky5tg== X-Received: by 2002:a63:457:: with SMTP id 84mr24534756pge.219.1595366088049; Tue, 21 Jul 2020 14:14:48 -0700 (PDT) Received: from localhost (c-71-197-186-152.hsd1.wa.comcast.net. [71.197.186.152]) by smtp.gmail.com with ESMTPSA id gv16sm4208949pjb.5.2020.07.21.14.14.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Jul 2020 14:14:47 -0700 (PDT) From: Kevin Hilman To: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, Christian Hewitt , Mark Rutland , devicetree@vger.kernel.org, Rob Herring , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/2] arm64: dts: meson: add more SM1 soundcards Date: Tue, 21 Jul 2020 14:14:43 -0700 Message-Id: <159536607960.30777.2402620386587255771.b4-ty@baylibre.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200718072532.8427-1-christianshewitt@gmail.com> References: <20200718072532.8427-1-christianshewitt@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200721_171450_854425_589ECA1C X-CRM114-Status: UNSURE ( 9.71 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org On Sat, 18 Jul 2020 07:25:30 +0000, Christian Hewitt wrote: > This series adds basic support for LPCM audio over HDMI interfaces > to the Khadas VIM3L (reusing the same config as the VIM3) and the > HardKernel ODROID-C4 devices. I'm sure support can be extended to > include other hardware but this gets the HDMI port working as a > minimum capability. I have personally tested with both devices. > > Christian Hewitt (2): > arm64: dts: meson: add audio playback to odroid-c4 > arm64: dts: meson: add audio playback to khadas-vim3l > > [...] Applied, thanks! [1/2] arm64: dts: meson: add audio playback to odroid-c4 commit: 725da67ce4d77540d4d6f7ecc3ac5a885a684716 [2/2] arm64: dts: meson: add audio playback to khadas-vim3l commit: b8b85d01be916a30c9863a5456c218d802e01d97 Best regards, -- Kevin Hilman _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic