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=-2.2 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 3F869CA9EBD for ; Fri, 25 Oct 2019 14:36:49 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 6C95121D71 for ; Fri, 25 Oct 2019 14:36:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="M/WF5OcG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6C95121D71 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org 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 1AF001822; Fri, 25 Oct 2019 16:35:56 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 1AF001822 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1572014206; bh=4Ps/e8TsEy5DshJiaOb0fLf/LrLApHFkBWDta/YgUC8=; h=To:References:From:Date:In-Reply-To:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=M/WF5OcGv6ITAA8/nqlbhFzqsq/gXRVQdhUV1vvj1OBBYJTt8N3EKE+pNkiIpqoun /e6TIT4fkP+anSarER0GDwRnyajdRQ2W8vm0dgAxi3K1CAEDQq4udHcS86BkJr4uHT xW8fBF4qMfx6MN8hvKeDM2KiCWQ8tUkb2PO+TdaA= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 9F62FF80112; Fri, 25 Oct 2019 16:35:55 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 6AD2AF80393; Fri, 25 Oct 2019 16:35:54 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 06337F80112 for ; Fri, 25 Oct 2019 16:35:50 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 06337F80112 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2019 07:35:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,228,1569308400"; d="scan'208";a="223938126" Received: from bnail-mobl.amr.corp.intel.com (HELO [10.252.140.167]) ([10.252.140.167]) by fmsmga004.fm.intel.com with ESMTP; 25 Oct 2019 07:35:48 -0700 To: Jaroslav Kysela , Kai Vehmanen References: <20191025123038.19728-1-perex@perex.cz> <6b59a565-faf7-2b70-4e04-546a5ba507c3@perex.cz> From: Pierre-Louis Bossart Message-ID: <432032a3-26f1-bd58-278b-54f4f6ebe3e4@linux.intel.com> Date: Fri, 25 Oct 2019 09:35:47 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <6b59a565-faf7-2b70-4e04-546a5ba507c3@perex.cz> Content-Language: en-US Cc: Takashi Iwai , ALSA development , Mark Brown Subject: Re: [alsa-devel] [PATCH] ASoC: change 'HDMI/DP, pcm=' to 'HDMI/DP, pcm=' Jack control names 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: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On 10/25/19 9:04 AM, Jaroslav Kysela wrote: > Dne 25. 10. 19 v 14:44 Kai Vehmanen napsal(a): >> Hi, >> >> On Fri, 25 Oct 2019, Jaroslav Kysela wrote: >> >>> There is an inconsistency in the names for the HDMI/DP Jack control >>> names between some ASoC drivers and the HDA HDMI driver which >>> introduced this naming in 2011. >> >> this will break a lot of existing devices that are using out-of-tree UCM >> files, so I'm not sure this is worth the effort. > > I don't agree. The out-of-tree UCMs should go to upstream anyway, except > that they are unusable for the standard users. Isn't there a problem due to UCM extensions as well? I vaguely recall having to modify the Cherrytrail UCMs I took from the Chrome adhd repository since the parsing wouldn't work with the standard alsa-lib. _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel