From patchwork Mon Jan 28 22:47:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jussi Laako X-Patchwork-Id: 10785007 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D967B922 for ; Mon, 28 Jan 2019 22:54:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C65082B50C for ; Mon, 28 Jan 2019 22:54:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BA6662B53D; Mon, 28 Jan 2019 22:54:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 412A02B50C for ; Mon, 28 Jan 2019 22:54:50 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id C652D2674A3; Mon, 28 Jan 2019 23:54:48 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 2F2AF2674AD; Mon, 28 Jan 2019 23:54:46 +0100 (CET) Received: from mail.sonarnerd.net (rankki.sonarnerd.net [194.142.149.154]) by alsa0.perex.cz (Postfix) with ESMTP id 8547E267467 for ; Mon, 28 Jan 2019 23:54:44 +0100 (CET) Received: from porkkala.uworld (porkkala.uworld [IPv6:fc00::2]) by mail.sonarnerd.net (Postfix) with ESMTP id 22D512310C5; Tue, 29 Jan 2019 00:47:11 +0200 (EET) From: Jussi Laako To: alsa-devel@alsa-project.org Date: Tue, 29 Jan 2019 00:47:00 +0200 Message-Id: <20190128224701.25345-1-jussi@sonarnerd.net> X-Mailer: git-send-email 2.17.1 In-Reply-To: References: Cc: tiwai@suse.de Subject: [alsa-devel] [PATCH 0/1] ALSA: usb-audio: Cleanup DSD whitelist X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 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 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Here's a cleanup patch for XMOS and Thesycon VID's from the explicit VID:PID device whitelist. I personally don't have these remaining devices, but based on what I know they should also work with the auto-detection code. In addition, I fixed ordering of the list so that it stays sorted. I've also noticed earlier on thing, I strongly suspect there's a typo in "NuPrime DAC-10" VID. It is "0x16b0" now, while there are other devices with VID "0x16d0", including one other NuPrime device. Although nobody seems to have complained about it either. Or maybe even the device itself has a typo in VID, who knows...