Searched refs:tx_pcm_chs (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/sound/firewire/dice/ |
D | dice-tcelectronic.c | 11 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member 17 .tx_pcm_chs = {{6, 6, 2}, {0, 0, 0} }, 23 .tx_pcm_chs = {{14, 10, 6}, {0, 0, 0} }, 29 .tx_pcm_chs = {{4, 4, 3}, {0, 0, 0} }, 35 .tx_pcm_chs = {{16, 16, 6}, {0, 0, 0} }, 41 .tx_pcm_chs = {{16, 16, 16}, {0, 0, 0} }, 47 .tx_pcm_chs = {{16, 16, 8}, {16, 16, 7} }, 53 .tx_pcm_chs = {{16, 16, 4}, {0, 0, 0} }, 93 memcpy(dice->tx_pcm_chs, entry->spec->tx_pcm_chs, in snd_dice_detect_tcelectronic_formats()
|
D | dice-mytek.c | 11 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member 17 .tx_pcm_chs = {{8, 8, 8}, {0, 0, 0} }, 35 memcpy(dice->tx_pcm_chs, dev->tx_pcm_chs, in snd_dice_detect_mytek_formats()
|
D | dice-alesis.c | 36 memcpy(dice->tx_pcm_chs, alesis_io14_tx_pcm_chs, in snd_dice_detect_alesis_formats() 40 memcpy(dice->tx_pcm_chs, alesis_io26_tx_pcm_chs, in snd_dice_detect_alesis_formats()
|
D | dice-pcm.c | 31 pcm_channels = dice->tx_pcm_chs[index]; in dice_rate_constraint() 69 pcm_channels = dice->tx_pcm_chs[index]; in dice_channels_constraint() 98 pcm_channels = dice->tx_pcm_chs[index]; in limit_channels_and_rates() 436 if (dice->tx_pcm_chs[i][j] > 0) in snd_dice_create_pcm()
|
D | dice-stream.c | 261 pcm_cache = dice->tx_pcm_chs[i][mode]; in start_streams() 425 if (dice->tx_pcm_chs[i][mode] > 0 && in snd_dice_stream_start_duplex() 616 dice->tx_pcm_chs[i][mode] = be32_to_cpu(reg[0]); in snd_dice_stream_detect_current_formats()
|
D | dice-extension.c | 122 dice->tx_pcm_chs, in detect_stream_formats()
|
D | dice.h | 93 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member
|
D | dice-proc.c | 264 snd_iprintf(buffer, "\t%u", dice->tx_pcm_chs[i][j]); in dice_proc_read_formation()
|