s_ch_no           846 sound/soc/intel/atom/sst-atom-controls.h #define SST_SSP_SLOT_ENUM(s_ch_no, is_tx, xtexts) \
s_ch_no           847 sound/soc/intel/atom/sst-atom-controls.h 	(struct sst_enum){ .reg = s_ch_no, .tx = is_tx, .max = 4+1, .texts = xtexts, }
s_ch_no           852 sound/soc/intel/atom/sst-atom-controls.h #define SST_SSP_SLOT_CTL(xpname, xmname, s_ch_name, s_ch_no, is_tx, xtexts, xget, xput) \
s_ch_no           857 sound/soc/intel/atom/sst-atom-controls.h 	.private_value = (unsigned long)&SST_SSP_SLOT_ENUM(s_ch_no, is_tx, xtexts), \