Lines Matching refs:wVal
763 unsigned short wVal; in snd_ali_enable_spdif_out() local
788 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_out()
789 wVal |= ALI_SPDIF_OUT_SEL_PCM; in snd_ali_enable_spdif_out()
790 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_out()
796 unsigned short wVal; in snd_ali_enable_spdif_chnout() local
798 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_chnout()
799 wVal &= ~ALI_SPDIF_OUT_SEL_PCM; in snd_ali_enable_spdif_chnout()
800 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_chnout()
814 unsigned short wVal; in snd_ali_disable_spdif_chnout() local
816 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_disable_spdif_chnout()
817 wVal |= ALI_SPDIF_OUT_SEL_PCM; in snd_ali_disable_spdif_chnout()
818 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_disable_spdif_chnout()