Home
last modified time | relevance | path

Searched refs:wval (Results 1 – 1 of 1) sorted by relevance

/sound/pci/ali5451/
Dali5451.c646 u16 wval; in snd_ali_detect_spdif_rate() local
682 wval = inw(ALI_REG(codec, ALI_SPDIF_CTRL + 2)); in snd_ali_detect_spdif_rate()
683 wval &= 0xe0f0; in snd_ali_detect_spdif_rate()
684 wval |= (0x09 << 8) | 0x05; in snd_ali_detect_spdif_rate()
685 outw(wval, ALI_REG(codec, ALI_SPDIF_CTRL + 2)); in snd_ali_detect_spdif_rate()
690 wval = inw(ALI_REG(codec, ALI_SPDIF_CTRL + 2)); in snd_ali_detect_spdif_rate()
691 wval &= 0xe0f0; in snd_ali_detect_spdif_rate()
692 wval |= (0x0e << 8) | 0x08; in snd_ali_detect_spdif_rate()
693 outw(wval, ALI_REG(codec, ALI_SPDIF_CTRL + 2)); in snd_ali_detect_spdif_rate()