| /linux/sound/firewire/dice/ |
| H A D | dice-weiss.c | 10 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member 16 .rx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 22 .rx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 28 .rx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 34 .rx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 40 .rx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 46 .rx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 52 .rx_pcm_chs = {{2, 2, 2}, {0, 0, 0} }, 58 .rx_pcm_chs = {{24, 16, 8}, {0, 0, 0} }, 100 memcpy(dice->rx_pcm_chs, entry->spec->rx_pcm_chs, in snd_dice_detect_weiss_formats()
|
| H A D | dice-tcelectronic.c | 12 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member 18 .rx_pcm_chs = {{6, 6, 4}, {0, 0, 0} }, 24 .rx_pcm_chs = {{14, 10, 6}, {0, 0, 0} }, 30 .rx_pcm_chs = {{4, 4, 3}, {0, 0, 0} }, 36 .rx_pcm_chs = {{16, 16, 6}, {0, 0, 0} }, 42 .rx_pcm_chs = {{16, 16, 6}, {0, 0, 0} }, 48 .rx_pcm_chs = {{16, 16, 8}, {14, 14, 7} }, 54 .rx_pcm_chs = {{16, 16, 4}, {0, 0, 0} }, 95 memcpy(dice->rx_pcm_chs, entry->spec->rx_pcm_chs, in snd_dice_detect_tcelectronic_formats()
|
| H A D | dice-mytek.c | 12 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member 19 .rx_pcm_chs = {{4, 4, 4}, {0, 0, 0} } 37 memcpy(dice->rx_pcm_chs, dev->rx_pcm_chs, in snd_dice_detect_mytek_formats()
|
| H A D | dice-presonus.c | 10 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member 16 .rx_pcm_chs = {{16, 16, 0}, {10, 2, 0} }, 51 memcpy(dice->rx_pcm_chs, entry->spec->rx_pcm_chs, in snd_dice_detect_presonus_formats()
|
| H A D | dice-alesis.c | 46 dice->rx_pcm_chs[0][i] = 8; in snd_dice_detect_alesis_formats() 66 dice->rx_pcm_chs[0][i] = 6; in snd_dice_detect_alesis_mastercontrol_formats() 67 dice->rx_pcm_chs[1][i] = 0; in snd_dice_detect_alesis_mastercontrol_formats()
|
| H A D | dice-focusrite.c | 14 dice->rx_pcm_chs[0][0] = 20; in snd_dice_detect_focusrite_pro40_tcd3070_formats() 19 dice->rx_pcm_chs[0][1] = 16; in snd_dice_detect_focusrite_pro40_tcd3070_formats()
|
| H A D | dice-harman.c | 19 dice->rx_pcm_chs[0][i] = 10; in snd_dice_detect_harman_formats()
|
| H A D | dice-extension.c | 131 mode, dice->rx_pcm_chs, in detect_stream_formats()
|
| H A D | dice.h | 90 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member
|
| H A D | dice-proc.c | 274 snd_iprintf(buffer, "\t%u", dice->rx_pcm_chs[i][j]); in dice_proc_read_formation()
|