Searched refs:stream_count (Results 1 – 8 of 8) sorted by relevance
| /sound/firewire/dice/ |
| A D | dice-extension.c | 60 u32 base_offset, unsigned int stream_count, in read_stream_entries() argument 70 for (i = 0; i < stream_count; ++i) { in read_stream_entries() 88 unsigned int stream_count; in detect_stream_formats() local 119 stream_count = be32_to_cpu(reg[0]); in detect_stream_formats() 121 stream_count, mode, in detect_stream_formats() 127 base_offset += stream_count * EXT_APP_STREAM_ENTRY_SIZE; in detect_stream_formats() 128 stream_count = be32_to_cpu(reg[1]); in detect_stream_formats() 130 stream_count, in detect_stream_formats()
|
| /sound/pci/mixart/ |
| A D | mixart_core.h | 152 u32 stream_count; member 173 u32 stream_count; member 220 u32 stream_count; /* set to 1 for instance */ member 264 u32 stream_count; member 403 u32 stream_count; /* set to 1 (array size !) */ member
|
| A D | mixart.c | 219 int stream_count; in snd_mixart_add_ref_pipe() local 230 stream_count = MIXART_CAPTURE_STREAMS; in snd_mixart_add_ref_pipe() 238 stream_count = MIXART_PLAYBACK_STREAMS; in snd_mixart_add_ref_pipe() 242 if( (monitoring == 0) && (pipe->references >= stream_count) ) { in snd_mixart_add_ref_pipe() 268 buf->sgroup_req.stream_count = stream_count; in snd_mixart_add_ref_pipe() 273 for (i=0; i<stream_count; i++) { in snd_mixart_add_ref_pipe() 314 pipe->stream_count = buf->sgroup_resp.stream_count; in snd_mixart_add_ref_pipe() 373 pipe->stream_count = 0; in snd_mixart_kill_ref_pipe() 390 stream_state_req.stream_count = 1; in mixart_set_stream_state() 567 stream_param.stream_count = 1; /* set to 1 */ in mixart_set_format()
|
| A D | mixart.h | 143 int stream_count; member
|
| A D | mixart_core.c | 446 if (snd_BUG_ON(notify->stream_count > ARRAY_SIZE(notify->streams))) in snd_mixart_threaded_irq() 448 for(i=0; i<notify->stream_count; i++) { in snd_mixart_threaded_irq()
|
| /sound/pci/pcxhr/ |
| A D | pcxhr_hwdep.c | 157 int stream_count, audio_count; in pcxhr_dsp_allocate_pipe() local 162 stream_count = 1; in pcxhr_dsp_allocate_pipe() 168 stream_count = PCXHR_PLAYBACK_STREAMS; in pcxhr_dsp_allocate_pipe() 178 audio_count, stream_count); in pcxhr_dsp_allocate_pipe()
|
| /sound/soc/amd/ps/ |
| A D | ps-sdw-dma.c | 695 u32 stream_count, irq_mask, irq_mask1; in acp63_restore_sdw_dma_config() local 702 stream_count = ACP63_SDW0_DMA_MAX_STREAMS; in acp63_restore_sdw_dma_config() 704 stream_count = ACP63_SDW1_DMA_MAX_STREAMS; in acp63_restore_sdw_dma_config() 706 for (index = 0; index < stream_count; index++) { in acp63_restore_sdw_dma_config() 740 u32 stream_count, irq_mask, irq_mask1; in acp70_restore_sdw_dma_config() local 745 stream_count = ACP70_SDW0_DMA_MAX_STREAMS; in acp70_restore_sdw_dma_config() 747 for (index = 0; index < stream_count; index++) { in acp70_restore_sdw_dma_config()
|
| /sound/firewire/ |
| A D | amdtp-stream.c | 1517 unsigned int stream_count = 0; in drop_tx_packets_initially() local 1523 ++stream_count; in drop_tx_packets_initially() 1529 if (stream_count == event_starts_count) { in drop_tx_packets_initially()
|
Completed in 27 milliseconds