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=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT 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 25998C43331 for ; Thu, 7 Nov 2019 19:21:10 +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 4479B21882 for ; Thu, 7 Nov 2019 19:21:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="Ai36sIVO" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4479B21882 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de 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 06A9D166C; Thu, 7 Nov 2019 20:20:17 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 06A9D166C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1573154467; bh=1DW3bO9lTBvDgRBEBkk7ouT/lgM3qMWh+JXYtOErXws=; h=From:To:Date:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=Ai36sIVOD2Uz/8yx46aeysW//PLLB+a1/IFG6lIYbUKq3Y/Zzr+wu2B/nnPRIO/OU jI2nMt5D/GNwG1HTybWcpudKi5hID9uFnezcxxdbEN4oNdcpd1oup6RsXqwr1s5J4t Kn+uQh8PyqbNHwj1toUg9i7Gk3YU3HlBmUOcrTEQ= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 081B9F80111; Thu, 7 Nov 2019 20:20:16 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id CF991F8049B; Thu, 7 Nov 2019 20:20:13 +0100 (CET) Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 6989DF80111 for ; Thu, 7 Nov 2019 20:20:10 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 6989DF80111 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 01E7EB158 for ; Thu, 7 Nov 2019 19:20:09 +0000 (UTC) From: Takashi Iwai To: alsa-devel@alsa-project.org Date: Thu, 7 Nov 2019 20:20:05 +0100 Message-Id: <20191107192008.32331-1-tiwai@suse.de> X-Mailer: git-send-email 2.16.4 Subject: [alsa-devel] [PATCH 0/3] ALSA: timer: A few more fixes 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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Hi, here is another small patch set for ALSA timer core to plug a slight race window and to clean up. Takashi === Takashi Iwai (3): ALSA: timer: Unify master/slave linking code ALSA: timer: Make snd_timer_close() returning void ALSA: timer: Fix possible race at assigning a timer instance include/sound/timer.h | 6 +- sound/core/seq/seq_timer.c | 18 +++-- sound/core/timer.c | 181 ++++++++++++++++++++++----------------------- 3 files changed, 104 insertions(+), 101 deletions(-) -- 2.16.4 _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel