Home
last modified time | relevance | path

Searched refs:wVal (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/ali5451/
H A Dali5451.c763 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()
802 wVal = inw(ALI_REG(codec, ALI_SPDIF_CS)); in snd_ali_enable_spdif_chnout()
804 wVal | in snd_ali_enable_spdif_chnout()
814 unsigned short wVal; snd_ali_disable_spdif_chnout() local
[all...]
/kernel/linux/linux-6.6/sound/pci/ali5451/
H A Dali5451.c762 unsigned short wVal; in snd_ali_enable_spdif_out() local
787 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_out()
788 wVal |= ALI_SPDIF_OUT_SEL_PCM; in snd_ali_enable_spdif_out()
789 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_out()
795 unsigned short wVal; in snd_ali_enable_spdif_chnout() local
797 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_chnout()
798 wVal &= ~ALI_SPDIF_OUT_SEL_PCM; in snd_ali_enable_spdif_chnout()
799 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_spdif_chnout()
801 wVal = inw(ALI_REG(codec, ALI_SPDIF_CS)); in snd_ali_enable_spdif_chnout()
803 wVal | in snd_ali_enable_spdif_chnout()
813 unsigned short wVal; snd_ali_disable_spdif_chnout() local
[all...]

Completed in 5 milliseconds