Searched refs:tx_pcm_chs (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/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, 6}, {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-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() 58 dice->tx_pcm_chs[0][SND_DICE_RATE_MODE_LOW] = 16; in snd_dice_detect_alesis_mastercontrol_formats() 59 dice->tx_pcm_chs[1][SND_DICE_RATE_MODE_LOW] = 12; in snd_dice_detect_alesis_mastercontrol_formats() 60 dice->tx_pcm_chs[0][SND_DICE_RATE_MODE_MIDDLE] = 12; in snd_dice_detect_alesis_mastercontrol_formats() 61 dice->tx_pcm_chs[1][SND_DICE_RATE_MODE_MIDDLE] = 4; in snd_dice_detect_alesis_mastercontrol_formats() 62 dice->tx_pcm_chs[0][SND_DICE_RATE_MODE_HIGH] = 8; in snd_dice_detect_alesis_mastercontrol_formats() 63 dice->tx_pcm_chs[1][SND_DICE_RATE_MODE_HIGH] = 0; in snd_dice_detect_alesis_mastercontrol_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-presonus.c | 11 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member 17 .tx_pcm_chs = {{16, 16, 0}, {10, 2, 0} }, 51 memcpy(dice->tx_pcm_chs, entry->spec->tx_pcm_chs, in snd_dice_detect_presonus_formats()
|
D | dice-pcm.c | 30 pcm_channels = dice->tx_pcm_chs[index]; in dice_rate_constraint() 68 pcm_channels = dice->tx_pcm_chs[index]; in dice_channels_constraint() 97 pcm_channels = dice->tx_pcm_chs[index]; in limit_channels_and_rates() 433 if (dice->tx_pcm_chs[i][j] > 0) in snd_dice_create_pcm()
|
D | dice-harman.c | 19 dice->tx_pcm_chs[0][i] = 12; in snd_dice_detect_harman_formats()
|
D | dice-stream.c | 219 pcm_cache = dice->tx_pcm_chs[i][mode]; in keep_dual_resources() 423 if (dice->tx_pcm_chs[i][mode] > 0 && in snd_dice_stream_start_duplex() 652 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 | 89 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member
|
D | dice-proc.c | 263 snd_iprintf(buffer, "\t%u", dice->tx_pcm_chs[i][j]); in dice_proc_read_formation()
|