Home
last modified time | relevance | path

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

/sound/sparc/
Dcs4231.c1679 u32 test, csr; in sbus_dma_request() local
1688 test = APC_CDMA_READY; in sbus_dma_request()
1690 test = APC_PDMA_READY; in sbus_dma_request()
1691 if (!(csr & test)) in sbus_dma_request()
1694 test = APC_XINT_CNVA; in sbus_dma_request()
1696 test = APC_XINT_PNVA; in sbus_dma_request()
1697 if (!(csr & test)) in sbus_dma_request()
1710 u32 csr, test; in sbus_dma_prepare() local
1715 test = APC_GENL_INT | APC_PLAY_INT | APC_XINT_ENA | in sbus_dma_prepare()
1719 test = APC_GENL_INT | APC_CAPT_INT | APC_XINT_ENA | in sbus_dma_prepare()
[all …]
/sound/usb/
Dmixer.c962 int saved, test, check; in get_min_max_with_quirks() local
965 test = saved; in get_min_max_with_quirks()
966 if (test < cval->max) in get_min_max_with_quirks()
967 test += cval->res; in get_min_max_with_quirks()
969 test -= cval->res; in get_min_max_with_quirks()
970 if (test < cval->min || test > cval->max || in get_min_max_with_quirks()
971 set_cur_mix_value(cval, minchn, 0, test) || in get_min_max_with_quirks()
976 if (test == check) in get_min_max_with_quirks()
/sound/soc/codecs/
DKconfig132 without an explicit machine driver for test and development purposes.