commit | 7dfa31ed5e1fc0ace7f1959b9564ad43d78fd7af | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Thu Feb 28 11:52:17 2008 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Apr 24 12:00:16 2008 +0200 |
tree | 4176e43cf2287509ad0066db547f7120b530023a | |
parent | 964a788e0ba64aa4ce2e6488718f3ee28cc2e61e [diff] |
[ALSA] sound: cmipci.c fix shadowed variable warning A temporary variable for each mixer element is used in an initialization loop, use the name elem_id. sound/pci/cmipci.c:2747:26: warning: symbol 'id' shadows an earlier one sound/pci/cmipci.c:56:13: originally declared here [tiwai - fixed a coding style issue as well] Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>