From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 34E4E1C26 for ; Wed, 23 Nov 2022 09:04:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9F170C4347C; Wed, 23 Nov 2022 09:04:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1669194247; bh=cFLOritFGy24Cwf2eUPTfwECU3WBNxNCnfPg8GhNuAM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=1l/tHVc2/B6ymqg2Ed4VqEWTxDbu1SIvaC1v5NubuX4+5LZD4adU0oZ9uOTv7J2Eg Hhj8x3FSIybQqX+ze2qCwJTvhn+GdI8yL3rtET/SJoXCWdAFIwagiC6GN2re3q6cJQ 7stqWunEySp4JFG09pJflQ85+XNm5icCj1BekuJI= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Ash Logan , Takashi Iwai Subject: [PATCH 4.19 025/114] ALSA: usb-audio: Add quirk entry for M-Audio Micro Date: Wed, 23 Nov 2022 09:50:12 +0100 Message-Id: <20221123084552.853608871@linuxfoundation.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221123084551.864610302@linuxfoundation.org> References: <20221123084551.864610302@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Takashi Iwai commit 2f01a612d4758b45f775dbb88a49cf534ba47275 upstream. M-Audio Micro (0762:201a) defines the descriptor as vendor-specific, while the content seems class-compliant. Just overriding the probe makes the device working. Reported-by: Ash Logan Cc: Link: https://lore.kernel.org/r/7ecd4417-d860-4773-c1c1-b07433342390@heyquark.com Link: https://lore.kernel.org/r/20221108140721.24248-1-tiwai@suse.de Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/usb/quirks-table.h | 4 ++++ 1 file changed, 4 insertions(+) --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h @@ -2110,6 +2110,10 @@ YAMAHA_DEVICE(0x7010, "UB99"), } }, { + /* M-Audio Micro */ + USB_DEVICE_VENDOR_SPEC(0x0763, 0x201a), +}, +{ USB_DEVICE_VENDOR_SPEC(0x0763, 0x2030), .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { /* .vendor_name = "M-Audio", */