Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/ali5451/
Dali5451.c246 unsigned int spdif_mask; member
1746 spdif_enable = (codec->spdif_mask & 0x02) ? 1 : 0; in snd_ali5451_spdif_get()
1749 spdif_enable = ((codec->spdif_mask & 0x02) && in snd_ali5451_spdif_get()
1750 (codec->spdif_mask & 0x04)) ? 1 : 0; in snd_ali5451_spdif_get()
1753 spdif_enable = (codec->spdif_mask & 0x01) ? 1 : 0; in snd_ali5451_spdif_get()
1774 change = (codec->spdif_mask & 0x02) ? 1 : 0; in snd_ali5451_spdif_put()
1778 codec->spdif_mask |= 0x02; in snd_ali5451_spdif_put()
1781 codec->spdif_mask &= ~(0x02); in snd_ali5451_spdif_put()
1782 codec->spdif_mask &= ~(0x04); in snd_ali5451_spdif_put()
1788 change = (codec->spdif_mask & 0x04) ? 1 : 0; in snd_ali5451_spdif_put()
[all …]