tx_channels       350 include/uapi/sound/asoc.h 	__le32 tx_channels;	/* number of Tx channels */
tx_channels        48 sound/soc/codecs/cs42xx8.c 	u32 tx_channels;
tx_channels       274 sound/soc/codecs/cs42xx8.c 		cs42xx8->tx_channels = params_channels(params);
tx_channels       369 sound/soc/codecs/cs42xx8.c 	u8 dac_unmute = cs42xx8->tx_channels ?
tx_channels       370 sound/soc/codecs/cs42xx8.c 		        ~((0x1 << cs42xx8->tx_channels) - 1) : 0;