From patchwork Fri May 7 13:11:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 432157 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=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS autolearn=ham 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 7A37AC433B4 for ; Fri, 7 May 2021 13:13:11 +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 EA47561466 for ; Fri, 7 May 2021 13:13:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EA47561466 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.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 BD1F985D; Fri, 7 May 2021 15:12:17 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz BD1F985D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1620393187; bh=65F8puvwFX8D9ztG8a5TNnRq/ofEbfF6w5kZNfGyUTA=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=ncDd4bIRhsS7hul+4cwNHKRlGcB8GnWZHbCJLXEXbNVq3043ujQ4siYIxHNJmwot0 I1nuFz5xLerS7wi1zB13awzZKFFmJXbT3BDrN4prd1JK8aHYD/7EELXRCRvRtzQ106 /6Lnnop7rerZHuNDNo+PoMjGscfzS0iauaOF//mM= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 63441F80279; Fri, 7 May 2021 15:11:55 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 8E09AF80279; Fri, 7 May 2021 15:11:53 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) (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 0C0F8F80268 for ; Fri, 7 May 2021 15:11:45 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 0C0F8F80268 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="U5Ggfx4c" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1620393104; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=C03uMC8a/jUKZ6fldT3S86p12e1l3qpY6Lq27009iYo=; b=U5Ggfx4ccK3Rl5IVgWoFxHnUsbWtlmIazTjcHLhaVZ3oJA321fszu4h2/NEcN+3d206wlv vuJHygr8BAwO7jEQWHsB5mW+w0NKf3anJNOKNDBIy0woxVm4CuS8uNuP5blOnSWoGNvg3N q8m518kL44wIy43hEaYW/azHz/7OKgI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-551-sn58bbZjMWWSnGiVrExaFQ-1; Fri, 07 May 2021 09:11:42 -0400 X-MC-Unique: sn58bbZjMWWSnGiVrExaFQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AFE8C107ACE3; Fri, 7 May 2021 13:11:41 +0000 (UTC) Received: from x1.localdomain.com (ovpn-113-54.ams2.redhat.com [10.36.113.54]) by smtp.corp.redhat.com (Postfix) with ESMTP id 971725C255; Fri, 7 May 2021 13:11:40 +0000 (UTC) From: Hans de Goede To: Jaroslav Kysela Subject: [PATCH alsa-ucm-conf 0/3] byt/cht: Add support for controlling mute LEDs using the new snd_ctl_led kmod Date: Fri, 7 May 2021 15:11:36 +0200 Message-Id: <20210507131139.10231-1-hdegoede@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=hdegoede@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Cc: Hans de Goede , alsa-devel@alsa-project.org, Pierre-Louis Bossart , Bard Liao 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 All, This series adds support for controlling spk/mic mute LEDs one some Bay- and Cherry-Trail devices using the new snd_ctl_led kmod functionality. This requires the latest alsa-lib and alsa-utils git code and when running on Fedora it also requires putting selinux in permissive mode for now. I've filed a bug against the selinux-policy to get this fixed: https://bugzilla.redhat.com/show_bug.cgi?id=1958210 Note the first patch is mostly unrelated, it is a resend of an earlier patch which seems to have fallen through the cracks. Regards, Hans Hans de Goede (3): cht-bsw-rt5672: Add support for the components string cht-bsw-rt5672: Add support for controlling speaker- and mic-mute LEDs bytcr-rt5640: Add support for controlling a speaker-mute LED ucm2/bytcr-rt5640/bytcr-rt5640.conf | 6 ++++ ucm2/cht-bsw-rt5672/HiFi.conf | 37 +++++++++++++++++++++++-- ucm2/cht-bsw-rt5672/cht-bsw-rt5672.conf | 6 ++++ 3 files changed, 47 insertions(+), 2 deletions(-)