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 56E8DC4332F for ; Fri, 7 Oct 2022 06:53:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229788AbiJGGxm (ORCPT ); Fri, 7 Oct 2022 02:53:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229773AbiJGGxj (ORCPT ); Fri, 7 Oct 2022 02:53:39 -0400 Received: from mail-vs1-xe2f.google.com (mail-vs1-xe2f.google.com [IPv6:2607:f8b0:4864:20::e2f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 931676C946 for ; Thu, 6 Oct 2022 23:53:36 -0700 (PDT) Received: by mail-vs1-xe2f.google.com with SMTP id u189so4159162vsb.4 for ; Thu, 06 Oct 2022 23:53:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=Xo2HAOYWApt+uBnXx1ssfbK0iPppR/25ymQTC0xAXAY=; b=JqjrXPjPsngbq+RcrzuUTIY8ga2SZlf62d7n4LPwSRbYkPOjKdzJVK9Yh05TfEwj/R 7KU63wO7WquwOHU9t61Rd/PpM3UBv+DLB+aLOD+/9DsZjVcpGunquOEq/NZDL61xnN7w yWgX4k1DzhojDIZdZzRyknUNl7EYQi7PgrQE0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Xo2HAOYWApt+uBnXx1ssfbK0iPppR/25ymQTC0xAXAY=; b=yDUgopM0jhOSjvbwWNSsivyx9YK8KbHM96Y9YaiWp63JiX4McP74izh3IDxujpqlJ8 iMdb9qcDy+OReHGLMPe40MkbeVQ2SVAl//RrWD9PnxJ9EaQdKfaOGolO4osov1fwV6+L 1+tUSZW4bJv58wCXnP4lZ9WyeBHFsMUrDypkE4q1Gdvmh9Yh8dLr29x8PczDTLBMxZIz 3IMFLI+mLkg2AnJk8lzry3GU93h/fOEeWgb0vgoMms/2e1ctBHNfq7GIMWcjuHSujD+E BFU2vYy8FDTuftecXow21IfDuvVoa/MUcAXOy+7gNtx9BqhSu3cPm++ZUwGMEOw/tJSp HHZw== X-Gm-Message-State: ACrzQf1+31bb4ZihgFo/datEaVNw9LIgHOg/KUcTJ7UPIhG8nHy8VFFc 4Cwx+AbEwMJloxUURZJCN259qpGuXRNGu423u34UCA== X-Google-Smtp-Source: AMsMyM5Bw7v+A7dz3X1bKXBiH9oshzG1ksFfuTHCWJGnWw050D4ZbNIRgRKapqRJXmh/punzxW+3VR1+ooXCzzsT1Zg= X-Received: by 2002:a05:6102:3ed5:b0:386:91a5:a246 with SMTP id n21-20020a0561023ed500b0038691a5a246mr2272190vsv.26.1665125615320; Thu, 06 Oct 2022 23:53:35 -0700 (PDT) MIME-Version: 1.0 References: <20221006212528.103790-1-nfraprado@collabora.com> <20221006212528.103790-5-nfraprado@collabora.com> In-Reply-To: <20221006212528.103790-5-nfraprado@collabora.com> From: Chen-Yu Tsai Date: Fri, 7 Oct 2022 14:53:24 +0800 Message-ID: Subject: Re: [PATCH v2 4/5] arm64: dts: mediatek: asurada: Enable audio support To: =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= Cc: Matthias Brugger , kernel@collabora.com, AngeloGioacchino Del Regno , Krzysztof Kozlowski , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 7, 2022 at 5:25 AM N=C3=ADcolas F. R. A. Prado wrote: > > Enable audio support for the Asurada platform. This consists of the > machine sound card, the rt1015p codec for the speakers, the rt5682 codec > for the headset, and the dmic codec for the internal microphone. > > HDMI audio support is left out for now since the DisplayPort chip > required isn't enabled yet. > > Signed-off-by: N=C3=ADcolas F. R. A. Prado Tested-by: Chen-Yu Tsai However the UCM you linked to in the cover letter didn't seem to work correctly.