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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B803C433FE for ; Tue, 26 Oct 2021 06:12:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E751E60EFF for ; Tue, 26 Oct 2021 06:12:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235206AbhJZGPD (ORCPT ); Tue, 26 Oct 2021 02:15:03 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:41472 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232553AbhJZGPC (ORCPT ); Tue, 26 Oct 2021 02:15:02 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id EF51E21956; Tue, 26 Oct 2021 06:12:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1635228757; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=k9FAe59z3J2EBSRYg2q4NuVEIoCoOcW2NfrBTQ4p9/o=; b=JJXSVpmsUjGJ+x3dDJ9P/ecCTetSh1PLihTccx21wdRMLyz2yB7QcC1ZXSftqx9Jh0LZKx Y74mTZIqR2oFE4SdDXaWutqcwOzS+FyFrODlAaZGW1b91WaFXPdk40BS2RTj1xTAZPsjgs /prQzs6PCjNjdV1TnG4VDm8Le5X+gls= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1635228757; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=k9FAe59z3J2EBSRYg2q4NuVEIoCoOcW2NfrBTQ4p9/o=; b=FVT8gPXXyRfioCtTyhwztGkcH4RbICa9ubdbjG/mjskziYTDRjsLzxI/oOYUZNOmBUMgud emLVptgW8LxjPIDg== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id DCD6DA3B83; Tue, 26 Oct 2021 06:12:37 +0000 (UTC) Date: Tue, 26 Oct 2021 08:12:37 +0200 Message-ID: From: Takashi Iwai To: Johan Hovold Cc: Takashi Iwai , Jaroslav Kysela , alsa-devel@alsa-project.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] sound: fix USB message timeouts In-Reply-To: <20211025121142.6531-1-johan@kernel.org> References: <20211025121142.6531-1-johan@kernel.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Oct 2021 14:11:40 +0200, Johan Hovold wrote: > > A number of drivers throughout the tree were incorrectly specifying USB > message timeout values in jiffies instead of milliseconds. > > This series fixes the two sound drivers that got it wrong. > > Johan > > > Johan Hovold (2): > sound: 6fire: fix control and bulk message timeouts > sound: line6: fix control and interrupt message timeouts Applied both patches now. Thanks! Takashi 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0118C433F5 for ; Tue, 26 Oct 2021 06:13:34 +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 7532061074 for ; Tue, 26 Oct 2021 06:13:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7532061074 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=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 A7C321663; Tue, 26 Oct 2021 08:12:42 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz A7C321663 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1635228812; bh=/px4ezUAQflEYQyhI37EvpJnmoLMfOuR03fqgIOKTAM=; h=Date:From:To:Subject:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=YzjdnU/YCdZi3VnzMxfG2pZtoq4B0byCxx53mQGMxY0mZjgjeXIQN4gY+U8HT+zEi 7vM6n66tzndifLUhXhyLaG95KYGgX9HWocFNGH68YD1pXLNmWzHmMJ+GcrjG2juyxQ o4QzpSsSw63GydP5uCki7znq2H35zFRpNVM8RzJc= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id BF0FBF80105; Tue, 26 Oct 2021 08:12:41 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 97632F802C8; Tue, 26 Oct 2021 08:12:40 +0200 (CEST) Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 33231F80105 for ; Tue, 26 Oct 2021 08:12:38 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 33231F80105 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=suse.de header.i=@suse.de header.b="JJXSVpms"; dkim=permerror (0-bit key) header.d=suse.de header.i=@suse.de header.b="FVT8gPXX" Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id EF51E21956; Tue, 26 Oct 2021 06:12:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1635228757; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=k9FAe59z3J2EBSRYg2q4NuVEIoCoOcW2NfrBTQ4p9/o=; b=JJXSVpmsUjGJ+x3dDJ9P/ecCTetSh1PLihTccx21wdRMLyz2yB7QcC1ZXSftqx9Jh0LZKx Y74mTZIqR2oFE4SdDXaWutqcwOzS+FyFrODlAaZGW1b91WaFXPdk40BS2RTj1xTAZPsjgs /prQzs6PCjNjdV1TnG4VDm8Le5X+gls= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1635228757; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=k9FAe59z3J2EBSRYg2q4NuVEIoCoOcW2NfrBTQ4p9/o=; b=FVT8gPXXyRfioCtTyhwztGkcH4RbICa9ubdbjG/mjskziYTDRjsLzxI/oOYUZNOmBUMgud emLVptgW8LxjPIDg== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id DCD6DA3B83; Tue, 26 Oct 2021 06:12:37 +0000 (UTC) Date: Tue, 26 Oct 2021 08:12:37 +0200 Message-ID: From: Takashi Iwai To: Johan Hovold Subject: Re: [PATCH 0/2] sound: fix USB message timeouts In-Reply-To: <20211025121142.6531-1-johan@kernel.org> References: <20211025121142.6531-1-johan@kernel.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-usb@vger.kernel.org, Takashi Iwai 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" On Mon, 25 Oct 2021 14:11:40 +0200, Johan Hovold wrote: > > A number of drivers throughout the tree were incorrectly specifying USB > message timeout values in jiffies instead of milliseconds. > > This series fixes the two sound drivers that got it wrong. > > Johan > > > Johan Hovold (2): > sound: 6fire: fix control and bulk message timeouts > sound: line6: fix control and interrupt message timeouts Applied both patches now. Thanks! Takashi