Searched refs:wVal (Results 1 – 1 of 1) sorted by relevance
785 unsigned short wVal; in snd_ali_enable_spdif_out() local810 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_out()811 wVal |= ALI_SPDIF_OUT_SEL_PCM; in snd_ali_enable_spdif_out()812 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_out()818 unsigned short wVal; in snd_ali_enable_spdif_chnout() local820 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_chnout()821 wVal &= ~ALI_SPDIF_OUT_SEL_PCM; in snd_ali_enable_spdif_chnout()822 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_chnout()836 unsigned short wVal; in snd_ali_disable_spdif_chnout() local838 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_disable_spdif_chnout()[all …]