Home
last modified time | relevance | path

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

/linux/sound/firewire/dice/
H A Ddice.h63 #define MAX_STREAMS 2 macro
89 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
90 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
91 unsigned int tx_midi_ports[MAX_STREAMS];
92 unsigned int rx_midi_ports[MAX_STREAMS];
104 struct fw_iso_resources tx_resources[MAX_STREAMS];
105 struct fw_iso_resources rx_resources[MAX_STREAMS];
106 struct amdtp_stream tx_stream[MAX_STREAMS];
107 struct amdtp_stream rx_stream[MAX_STREAMS];
H A Ddice-mytek.c11 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
12 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
36 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_mytek_formats()
38 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_mytek_formats()
40 for (i = 0; i < MAX_STREAMS; ++i) { in snd_dice_detect_mytek_formats()
H A Ddice-alesis.c11 alesis_io14_tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT] = {
17 alesis_io26_tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT] = {
37 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * in snd_dice_detect_alesis_formats()
41 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * in snd_dice_detect_alesis_formats()
70 for (i = 0; i < MAX_STREAMS; ++i) { in snd_dice_detect_alesis_mastercontrol_formats()
H A Ddice-presonus.c9 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
10 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
50 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_presonus_formats()
52 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_presonus_formats()
H A Ddice-weiss.c9 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
10 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
99 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_weiss_formats()
101 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_weiss_formats()
H A Ddice-tcelectronic.c11 unsigned int tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
12 unsigned int rx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT];
94 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_tcelectronic_formats()
96 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_tcelectronic_formats()
H A Ddice-extension.c62 unsigned int pcm_channels[MAX_STREAMS][3], in read_stream_entries()
63 unsigned int midi_ports[MAX_STREAMS]) in read_stream_entries() argument
119 stream_count = min_t(unsigned int, be32_to_cpu(reg[0]), MAX_STREAMS); in detect_stream_formats()
128 stream_count = min_t(unsigned int, be32_to_cpu(reg[1]), MAX_STREAMS); in detect_stream_formats()
H A Ddice-proc.c260 for (i = 0; i < MAX_STREAMS; ++i) { in dice_proc_read_formation()
271 for (i = 0; i < MAX_STREAMS; ++i) { in dice_proc_read_formation()
/linux/sound/usb/caiaq/
H A Ddevice.h27 #define MAX_STREAMS 32 macro
85 int audio_in_buf_pos[MAX_STREAMS];
86 int audio_out_buf_pos[MAX_STREAMS];
87 int period_in_count[MAX_STREAMS];
88 int period_out_count[MAX_STREAMS];
94 struct snd_pcm_substream *sub_playback[MAX_STREAMS];
95 struct snd_pcm_substream *sub_capture[MAX_STREAMS];
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h76 #define MAX_STREAMS 6 macro
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2128 struct dc_stream_state *dc_streams[MAX_STREAMS] = {0}; in dc_commit_state_no_check()
2370 struct dc_validation_set set[MAX_STREAMS] = {0}; in dc_commit_streams()