tx_pcm_chs         36 sound/firewire/dice/dice-alesis.c 		memcpy(dice->tx_pcm_chs, alesis_io14_tx_pcm_chs,
tx_pcm_chs         40 sound/firewire/dice/dice-alesis.c 		memcpy(dice->tx_pcm_chs, alesis_io26_tx_pcm_chs,
tx_pcm_chs        122 sound/firewire/dice/dice-extension.c 					  dice->tx_pcm_chs,
tx_pcm_chs         11 sound/firewire/dice/dice-mytek.c 	unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
tx_pcm_chs         17 sound/firewire/dice/dice-mytek.c 	.tx_pcm_chs = {{8, 8, 8}, {0, 0, 0} },
tx_pcm_chs         35 sound/firewire/dice/dice-mytek.c 	memcpy(dice->tx_pcm_chs, dev->tx_pcm_chs,
tx_pcm_chs         30 sound/firewire/dice/dice-pcm.c 		pcm_channels = dice->tx_pcm_chs[index];
tx_pcm_chs         68 sound/firewire/dice/dice-pcm.c 		pcm_channels = dice->tx_pcm_chs[index];
tx_pcm_chs         97 sound/firewire/dice/dice-pcm.c 		pcm_channels = dice->tx_pcm_chs[index];
tx_pcm_chs        404 sound/firewire/dice/dice-pcm.c 			if (dice->tx_pcm_chs[i][j] > 0)
tx_pcm_chs         11 sound/firewire/dice/dice-presonus.c 	unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
tx_pcm_chs         17 sound/firewire/dice/dice-presonus.c 	.tx_pcm_chs = {{16, 16, 0}, {10, 2, 0} },
tx_pcm_chs         51 sound/firewire/dice/dice-presonus.c 	memcpy(dice->tx_pcm_chs, entry->spec->tx_pcm_chs,
tx_pcm_chs        263 sound/firewire/dice/dice-proc.c 			snd_iprintf(buffer, "\t%u", dice->tx_pcm_chs[i][j]);
tx_pcm_chs        235 sound/firewire/dice/dice-stream.c 			pcm_cache = dice->tx_pcm_chs[i][mode];
tx_pcm_chs        434 sound/firewire/dice/dice-stream.c 		if (dice->tx_pcm_chs[i][mode] > 0 &&
tx_pcm_chs        667 sound/firewire/dice/dice-stream.c 		dice->tx_pcm_chs[i][mode] = be32_to_cpu(reg[0]);
tx_pcm_chs         11 sound/firewire/dice/dice-tcelectronic.c 	unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
tx_pcm_chs         17 sound/firewire/dice/dice-tcelectronic.c 	.tx_pcm_chs = {{6, 6, 2}, {0, 0, 0} },
tx_pcm_chs         23 sound/firewire/dice/dice-tcelectronic.c 	.tx_pcm_chs = {{14, 10, 6}, {0, 0, 0} },
tx_pcm_chs         29 sound/firewire/dice/dice-tcelectronic.c 	.tx_pcm_chs = {{4, 4, 3}, {0, 0, 0} },
tx_pcm_chs         35 sound/firewire/dice/dice-tcelectronic.c 	.tx_pcm_chs = {{16, 16, 6}, {0, 0, 0} },
tx_pcm_chs         41 sound/firewire/dice/dice-tcelectronic.c 	.tx_pcm_chs = {{16, 16, 16}, {0, 0, 0} },
tx_pcm_chs         47 sound/firewire/dice/dice-tcelectronic.c 	.tx_pcm_chs = {{16, 16, 8}, {16, 16, 7} },
tx_pcm_chs         53 sound/firewire/dice/dice-tcelectronic.c 	.tx_pcm_chs = {{16, 16, 4}, {0, 0, 0} },
tx_pcm_chs         93 sound/firewire/dice/dice-tcelectronic.c 	memcpy(dice->tx_pcm_chs, entry->spec->tx_pcm_chs,
tx_pcm_chs         92 sound/firewire/dice/dice.h 	unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];