Searched refs:is_tx (Results 1 – 2 of 2) sorted by relevance
/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 855 #define SST_SSP_SLOT_ENUM(s_ch_no, is_tx, xtexts) \ argument 856 (struct sst_enum){ .reg = s_ch_no, .tx = is_tx, .max = 4+1, .texts = xtexts, } 861 #define SST_SSP_SLOT_CTL(xpname, xmname, s_ch_name, s_ch_no, is_tx, xtexts, xget, xput) \ argument 866 .private_value = (unsigned long)&SST_SSP_SLOT_ENUM(s_ch_no, is_tx, xtexts), \
|
D | sst-atom-controls.c | 166 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() 225 unsigned int is_tx = e->tx; in sst_slot_put() local 230 map = is_tx ? sst_ssp_rx_map : sst_ssp_tx_map; in sst_slot_put() 255 is_tx ? "tx channel" : "rx slot", in sst_slot_put()
|