From: Pascal de Bruijn Date: Mon, 23 Mar 2009 10:15:59 +0000 (+0100) Subject: ALSA: hda - Add function id to proc output X-Git-Tag: v2.6.30-rc1~676^2~12^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=234b4346a064f8a2a488da10b3c1e640fb778a17;p=pandora-kernel.git ALSA: hda - Add function id to proc output 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 Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed