Home
last modified time | relevance | path

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

/linux/sound/pci/
H A Dcmipci.c109 /* #define CM_SPDIF_INVERSE 0x00010000 */ /* ??? */
310 #define CM_SPDIF_INVERSE 0x04 /* spdif input phase inverse (model 037) */ macro
2408 /* DEFINE_BIT_SWITCH_ARG(spdi_phase, CM_REG_CHFORMAT, CM_SPDIF_INVERSE, 0, 0); */
2409 DEFINE_BIT_SWITCH_ARG(spdi_phase, CM_REG_MISC, CM_SPDIF_INVERSE, 1, 0);
2540 (snd_cmipci_read_b(cm, CM_REG_MISC) & CM_SPDIF_INVERSE) ? 1 : 0; in snd_cmipci_mic_in_mode_get()
2553 change = snd_cmipci_set_bit_b(cm, CM_REG_MISC, CM_SPDIF_INVERSE); in snd_cmipci_mic_in_mode_put()
2555 change = snd_cmipci_clear_bit_b(cm, CM_REG_MISC, CM_SPDIF_INVERSE); in snd_cmipci_mic_in_mode_put()