From patchwork Thu Sep 4 14:21:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Henningsson X-Patchwork-Id: 4846221 X-Patchwork-Delegate: tiwai@suse.de Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 59BCE9F2EC for ; Thu, 4 Sep 2014 14:23:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4AD0E20266 for ; Thu, 4 Sep 2014 14:23:23 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 0E8D620270 for ; Thu, 4 Sep 2014 14:23:22 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 24BA226573E; Thu, 4 Sep 2014 16:23:21 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 268702656A2; Thu, 4 Sep 2014 16:21:36 +0200 (CEST) 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 98BA326568B; Thu, 4 Sep 2014 16:21:33 +0200 (CEST) Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by alsa0.perex.cz (Postfix) with ESMTP id 197F9265644 for ; Thu, 4 Sep 2014 16:21:25 +0200 (CEST) Received: from hd9483857.selulk5.dyn.perspektivbredband.net ([217.72.56.87] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1XPXue-0005oH-QJ; Thu, 04 Sep 2014 14:21:24 +0000 From: David Henningsson To: tiwai@suse.de, alsa-devel@alsa-project.org Date: Thu, 4 Sep 2014 16:21:25 +0200 Message-Id: <1409840486-14961-4-git-send-email-david.henningsson@canonical.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1409840486-14961-1-git-send-email-david.henningsson@canonical.com> References: <1409840486-14961-1-git-send-email-david.henningsson@canonical.com> Cc: David Henningsson Subject: [alsa-devel] [PATCH 3/4] hda-emu: Allow some more codec IDs to use ATI HDMI special verbs 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 Signed-off-by: David Henningsson --- hda-spec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hda-spec.c b/hda-spec.c index b03d06a..58dd87a 100644 --- a/hda-spec.c +++ b/hda-spec.c @@ -434,6 +434,9 @@ static struct verb_ext_list extensions[] = { { .id = 0x11060446, .verbs = vt2002p_verbs }, { .id = 0x11068446, .verbs = vt2002p_verbs }, + { .id = 0x1002793c, .verbs = amdhdmi_verbs }, + { .id = 0x10027919, .verbs = amdhdmi_verbs }, + { .id = 0x1002791a, .verbs = amdhdmi_verbs }, { .id = 0x1002aa01, .verbs = amdhdmi_verbs }, { .id = 0x10de0002, .verbs = nvhdmi_8ch_7x_verbs },