Lines Matching refs:wVal
760 unsigned short wVal; in snd_ali_enable_spdif_out() local
785 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_out()
786 wVal |= ALI_SPDIF_OUT_SEL_PCM; in snd_ali_enable_spdif_out()
787 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_out()
793 unsigned short wVal; in snd_ali_enable_spdif_chnout() local
795 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_chnout()
796 wVal &= ~ALI_SPDIF_OUT_SEL_PCM; in snd_ali_enable_spdif_chnout()
797 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_chnout()
811 unsigned short wVal; in snd_ali_disable_spdif_chnout() local
813 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_disable_spdif_chnout()
814 wVal |= ALI_SPDIF_OUT_SEL_PCM; in snd_ali_disable_spdif_chnout()
815 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_disable_spdif_chnout()