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 952C0C433F5 for ; Thu, 14 Oct 2021 13:06:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7A29E610CC for ; Thu, 14 Oct 2021 13:06:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231563AbhJNNIW (ORCPT ); Thu, 14 Oct 2021 09:08:22 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:35956 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230109AbhJNNIT (ORCPT ); Thu, 14 Oct 2021 09:08:19 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id D36EB21A7F; Thu, 14 Oct 2021 13:06:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1634216773; 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=9+SHqdTem8HfAIDBCXljsCjxjk7GDwc+C+QA1hRl49Y=; b=tt4waYGMbi+jRmWizltxZw7r+RLBxrmVfnkyUdPU37DX0irKAAO5COx7TAVbK8yTGta5rx PEVxVi34qVPIW5flczJtqNn6LT8a/8Uj51aS6tpbCNRCbzyOsVFB41P7EzE6wPEEI1BBND rj8ThN2l4GsmZ8H5SihJqh/+mYMalqk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1634216773; 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=9+SHqdTem8HfAIDBCXljsCjxjk7GDwc+C+QA1hRl49Y=; b=J6gkL+PHrYt/24irlQxChkK9LJPtKM1asHoz1+b2Ats9uPtUfCkM7+R3EvQBX2p4PpAX5w DxMAOquzHR9i9tCQ== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id C10D4A3B90; Thu, 14 Oct 2021 13:06:13 +0000 (UTC) Date: Thu, 14 Oct 2021 15:06:13 +0200 Message-ID: From: Takashi Iwai To: Greg Kroah-Hartman Cc: Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: usb-audio: add Schiit Hel device to quirk table In-Reply-To: References: 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-usb@vger.kernel.org On Thu, 14 Oct 2021 13:17:50 +0200, Greg Kroah-Hartman wrote: > > The Shciit Hel device responds to the ctl message for the mic capture > switch with a timeout of -EPIPE: > > usb 7-2.2: cannot get ctl value: req = 0x81, wValue = 0x100, wIndex = 0x1100, type = 1 > usb 7-2.2: cannot get ctl value: req = 0x81, wValue = 0x100, wIndex = 0x1100, type = 1 > usb 7-2.2: cannot get ctl value: req = 0x81, wValue = 0x100, wIndex = 0x1100, type = 1 > usb 7-2.2: cannot get ctl value: req = 0x81, wValue = 0x100, wIndex = 0x1100, type = 1 > > This seems safe to ignore as the device works properly with the control > message quirk, so add it to the quirk table so all is good. > > Cc: Jaroslav Kysela > Cc: Takashi Iwai > Cc: alsa-devel@alsa-project.org > Cc: linux-usb@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Greg Kroah-Hartman Thanks, applied now. Takashi