Home
last modified time | relevance | path

Searched refs:SOF_IPC_MAX_CHANNELS (Results 1 – 15 of 15) sorted by relevance

/sof-3.4.0/src/include/sof/audio/
Dvolume.h137 int32_t volume[SOF_IPC_MAX_CHANNELS]; /**< current volume */
138 int32_t tvolume[SOF_IPC_MAX_CHANNELS]; /**< target volume */
139 int32_t mvolume[SOF_IPC_MAX_CHANNELS]; /**< mute volume */
140 int32_t rvolume[SOF_IPC_MAX_CHANNELS]; /**< ramp start volume */
141 int32_t ramp_coef[SOF_IPC_MAX_CHANNELS]; /**< parameter for slope */
154 bool muted[SOF_IPC_MAX_CHANNELS]; /**< set if channel is muted */
Dbuffer.h158 uint16_t chmap[SOF_IPC_MAX_CHANNELS]; /**< channel map - SOF_CHMAP_ */
/sof-3.4.0/src/include/ipc/
Dstream.h26 #define SOF_IPC_MAX_CHANNELS 8 macro
102 uint16_t chmap[SOF_IPC_MAX_CHANNELS]; /**< channel map - SOF_CHMAP_ */
/sof-3.4.0/src/include/sof/audio/igo_nr/
Digo_nr_comp.h31 bool process_enable[SOF_IPC_MAX_CHANNELS]; /**< set if channel process is enabled */
/sof-3.4.0/src/audio/module_adapter/module/volume/
Dvolume.c381 const size_t vol_size = sizeof(int32_t) * SOF_IPC_MAX_CHANNELS * 4; in volume_init()
546 uint32_t target_volume[SOF_IPC_MAX_CHANNELS]; in volume_init()
548 const size_t vol_size = sizeof(int32_t) * SOF_IPC_MAX_CHANNELS * 4; in volume_init()
559 if (channels_count > SOF_IPC_MAX_CHANNELS || !channels_count) { in volume_init()
815 if (cdata->num_elems == 0 || cdata->num_elems > SOF_IPC_MAX_CHANNELS) { in volume_set_config()
830 if (ch >= SOF_IPC_MAX_CHANNELS) { in volume_set_config()
856 if (ch >= SOF_IPC_MAX_CHANNELS) { in volume_set_config()
891 if (cdata->num_elems == 0 || cdata->num_elems > SOF_IPC_MAX_CHANNELS) { in volume_get_config()
944 (cdata.channel_id >= SOF_IPC_MAX_CHANNELS)) { in volume_set_volume()
953 if (channels_count > SOF_IPC_MAX_CHANNELS) { in volume_set_volume()
[all …]
/sof-3.4.0/src/audio/mux/
Dmux.c308 for (i = 0; i < SOF_IPC_MAX_CHANNELS; i++) in set_mux_params()
340 for (i = 0; i < SOF_IPC_MAX_CHANNELS; i++) in set_mux_params()
355 for (i = 0; i < SOF_IPC_MAX_CHANNELS; i++) in set_mux_params()
/sof-3.4.0/src/audio/selector/
Dselector.c692 for (i = 0; i < SOF_IPC_MAX_CHANNELS; i++) in set_selector_params()
711 for (i = 0; i < SOF_IPC_MAX_CHANNELS; i++) in set_selector_params()
740 for (i = 0; i < SOF_IPC_MAX_CHANNELS; i++) in set_selector_params()
/sof-3.4.0/src/audio/
Dbuffer.c148 for (i = 0; i < SOF_IPC_MAX_CHANNELS; i++) in buffer_set_params()
/sof-3.4.0/src/audio/pipeline/
Dpipeline-params.c144 for (i = 0; i < SOF_IPC_MAX_CHANNELS; i++) in pipeline_update_buffer_pcm_params()
/sof-3.4.0/test/cmocka/src/audio/volume/
Dvolume_process.c69 const size_t vol_size = sizeof(int32_t) * SOF_IPC_MAX_CHANNELS * 4; in setup()
/sof-3.4.0/src/audio/igo_nr/
Digo_nr.c520 } else if (p_config->active_channel_idx >= SOF_IPC_MAX_CHANNELS) { in igo_nr_check_config_validity()
561 if (ch < 0 || ch >= SOF_IPC_MAX_CHANNELS) { in igo_nr_set_chan()
/sof-3.4.0/src/audio/eq_fir/
Deq_fir.c195 for (i = 0; i < SOF_IPC_MAX_CHANNELS; i++) in eq_fir_params()
/sof-3.4.0/src/audio/copier/
Dcopier.c177 if (channels < 1 || channels > SOF_IPC_MAX_CHANNELS) { in create_endpoint_buffer()
189 for (i = 0; i < SOF_IPC_MAX_CHANNELS; i++) in create_endpoint_buffer()
1371 for (i = 0; i < SOF_IPC_MAX_CHANNELS; i++) in update_buffer_format()
/sof-3.4.0/src/audio/mixin_mixout/
Dmixin_mixout.c743 for (i = 0; i < SOF_IPC_MAX_CHANNELS; i++) in base_module_cfg_to_stream_params()
/sof-3.4.0/src/audio/eq_iir/
Deq_iir.c863 for (i = 0; i < SOF_IPC_MAX_CHANNELS; i++) in eq_iir_params()