Home
last modified time | relevance | path

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

/sound/pci/ali5451/
Dali5451.c246 unsigned int spdif_mask; member
1747 spdif_enable = (codec->spdif_mask & 0x02) ? 1 : 0; in snd_ali5451_spdif_get()
1750 spdif_enable = ((codec->spdif_mask & 0x02) && in snd_ali5451_spdif_get()
1751 (codec->spdif_mask & 0x04)) ? 1 : 0; in snd_ali5451_spdif_get()
1754 spdif_enable = (codec->spdif_mask & 0x01) ? 1 : 0; in snd_ali5451_spdif_get()
1775 change = (codec->spdif_mask & 0x02) ? 1 : 0; in snd_ali5451_spdif_put()
1779 codec->spdif_mask |= 0x02; in snd_ali5451_spdif_put()
1782 codec->spdif_mask &= ~(0x02); in snd_ali5451_spdif_put()
1783 codec->spdif_mask &= ~(0x04); in snd_ali5451_spdif_put()
1789 change = (codec->spdif_mask & 0x04) ? 1 : 0; in snd_ali5451_spdif_put()
[all …]