Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/ali5451/
Dali5451.c258 unsigned int spdif_mask; member
1760 spdif_enable = (codec->spdif_mask & 0x02) ? 1 : 0; in snd_ali5451_spdif_get()
1763 spdif_enable = ((codec->spdif_mask & 0x02) && in snd_ali5451_spdif_get()
1764 (codec->spdif_mask & 0x04)) ? 1 : 0; in snd_ali5451_spdif_get()
1767 spdif_enable = (codec->spdif_mask & 0x01) ? 1 : 0; in snd_ali5451_spdif_get()
1788 change = (codec->spdif_mask & 0x02) ? 1 : 0; in snd_ali5451_spdif_put()
1792 codec->spdif_mask |= 0x02; in snd_ali5451_spdif_put()
1795 codec->spdif_mask &= ~(0x02); in snd_ali5451_spdif_put()
1796 codec->spdif_mask &= ~(0x04); in snd_ali5451_spdif_put()
1802 change = (codec->spdif_mask & 0x04) ? 1 : 0; in snd_ali5451_spdif_put()
[all …]