Home
last modified time | relevance | path

Searched refs:rx_pcm_chs (Results 1 – 10 of 10) sorted by relevance

/linux/sound/firewire/dice/
H A Ddice-weiss.c10 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 Ddice-tcelectronic.c12 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 Ddice-mytek.c12 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 Ddice-presonus.c10 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 Ddice-alesis.c46 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 Ddice-focusrite.c14 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 Ddice-harman.c19 dice->rx_pcm_chs[0][i] = 10; in snd_dice_detect_harman_formats()
H A Ddice-extension.c131 mode, dice->rx_pcm_chs, in detect_stream_formats()
H A Ddice.h90 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT]; member
H A Ddice-proc.c274 snd_iprintf(buffer, "\t%u", dice->rx_pcm_chs[i][j]); in dice_proc_read_formation()