Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwcd938x-sdw.c128 if (wcd->is_tx) in wcd938x_sdw_hw_params()
232 wcd->is_tx = true; in wcd9380_probe()
252 if (wcd->is_tx) { in wcd9380_probe()
Dwcd938x.h663 bool is_tx; member
/sound/soc/intel/atom/
Dsst-atom-controls.h846 #define SST_SSP_SLOT_ENUM(s_ch_no, is_tx, xtexts) \ argument
847 (struct sst_enum){ .reg = s_ch_no, .tx = is_tx, .max = 4+1, .texts = xtexts, }
852 #define SST_SSP_SLOT_CTL(xpname, xmname, s_ch_name, s_ch_no, is_tx, xtexts, xget, xput) \ argument
857 .private_value = (unsigned long)&SST_SSP_SLOT_ENUM(s_ch_no, is_tx, xtexts), \
Dsst-atom-controls.c166 unsigned int is_tx = e->tx; in sst_slot_get() local
168 u8 *map = is_tx ? sst_ssp_rx_map : sst_ssp_tx_map; in sst_slot_get()
181 is_tx ? "tx channel" : "rx slot", in sst_slot_get()
226 unsigned int is_tx = e->tx; in sst_slot_put() local
231 map = is_tx ? sst_ssp_rx_map : sst_ssp_tx_map; in sst_slot_put()
256 is_tx ? "tx channel" : "rx slot", in sst_slot_put()