Lines Matching refs:ord
759 dip->un.e.member[0].ord = 0; in cmpci_query_devinfo()
761 dip->un.e.member[1].ord = 1; in cmpci_query_devinfo()
808 dip->un.e.member[0].ord = CMPCI_PLAYBACK_MODE_WAVE; in cmpci_query_devinfo()
810 dip->un.e.member[1].ord = CMPCI_PLAYBACK_MODE_SPDIF; in cmpci_query_devinfo()
819 dip->un.e.member[i++].ord = CMPCI_SPDIF_IN_SPDIN1; in cmpci_query_devinfo()
822 dip->un.e.member[i++].ord = CMPCI_SPDIF_IN_SPDIN2; in cmpci_query_devinfo()
825 dip->un.e.member[i++].ord = CMPCI_SPDIF_IN_SPDOUT; in cmpci_query_devinfo()
835 dip->un.e.member[0].ord = CMPCI_SPDIF_IN_PHASE_POSITIVE; in cmpci_query_devinfo()
837 dip->un.e.member[1].ord = CMPCI_SPDIF_IN_PHASE_NEGATIVE; in cmpci_query_devinfo()
846 dip->un.e.member[0].ord = CMPCI_SPDIF_LOOP_OFF; in cmpci_query_devinfo()
848 dip->un.e.member[1].ord = CMPCI_SPDIF_LOOP_ON; in cmpci_query_devinfo()
858 dip->un.e.member[0].ord = CMPCI_SPDIF_OUT_PLAYBACK_WAVE; in cmpci_query_devinfo()
860 dip->un.e.member[1].ord = CMPCI_SPDIF_OUT_PLAYBACK_LEGACY; in cmpci_query_devinfo()
869 dip->un.e.member[0].ord = CMPCI_SPDIF_OUT_VOLTAGE_HIGH; in cmpci_query_devinfo()
871 dip->un.e.member[1].ord = CMPCI_SPDIF_OUT_VOLTAGE_LOW; in cmpci_query_devinfo()
879 dip->un.e.member[0].ord = CMPCI_MONITOR_DAC_OFF; in cmpci_query_devinfo()
881 dip->un.e.member[1].ord = CMPCI_MONITOR_DAC_SPDIN; in cmpci_query_devinfo()
883 dip->un.e.member[2].ord = CMPCI_MONITOR_DAC_SPDOUT; in cmpci_query_devinfo()
1431 sc->sc_gain[cp->dev][CMPCI_LR] = cp->un.ord != 0; in cmpci_set_port()
1436 switch (cp->un.ord) { in cmpci_set_port()
1446 switch (cp->un.ord) { in cmpci_set_port()
1457 sc->sc_gain[cp->dev][CMPCI_LR] = cp->un.ord; in cmpci_set_port()
1525 cp->un.ord = sc->sc_gain[cp->dev][CMPCI_LR]; in cmpci_get_port()