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 3C7E2C4332F for ; Wed, 16 Feb 2022 02:26:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343743AbiBPC0f (ORCPT ); Tue, 15 Feb 2022 21:26:35 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:34812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243209AbiBPC0d (ORCPT ); Tue, 15 Feb 2022 21:26:33 -0500 Received: from mail-oo1-xc2a.google.com (mail-oo1-xc2a.google.com [IPv6:2607:f8b0:4864:20::c2a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 562F2DBD04 for ; Tue, 15 Feb 2022 18:26:22 -0800 (PST) Received: by mail-oo1-xc2a.google.com with SMTP id o128-20020a4a4486000000b003181707ed40so884437ooa.11 for ; Tue, 15 Feb 2022 18:26:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=7BR1l6XFZ325W/fTS1Iwv6NfRMJK9vX4L6V6SwCI0wE=; b=iNfOoboSPQY0xx/g5HNfNm5DFNXAD1PIAGiZXi8QKrtU+wiD4Um+Fb4HFiRtEDAWM8 iF0Y8iyrPr8IEvjgLPPoHeiOp0oLN5aRs/c6aWAyeUwmQ0OYF6c76HXOQchvAKocpMM/ CKg37Vq3gWktBZPRw1CK2cmLzJZmjir6uNr0Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=7BR1l6XFZ325W/fTS1Iwv6NfRMJK9vX4L6V6SwCI0wE=; b=RvG4vX5bzt+EQKIKSPQL9INCPZ0UkFTAM1Z1EyQwXU2TGS5+jNic7Bfv0E0wZsD47K MZlFalscJwk1s2gj5oiuRNiuOnpBY71ulX8RNXHpXWzW5j7XcyciAldUl9Bv1arzVHA+ W/wwGuAohtPi2+3qW1WEwTrXjW+ZvE58uCofWLZviTshhaGnzyzou8NrrlBxeKVpETka yl6DHnbtM7QkRRBKBB5jCaFIk9XFsitTQH8hIMNwvtpQ8ULsRYV5jwa+A/UgnOJxRW4b VhyvEu1PNsv9r8z2hzjxlzS4+w8xT5n7xF2BjXR71BUblbE7KPUtT+aqxGUbhLRCoPUJ hMbA== X-Gm-Message-State: AOAM532pmhPX7aLgEK6RbAUFN9uXLMPxGVup6xcav/I51lWP+B3JeCTz Nsu/s61mjBvuQuR+iWgLunor9wYSVLiMp0M7RWbIng== X-Google-Smtp-Source: ABdhPJzKrEq9Wnux2sFV/6iNTo2G3nGrxvVpzAQBZk2YsT+qr7Mn8LoHUl823zFOqdCk7jrYIz2NGtSrvCYuat44Sc4= X-Received: by 2002:a05:6870:631a:b0:d1:7d97:806 with SMTP id s26-20020a056870631a00b000d17d970806mr293109oao.8.1644978381692; Tue, 15 Feb 2022 18:26:21 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Tue, 15 Feb 2022 18:26:21 -0800 MIME-Version: 1.0 In-Reply-To: <1644621822-25407-1-git-send-email-quic_khsieh@quicinc.com> References: <1644621822-25407-1-git-send-email-quic_khsieh@quicinc.com> From: Stephen Boyd User-Agent: alot/0.10 Date: Tue, 15 Feb 2022 18:26:21 -0800 Message-ID: Subject: Re: [PATCH] drm/msm: populate intf_audio_select() base on hardware capability To: Kuogee Hsieh , agross@kernel.org, airlied@linux.ie, bjorn.andersson@linaro.org, daniel@ffwll.ch, dmitry.baryshkov@linaro.org, robdclark@gmail.com, sean@poorly.run, vkoul@kernel.org Cc: quic_abhinavk@quicinc.com, quic_aravindh@quicinc.com, freedreno@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Kuogee Hsieh (2022-02-11 15:23:42) > intf_audio_select() callback function use to configure > HDMI_DP_CORE_SELECT to decide audio output routes to HDMI or DP > interface. HDMI is obsoleted at newer chipset. To keep supporting > legacy hdmi application, intf_audio_select call back function have > to be populated base on hardware chip capability where legacy > chipsets have has_audio_select flag set to true. > > Signed-off-by: Kuogee Hsieh > --- Reviewed-by: Stephen Boyd