| /linux/sound/firewire/dice/ |
| H A D | dice-weiss.c | 9 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member 15 .tx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 21 .tx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 27 .tx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 33 .tx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 39 .tx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 45 .tx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 51 .tx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 57 .tx_pcm_chs = {{24, 16, 8}, {0, 0, 0} }, 98 memcpy(dice->tx_pcm_chs, entry->spec->tx_pcm_chs, in snd_dice_detect_weiss_formats()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A D | dice-presonus.c | 9 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()
|
| H A D | dice-focusrite.c | 12 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()
|
| H A D | dice-harman.c | 17 dice->tx_pcm_chs[0][i] = 12; in snd_dice_detect_harman_formats()
|
| H A D | dice-extension.c | 122 dice->tx_pcm_chs, in detect_stream_formats()
|
| H A D | dice.h | 89 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member
|
| H A D | dice-proc.c | 263 snd_iprintf(buffer, "\t%u", dice->tx_pcm_chs[i][j]); in dice_proc_read_formation()
|