Searched refs:MAX_STREAMS (Results 1 – 14 of 14) sorted by relevance
63 #define MAX_STREAMS 2 macro89 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];
11 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()
11 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()
11 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];52 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_presonus_formats()54 MAX_STREAMS * SND_DICE_RATE_MODE_COUNT * sizeof(unsigned int)); in snd_dice_detect_presonus_formats()
11 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()
110 min_t(unsigned int, be32_to_cpu(reg[0]), MAX_STREAMS); in get_register_params()127 for (i = 0; i < MAX_STREAMS; ++i) { in release_resources()397 for (i = 0; i < MAX_STREAMS; ++i) { in snd_dice_stream_start_duplex()407 for (i = 0; i < MAX_STREAMS; ++i) { in snd_dice_stream_start_duplex()422 for (i = 0; i < MAX_STREAMS; ++i) { in snd_dice_stream_start_duplex()430 if (i < MAX_STREAMS) { in snd_dice_stream_start_duplex()542 for (i = 0; i < MAX_STREAMS; i++) { in snd_dice_stream_init_duplex()551 for (i = 0; i < MAX_STREAMS; i++) { in snd_dice_stream_init_duplex()556 for (i = 0; i < MAX_STREAMS; i++) in snd_dice_stream_init_duplex()564 for (i = 0; i < MAX_STREAMS; ++i) { in snd_dice_stream_init_duplex()[all …]
62 unsigned int pcm_channels[MAX_STREAMS][3], in read_stream_entries()63 unsigned int midi_ports[MAX_STREAMS]) in read_stream_entries() argument
260 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()
116 for (i = 0; i < MAX_STREAMS; ++i) { in snd_dice_create_midi()
430 for (i = 0; i < MAX_STREAMS; i++) { in snd_dice_create_pcm()
27 #define MAX_STREAMS 32 macro85 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];
83 for (i = 0; i < MAX_STREAMS; i++) in all_substreams_zero()788 if (cdev->n_streams > MAX_STREAMS) { in snd_usb_caiaq_audio_init()
54 #define MAX_STREAMS 6 macro
1688 struct dc_stream_state *dc_streams[MAX_STREAMS] = {0}; in dc_commit_state_no_check()
Completed in 30 milliseconds