From: Harvey Harrison Date: Thu, 28 Feb 2008 11:00:48 +0000 (+0100) Subject: [ALSA] sound: ali5451.c fix shadowed variable warnings X-Git-Tag: v2.6.26-rc1~1087^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c74056d437401dc7d43970cd845c34a7e28723c0;p=pandora-kernel.git [ALSA] sound: ali5451.c fix shadowed variable warnings enable is used to test for whether or not spdif should be enabled, change to spdif_enable. sound/pci/ali5451/ali5451.c:1812:15: warning: symbol 'enable' shadows an earlier one sound/pci/ali5451/ali5451.c:63:12: originally declared here sound/pci/ali5451/ali5451.c:1840:27: warning: symbol 'enable' shadows an earlier one sound/pci/ali5451/ali5451.c:63:12: originally declared here Signed-off-by: Harvey Harrison Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed