Lines Matching refs:wVal
777 unsigned short wVal; in snd_ali_enable_spdif_out() local
802 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_out()
803 wVal |= ALI_SPDIF_OUT_SEL_PCM; in snd_ali_enable_spdif_out()
804 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_out()
810 unsigned short wVal; in snd_ali_enable_spdif_chnout() local
812 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_chnout()
813 wVal &= ~ALI_SPDIF_OUT_SEL_PCM; in snd_ali_enable_spdif_chnout()
814 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_chnout()
828 unsigned short wVal; in snd_ali_disable_spdif_chnout() local
830 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_disable_spdif_chnout()
831 wVal |= ALI_SPDIF_OUT_SEL_PCM; in snd_ali_disable_spdif_chnout()
832 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_disable_spdif_chnout()