Searched refs:MAX_STREAMS (Results 1 – 5 of 5) sorted by relevance
/sound/usb/caiaq/ |
D | device.h | 27 #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];
|
D | audio.c | 96 for (i = 0; i < MAX_STREAMS; i++) in all_substreams_zero() 810 if (cdev->n_streams > MAX_STREAMS) { in snd_usb_caiaq_audio_init()
|
/sound/firewire/dice/ |
D | dice.h | 64 #define MAX_STREAMS 2 macro 94 struct fw_iso_resources tx_resources[MAX_STREAMS]; 95 struct fw_iso_resources rx_resources[MAX_STREAMS]; 96 struct amdtp_stream tx_stream[MAX_STREAMS]; 97 struct amdtp_stream rx_stream[MAX_STREAMS];
|
D | dice-stream.c | 84 min_t(unsigned int, be32_to_cpu(reg[0]), MAX_STREAMS); in get_register_params() 91 min_t(unsigned int, be32_to_cpu(reg[0]), MAX_STREAMS); in get_register_params() 101 for (i = 0; i < MAX_STREAMS; i++) { in release_resources() 291 for (i = 0; i < MAX_STREAMS; i++) { in snd_dice_stream_start_duplex() 303 need_to_start = (i < MAX_STREAMS); in snd_dice_stream_start_duplex() 334 for (i = 0; i < MAX_STREAMS; i++) { in snd_dice_stream_start_duplex() 434 for (i = 0; i < MAX_STREAMS; i++) { in snd_dice_stream_init_duplex() 443 for (i = 0; i < MAX_STREAMS; i++) { in snd_dice_stream_init_duplex() 448 for (i = 0; i < MAX_STREAMS; i++) in snd_dice_stream_init_duplex() 461 for (i = 0; i < MAX_STREAMS; i++) { in snd_dice_stream_destroy_duplex()
|
D | dice-pcm.c | 82 count = min_t(unsigned int, be32_to_cpu(reg[0]), MAX_STREAMS); in init_hw_info() 335 max_capture = min_t(unsigned int, be32_to_cpu(reg), MAX_STREAMS); in snd_dice_create_pcm() 341 max_playback = min_t(unsigned int, be32_to_cpu(reg), MAX_STREAMS); in snd_dice_create_pcm() 344 for (i = 0; i < MAX_STREAMS; i++) { in snd_dice_create_pcm()
|