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 DBB11C77B7A for ; Tue, 16 May 2023 08:40:59 +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 2C1E0820; Tue, 16 May 2023 10:40:07 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 2C1E0820 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1684226457; bh=+ojXbLsKu7Z1jJDl9vKOzG228kGizJ2knQUihDwRXn4=; h=Date:From:To:Cc:Subject:In-Reply-To:List-Id:List-Archive: List-Help:List-Owner:List-Post:List-Subscribe:List-Unsubscribe: From; b=aWZpEdRZxyLMe91hkIjNYbBNW30WHKZchYSS7ynfwgA3VE/oxudreXlbbmkkAztSW s1eHZb3xcM4BlVo53/BYXGVO5A/u60YT+esaG8FrANMlgvZ9KJZKsYbwjVQW0njUbO gZDxOx9DB6aW5f3J3rFt6mUM4ZfpkYjdtNiXR1Is= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 8A8D4F80548; Tue, 16 May 2023 10:39:42 +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 A24C1F80272; Tue, 16 May 2023 10:39:41 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id A845EF80272; Tue, 16 May 2023 10:39:35 +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 72A9CF80087 for ; Tue, 16 May 2023 10:39:32 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 72A9CF80087 Received: from ugly.fritz.box (localhost [127.0.0.1]) by bluemchen.kde.org (Postfix) with ESMTP id B95B523FEE; Tue, 16 May 2023 04:39:29 -0400 (EDT) Received: by ugly.fritz.box (masqmail 0.3.4, from userid 1000) id 1pyqDR-oy3-00; Tue, 16 May 2023 10:39:29 +0200 Date: Tue, 16 May 2023 10:39:29 +0200 From: Oswald Buddenhagen To: tiwai@suse.de Cc: alsa-devel@alsa-project.org Subject: Re: [PATCH v2 0/7] ALSA: emu10k1: various improvements to the DSP-based mixer code Message-ID: Mail-Followup-To: tiwai@suse.de, alsa-devel@alsa-project.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <877ct9pdeb.wl-tiwai@suse.de> Message-ID-Hash: KSBI7URK6DVJYE4X7HE2GBOR2OOKZIIV X-Message-ID-Hash: KSBI7URK6DVJYE4X7HE2GBOR2OOKZIIV 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: > Applied all seven patches now. Thanks. > the last patch ("enable bit-exact playback, part 2: voice attenuation") seems to have got lost. regards