Searched refs:CM_SPDIF_INVERSE (Results 1 - 1 of 1) sorted by path

/linux-master/sound/pci/
H A Dcmipci.c109 /* #define CM_SPDIF_INVERSE 0x00010000 */ /* ??? */
310 #define CM_SPDIF_INVERSE 0x04 /* spdif input phase inverse (model 037) */ macro
2422 /* DEFINE_BIT_SWITCH_ARG(spdi_phase, CM_REG_CHFORMAT, CM_SPDIF_INVERSE, 0, 0); */
2423 DEFINE_BIT_SWITCH_ARG(spdi_phase, CM_REG_MISC, CM_SPDIF_INVERSE, 1, 0);
2554 (snd_cmipci_read_b(cm, CM_REG_MISC) & CM_SPDIF_INVERSE) ? 1 : 0;
2567 change = snd_cmipci_set_bit_b(cm, CM_REG_MISC, CM_SPDIF_INVERSE);
2569 change = snd_cmipci_clear_bit_b(cm, CM_REG_MISC, CM_SPDIF_INVERSE);

Completed in 253 milliseconds