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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 87B87C7EE29 for ; Mon, 29 May 2023 09:58:08 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 20FE2206; Mon, 29 May 2023 11:57:16 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 20FE2206 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1685354286; bh=rLHdho8xSHIg6jepucfODzYQ5NVHdqS21xSociSme+E=; h=Date:From:To:Subject:References:In-Reply-To:List-Id:List-Archive: List-Help:List-Owner:List-Post:List-Subscribe:List-Unsubscribe: From; b=NO0nfRYOYNKRr09dhdsRLXlUXURqsmdfghz5kVaDm6dFz5+BgGqeEcWGQUkuzxHGP 0XcZcg9F/1leBZva1KhS0adOEbR13TyTYL4J2ZcM6i0+8QdOAayoRDxy4hD4hfdA7c /j1/OFNjVjy8q36hWHJsHikCsfgEgg1v2GHXS6EI= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 47A94F8055A; Mon, 29 May 2023 11:56:26 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 34999F80551; Mon, 29 May 2023 11:56:26 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id B7B44F8026A; Mon, 29 May 2023 11:56:21 +0200 (CEST) Received: from bluemchen.kde.org (bluemchen.kde.org [209.51.188.41]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 2D1ECF800DF for ; Mon, 29 May 2023 11:56:15 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 2D1ECF800DF Received: from ugly.fritz.box (localhost [127.0.0.1]) by bluemchen.kde.org (Postfix) with ESMTP id EA8D420076 for ; Mon, 29 May 2023 05:56:14 -0400 (EDT) Received: by ugly.fritz.box (masqmail 0.3.4, from userid 1000) id 1q3Zbq-LSC-00 for ; Mon, 29 May 2023 11:56:14 +0200 Date: Mon, 29 May 2023 11:56:14 +0200 From: Oswald Buddenhagen To: alsa-devel@alsa-project.org Subject: Re: [PATCH 0/6] ALSA: emu10k1: improvements related to the driver's procfs Message-ID: References: <20230526101659.437969-1-oswald.buddenhagen@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20230526101659.437969-1-oswald.buddenhagen@gmx.de> Message-ID-Hash: RJ52YATYSPPDETECUP4RRUXUJPT6Z4B4 X-Message-ID-Hash: RJ52YATYSPPDETECUP4RRUXUJPT6Z4B4 X-MailFrom: ossi@kde.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Fri, May 26, 2023 at 12:16:53PM +0200, Oswald Buddenhagen wrote: >FIXME: the last commit is still being tested; something appears fishy. > ignore that; i forgot to amend the description. >Oswald Buddenhagen (6): > ALSA: emu10k1: hide absent 2nd pointer-offset register set from /proc > ALSA: emu10k1: fix writing 1st pointer-offset register set through > /proc > ALSA: emu10k1: actually disassemble DSP instructions in /proc > ALSA: emu10k1: include FX send amounts in /proc output > ALSA: emu10k1: make E-MU FPGA register dump in /proc more useful > ALSA: emu10k1: vastly improve usefulness of info in /proc >