• H
    [ALSA] sound: ice1712.c fix shadowed variable warnings · c3daa92d
    Harvey Harrison 提交于
    In all four case, adding a private value to the iooff index,
    call it priv_idx.
    sound/pci/ice1712/ice1712.c:1300:6: warning: symbol 'index' shadows an earlier one
    sound/pci/ice1712/ice1712.c:85:12: originally declared here
    sound/pci/ice1712/ice1712.c:1312:6: warning: symbol 'index' shadows an earlier one
    sound/pci/ice1712/ice1712.c:85:12: originally declared here
    sound/pci/ice1712/ice1712.c:1338:6: warning: symbol 'index' shadows an earlier one
    sound/pci/ice1712/ice1712.c:85:12: originally declared here
    sound/pci/ice1712/ice1712.c:1350:6: warning: symbol 'index' shadows an earlier one
    sound/pci/ice1712/ice1712.c:85:12: originally declared here
    
    [tiwai - fixed coding issues as well]
    Signed-off-by: NHarvey Harrison <harvey.harrison@gmail.com>
    Signed-off-by: NTakashi Iwai <tiwai@suse.de>
    c3daa92d
ice1712.c 81.7 KB