From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755281AbZCWK76 (ORCPT ); Mon, 23 Mar 2009 06:59:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754377AbZCWK7s (ORCPT ); Mon, 23 Mar 2009 06:59:48 -0400 Received: from cantor2.suse.de ([195.135.220.15]:43759 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754080AbZCWK7r (ORCPT ); Mon, 23 Mar 2009 06:59:47 -0400 Date: Mon, 23 Mar 2009 11:59:45 +0100 Message-ID: From: Takashi Iwai To: "Pascal de Bruijn | Unilogic Networks B.V." Cc: linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [alsa-devel] [PATCH] alsa: Intel HDA output and align Ids. In-Reply-To: <1237803359.11871.23.camel@carnifex> References: <1237803359.11871.23.camel@carnifex> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.3 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Mon, 23 Mar 2009 11:15:59 +0100, Pascal de Bruijn | Unilogic Networks B.V. wrote: > > This patch does two things: > Output Intel HDA Function Id in /proc/asound/cardX/codec#X > Align Vendor/Subsystem/Revision Ids to 8 characters, front-padded with zeros > > Before: > Vendor Id: 0x11d41884 > Subsystem Id: 0x103c281a > Revision Id: 0x100100 > > After: > Function Id: 0x1 > Vendor Id: 0x11d41884 > Subsystem Id: 0x103c281a > Revision Id: 0x0100100 > > As report on the Kernel Bugzilla #12888 > > Signed-off-by: Pascal de Bruijn Applied now. Thanks! Takashi