Home
last modified time | relevance | path

Searched refs:tx_pcm_chs (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/sound/firewire/dice/
A Ddice-tcelectronic.c11 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()
A Ddice-alesis.c36 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()
A Ddice-mytek.c11 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()
A Ddice-presonus.c9 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member
15 .tx_pcm_chs = {{16, 16, 0}, {10, 2, 0} },
49 memcpy(dice->tx_pcm_chs, entry->spec->tx_pcm_chs, in snd_dice_detect_presonus_formats()
A Ddice-focusrite.c12 dice->tx_pcm_chs[0][0] = 20; in snd_dice_detect_focusrite_pro40_tcd3070_formats()
17 dice->tx_pcm_chs[0][1] = 16; in snd_dice_detect_focusrite_pro40_tcd3070_formats()
A Ddice-pcm.c30 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()
A Ddice-harman.c17 dice->tx_pcm_chs[0][i] = 12; in snd_dice_detect_harman_formats()
A Ddice-stream.c221 pcm_cache = dice->tx_pcm_chs[i][mode]; in keep_dual_resources()
425 if (dice->tx_pcm_chs[i][mode] > 0 && in snd_dice_stream_start_duplex()
654 dice->tx_pcm_chs[i][mode] = be32_to_cpu(reg[0]); in snd_dice_stream_detect_current_formats()
A Ddice-extension.c122 dice->tx_pcm_chs, in detect_stream_formats()
A Ddice.h89 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member
A Ddice-proc.c263 snd_iprintf(buffer, "\t%u", dice->tx_pcm_chs[i][j]); in dice_proc_read_formation()

Completed in 32 milliseconds