Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/rme9652/
H A Dhdspm.c312 #define HDSPM_InputSelect0 (1<<14) /* Input select 0= optical, 1=coax macro
364 #define HDSPM_InputMask (HDSPM_InputSelect0|HDSPM_InputSelect1)
366 #define HDSPM_InputCoaxial (HDSPM_InputSelect0)
3275 return (hdspm->control_register & HDSPM_InputSelect0) ? 1 : 0; in hdspm_input_select()
3281 hdspm->control_register |= HDSPM_InputSelect0; in hdspm_set_input_select()
3283 hdspm->control_register &= ~HDSPM_InputSelect0; in hdspm_set_input_select()