From patchwork Fri May 26 10:16:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oswald Buddenhagen X-Patchwork-Id: 13256734 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 DE933C77B7C for ; Fri, 26 May 2023 10:19:43 +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 89A94827; Fri, 26 May 2023 12:18:51 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 89A94827 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1685096381; bh=is9iqdGnFYokUrQg6z1zqIAOIFX4cSxtTRc4F+mlH5s=; h=From:To:Cc:Subject:Date:List-Id:List-Archive:List-Help:List-Owner: List-Post:List-Subscribe:List-Unsubscribe:From; b=gnBLHItc+CNY1/ahuOIbLEnPeP2+ey6alMvBhFVxxVaJnyzjsl9o855anJyeOJ/73 jGkjIpmnmZjmwnSJ2TCZF41unluotCuk+jLptygztuPcgRhqGXg64Sc+6J3Qte+4tO 97Q3qZVfTFaOpKcBcIzrlPpoxAGRfbyWU6P0QVBY= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 9D705F805A0; Fri, 26 May 2023 12:17:21 +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 367C6F805A8; Fri, 26 May 2023 12:17:21 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 2C4C8F80568; Fri, 26 May 2023 12:17:14 +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 60175F80548 for ; Fri, 26 May 2023 12:17:05 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 60175F80548 Received: from ugly.fritz.box (localhost [127.0.0.1]) by bluemchen.kde.org (Postfix) with ESMTP id BF13220010; Fri, 26 May 2023 06:16:59 -0400 (EDT) Received: by ugly.fritz.box (masqmail 0.3.4, from userid 1000) id 1q2UVH-pwG-00; Fri, 26 May 2023 12:16:59 +0200 From: Oswald Buddenhagen To: alsa-devel@alsa-project.org Cc: Takashi Iwai , Jaroslav Kysela Subject: [PATCH 0/6] ALSA: emu10k1: improvements related to the driver's procfs Date: Fri, 26 May 2023 12:16:53 +0200 Message-Id: <20230526101659.437969-1-oswald.buddenhagen@gmx.de> X-Mailer: git-send-email 2.40.0.152.g15d061e6df MIME-Version: 1.0 Message-ID-Hash: LVNR2SNFFVLDJBLTQSZYBAMOLEWBQNJC X-Message-ID-Hash: LVNR2SNFFVLDJBLTQSZYBAMOLEWBQNJC 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: FIXME: the last commit is still being tested; something appears fishy. 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 include/sound/emu10k1.h | 11 + sound/pci/emu10k1/emufx.c | 87 ++++--- sound/pci/emu10k1/emuproc.c | 440 ++++++++++++++++++++++-------------- sound/pci/emu10k1/io.c | 28 ++- 4 files changed, 362 insertions(+), 204 deletions(-)