Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/ctxfi/
Dctdaio.h32 SPDIFIO, /* S/PDIF In (Flexijack/Optical) on the card */ enumerator
Dctdaio.c39 [SPDIFIO] = {.left = 0x15, .right = 0x1d},
51 [SPDIFIO] = {.left = 0x05, .right = 0x85},
109 case SPDIFIO: return 0; in daio_device_index()
121 case SPDIFIO: return 0; in daio_device_index()
Dctatc.c1099 return atc_daio_unmute(atc, state, SPDIFIO); in atc_spdif_in_unmute()
1400 ((i == SPDIFIO) ? SPDIFI1 : i); in atc_get_resources()
1529 dai = container_of(atc->daios[SPDIFIO], struct dai, daio); in atc_connect_resources()