Searched refs:CM_SPDIF_INVERSE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ |
H A D | cmipci.c | 113 /* #define CM_SPDIF_INVERSE 0x00010000 */ /* ??? */ 314 #define CM_SPDIF_INVERSE 0x04 /* spdif input phase inverse (model 037) */ macro 2416 /* DEFINE_BIT_SWITCH_ARG(spdi_phase, CM_REG_CHFORMAT, CM_SPDIF_INVERSE, 0, 0); */ 2417 DEFINE_BIT_SWITCH_ARG(spdi_phase, CM_REG_MISC, CM_SPDIF_INVERSE, 1, 0); 2548 (snd_cmipci_read_b(cm, CM_REG_MISC) & CM_SPDIF_INVERSE) ? 1 : 0; in snd_cmipci_mic_in_mode_get() 2561 change = snd_cmipci_set_bit_b(cm, CM_REG_MISC, CM_SPDIF_INVERSE); in snd_cmipci_mic_in_mode_put() 2563 change = snd_cmipci_clear_bit_b(cm, CM_REG_MISC, CM_SPDIF_INVERSE); in snd_cmipci_mic_in_mode_put()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | cmipci.c | 109 /* #define CM_SPDIF_INVERSE 0x00010000 */ /* ??? */ 310 #define CM_SPDIF_INVERSE 0x04 /* spdif input phase inverse (model 037) */ macro 2424 /* DEFINE_BIT_SWITCH_ARG(spdi_phase, CM_REG_CHFORMAT, CM_SPDIF_INVERSE, 0, 0); */ 2425 DEFINE_BIT_SWITCH_ARG(spdi_phase, CM_REG_MISC, CM_SPDIF_INVERSE, 1, 0); 2556 (snd_cmipci_read_b(cm, CM_REG_MISC) & CM_SPDIF_INVERSE) ? 1 : 0; in snd_cmipci_mic_in_mode_get() 2569 change = snd_cmipci_set_bit_b(cm, CM_REG_MISC, CM_SPDIF_INVERSE); in snd_cmipci_mic_in_mode_put() 2571 change = snd_cmipci_clear_bit_b(cm, CM_REG_MISC, CM_SPDIF_INVERSE); in snd_cmipci_mic_in_mode_put()
|
Completed in 10 milliseconds