Home
last modified time | relevance | path

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

/sound/pci/ali5451/
Dali5451.c232 unsigned int spdif_mask; member
1732 spdif_enable = (codec->spdif_mask & 0x02) ? 1 : 0; in snd_ali5451_spdif_get()
1735 spdif_enable = ((codec->spdif_mask & 0x02) && in snd_ali5451_spdif_get()
1736 (codec->spdif_mask & 0x04)) ? 1 : 0; in snd_ali5451_spdif_get()
1739 spdif_enable = (codec->spdif_mask & 0x01) ? 1 : 0; in snd_ali5451_spdif_get()
1760 change = (codec->spdif_mask & 0x02) ? 1 : 0; in snd_ali5451_spdif_put()
1764 codec->spdif_mask |= 0x02; in snd_ali5451_spdif_put()
1767 codec->spdif_mask &= ~(0x02); in snd_ali5451_spdif_put()
1768 codec->spdif_mask &= ~(0x04); in snd_ali5451_spdif_put()
1774 change = (codec->spdif_mask & 0x04) ? 1 : 0; in snd_ali5451_spdif_put()
[all …]