usSM51           3510 sound/pci/ac97/ac97_patch.c 	ushort usSM51, usMS;  
usSM51           3519 sound/pci/ac97/ac97_patch.c 	usSM51 = snd_ac97_read(pac97, 0x7a) >> 14;
usSM51           3522 sound/pci/ac97/ac97_patch.c 	ucontrol->value.enumerated.item[0] = (usSM51 << 1) + usMS;
usSM51           3530 sound/pci/ac97/ac97_patch.c 	ushort usSM51, usMS, usReg;  
usSM51           3536 sound/pci/ac97/ac97_patch.c 	usSM51 = ucontrol->value.enumerated.item[0] >> 1;
usSM51           3543 sound/pci/ac97/ac97_patch.c 	snd_ac97_write_cache(pac97, 0x7a, (usReg & 0x3FFF) + (usSM51 << 14));