commit | 405b0a377cfe3750f4af54b80d0402c3fe777b87 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Thu Feb 28 11:53:07 2008 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Apr 24 12:00:16 2008 +0200 |
tree | 6fe1b3a2d10f8a10dcd8115f5fb7d140d3c4cebc | |
parent | 7dfa31ed5e1fc0ace7f1959b9564ad43d78fd7af [diff] |
[ALSA] sound: ens1370.c fix shadowed variable warning index is incremented only when AC97_EI_SPDIF and then assigned to the index field. Change the temporary name to is_spdif. sound/pci/ens1370.c:1638:10: warning: symbol 'index' shadows an earlier one sound/pci/ens1370.c:84:12: originally declared here Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>