diff --git a/doc/sof.doxygen.in b/doc/sof.doxygen.in index 607f59a6d925..32a99fc8c480 100644 --- a/doc/sof.doxygen.in +++ b/doc/sof.doxygen.in @@ -29,7 +29,8 @@ MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = YES PREDEFINED = "__attribute__(x)= " \ "CONFIG_FORMAT_S16LE=1" \ - "CONFIG_FORMAT_S32LE=1" + "CONFIG_FORMAT_S32LE=1" \ + "CONFIG_TRACE=1" OPTIMIZE_OUTPUT_FOR_C = YES TYPEDEF_HIDES_STRUCT = YES diff --git a/src/arch/xtensa/lib/cpu.c b/src/arch/xtensa/lib/cpu.c index 9a3b4bf9b191..8e90b085822c 100644 --- a/src/arch/xtensa/lib/cpu.c +++ b/src/arch/xtensa/lib/cpu.c @@ -5,7 +5,7 @@ // Author: Tomasz Lauda /** - * \file arch/xtensa/cpu.c + * \file * \brief Xtensa CPU implementation file * \authors Tomasz Lauda */ diff --git a/src/arch/xtensa/lib/notifier.c b/src/arch/xtensa/lib/notifier.c index 3143138c8195..225fe1ba99c2 100644 --- a/src/arch/xtensa/lib/notifier.c +++ b/src/arch/xtensa/lib/notifier.c @@ -5,7 +5,7 @@ // Author: Tomasz Lauda /** - * \file arch/xtensa/notifier.c + * \file * \brief Xtensa notifier implementation file * \authors Tomasz Lauda */ diff --git a/src/arch/xtensa/schedule/schedule.c b/src/arch/xtensa/schedule/schedule.c index 23382fdf3784..8ed9ab811eb9 100644 --- a/src/arch/xtensa/schedule/schedule.c +++ b/src/arch/xtensa/schedule/schedule.c @@ -5,7 +5,7 @@ // Author: Tomasz Lauda /** - * \file arch/xtensa/schedule.c + * \file * \brief Xtensa schedule implementation file * \authors Tomasz Lauda */ diff --git a/src/arch/xtensa/schedule/task.c b/src/arch/xtensa/schedule/task.c index 7e9e7846812e..efb7c5aa53c6 100644 --- a/src/arch/xtensa/schedule/task.c +++ b/src/arch/xtensa/schedule/task.c @@ -6,7 +6,7 @@ // Tomasz Lauda /** - * \file arch/xtensa/task.c + * \file * \brief Arch task implementation file * \authors Liam Girdwood * Tomasz Lauda diff --git a/src/audio/codec_adapter/codec_adapter.c b/src/audio/codec_adapter/codec_adapter.c index fcc9ea9d9a63..9891eb9e24d9 100644 --- a/src/audio/codec_adapter/codec_adapter.c +++ b/src/audio/codec_adapter/codec_adapter.c @@ -9,7 +9,7 @@ */ /** - * \file audio/codec_adapter.c + * \file * \brief Processing compoent aimed to work with external codec libraries * \author Marcin Rajwa */ @@ -29,7 +29,7 @@ int validate_setup_config(struct ca_config *cfg); /** * \brief Create a codec adapter component. * \param[in] drv - component driver pointer. - * \param[in] comp - component ipc descriptor pointer. + * \param[in] config - component ipc descriptor pointer. * * \return: a pointer to newly created codec adapter component. */ diff --git a/src/audio/crossover/crossover.c b/src/audio/crossover/crossover.c index cb1684daf905..e948656284d6 100644 --- a/src/audio/crossover/crossover.c +++ b/src/audio/crossover/crossover.c @@ -290,8 +290,6 @@ static int crossover_init_coef(struct comp_data *cd, int nch) /** * \brief Setup the state, coefficients and processing functions for crossover. - * - * \param dev component device */ static int crossover_setup(struct comp_data *cd, int nch) { diff --git a/src/audio/kpb.c b/src/audio/kpb.c index a42520da62f4..b2008ee063c6 100644 --- a/src/audio/kpb.c +++ b/src/audio/kpb.c @@ -116,7 +116,7 @@ static uint64_t kpb_task_deadline(void *data) /** * \brief Create a key phrase buffer component. - * \param[in] comp - generic ipc component pointer. + * \param[in] config - generic ipc component pointer. * * \return: a pointer to newly created KPB component. */ @@ -797,8 +797,8 @@ static int kpb_copy(struct comp_dev *dev) * \brief Buffer real time data stream in * the internal buffer. * - * \param[in] kpb - KPB component data pointer. - * \param[in] source pointer to the buffer source. + * \param[in] dev - KPB component data pointer. + * \param[in] source - pointer to the buffer source. * */ static int kpb_buffer_data(struct comp_dev *dev, @@ -959,7 +959,7 @@ static void kpb_event_handler(void *arg, enum notify_id type, void *event_data) /** * \brief Register clients in the system. * - * \param[in] dev - kpb device component pointer. + * \param[in] kpb - kpb device component pointer. * \param[in] cli - pointer to KPB client's data. * * \return integer representing either: @@ -1003,7 +1003,7 @@ static int kpb_register_client(struct comp_data *kpb, struct kpb_client *cli) /** * \brief Prepare history buffer for draining. * - * \param[in] kpb - kpb component data. + * \param[in] dev - kpb component data. * \param[in] cli - client's data. * */ @@ -1319,7 +1319,6 @@ static enum task_state kpb_draining_task(void *arg) /** * \brief Drain data samples safe, according to configuration. * - * \param[in] dev - kpb component device pointer * \param[in] sink - pointer to sink buffer. * \param[in] source - pointer to source buffer. * \param[in] size - requested copy size in bytes. @@ -1468,7 +1467,6 @@ static inline bool kpb_is_sample_width_supported(uint32_t sampling_width) /** * \brief Copy data samples safe, according to configuration. * - * \param[in] dev - kpb component device pointer * \param[in] sink - pointer to sink buffer. * \param[in] source - pointer to source buffer. * \param[in] size - requested copy size in bytes. diff --git a/src/audio/selector/selector.c b/src/audio/selector/selector.c index 3b31378ea64f..7607a6810b70 100644 --- a/src/audio/selector/selector.c +++ b/src/audio/selector/selector.c @@ -5,7 +5,7 @@ // Author: Lech Betlej /** - * \file audio/selector.c + * \file * \brief Audio channel selection component. In case 1 output channel is * \brief selected in topology the component provides the selected channel on * \brief output. In case 2 or 4 channels are selected on output the component @@ -46,7 +46,7 @@ DECLARE_TR_CTX(selector_tr, SOF_UUID(selector_uuid), LOG_LEVEL_INFO); /** * \brief Creates selector component. - * \param[in,out] data Selector base component device. + * * \return Pointer to selector base component device. */ static struct comp_dev *selector_new(const struct comp_driver *drv, diff --git a/src/audio/selector/selector_generic.c b/src/audio/selector/selector_generic.c index 0560df5b03b0..1b2ae67f6e73 100644 --- a/src/audio/selector/selector_generic.c +++ b/src/audio/selector/selector_generic.c @@ -5,7 +5,7 @@ // Author: Lech Betlej /** - * \file audio/selector_generic.c + * \file * \brief Audio channel selector / extractor - generic processing functions * \authors Lech Betlej */ diff --git a/src/audio/volume/volume.c b/src/audio/volume/volume.c index 431338fb32d9..9da8e1ffce25 100644 --- a/src/audio/volume/volume.c +++ b/src/audio/volume/volume.c @@ -7,7 +7,7 @@ // Tomasz Lauda /** - * \file audio/volume.c + * \file * \brief Volume component implementation * \authors Liam Girdwood \n * Keyon Jie \n @@ -185,7 +185,7 @@ const struct comp_zc_func_map zc_func_map[] = { /** * \brief Synchronize host mmap() volume with real value. - * \param[in,out] cd Volume component private data. + * * \param[in] num_channels Update channels 0 to num_channels -1. */ static void vol_sync_host(struct comp_dev *dev, unsigned int num_channels) @@ -294,8 +294,7 @@ static void volume_ramp(struct comp_dev *dev) /** * \brief Creates volume component. - * \param[in,out] data Volume base component device. - * \param[in] delay Update time. + * * \return Pointer to volume base component device. */ static struct comp_dev *volume_new(const struct comp_driver *drv, diff --git a/src/audio/volume/volume_generic.c b/src/audio/volume/volume_generic.c index bcb6e235d0e7..310f745c658f 100644 --- a/src/audio/volume/volume_generic.c +++ b/src/audio/volume/volume_generic.c @@ -7,7 +7,7 @@ // Tomasz Lauda /** - * \file audio/volume_generic.c + * \file * \brief Volume generic processing implementation * \authors Liam Girdwood \n * Keyon Jie \n diff --git a/src/audio/volume/volume_hifi3.c b/src/audio/volume/volume_hifi3.c index 28c921ab95e8..c9ca7e2b10be 100644 --- a/src/audio/volume/volume_hifi3.c +++ b/src/audio/volume/volume_hifi3.c @@ -5,7 +5,7 @@ // Author: Tomasz Lauda /** - * \file audio/volume_hifi3.c + * \file * \brief Volume HiFi3 processing implementation * \authors Tomasz Lauda */ diff --git a/src/debug/gdb/gdb.c b/src/debug/gdb/gdb.c index 64e53fbbc079..f3ba93a4c408 100644 --- a/src/debug/gdb/gdb.c +++ b/src/debug/gdb/gdb.c @@ -123,8 +123,6 @@ void gdb_handle_exception(void) /** * \brief Parse incoming GDB packets. - * \param[in] none. - * \param[out] none. * * Every incoming packet has the format: $packet-data#check-sum * packet-data varies depending on command. Full description diff --git a/src/drivers/generic/dummy-dma.c b/src/drivers/generic/dummy-dma.c index b99085fd2fca..7e3165120ad4 100644 --- a/src/drivers/generic/dummy-dma.c +++ b/src/drivers/generic/dummy-dma.c @@ -417,7 +417,7 @@ static int dummy_dma_copy(struct dma_chan_data *channel, int bytes, /** * \brief Initialize the driver - * \param[in] The preallocated DMA controller structure + * \param[in] dma The preallocated DMA controller structure * \return 0 on success, a negative value on error * * This function must be called before any other will work. Calling functions diff --git a/src/drivers/imx/interrupt-irqsteer.c b/src/drivers/imx/interrupt-irqsteer.c index ab2dfe430ab6..269eb72e757b 100644 --- a/src/drivers/imx/interrupt-irqsteer.c +++ b/src/drivers/imx/interrupt-irqsteer.c @@ -262,12 +262,12 @@ static uint64_t get_irqsteer_interrupts(uint32_t index) /** * get_first_irq() Get the first IRQ bit set in this group. - * @ints The 64 input interrupts * * Get the first pending IRQ in the group. For example, get_first_irq(0x40) * will return 6 (as 1 << 6 is 0x40), while get_first_irq(0) will return -1. * - * Return: -1 if all interrupts are clear, or a shift value if at least + * @param ints The 64 input interrupts + * @return -1 if all interrupts are clear, or a shift value if at least * one interrupt is set. */ static int get_first_irq(uint64_t ints) diff --git a/src/drivers/intel/ssp/mn.c b/src/drivers/intel/ssp/mn.c index 17c81b1dc24d..e650222ce55c 100644 --- a/src/drivers/intel/ssp/mn.c +++ b/src/drivers/intel/ssp/mn.c @@ -89,7 +89,7 @@ void mn_init(struct sof *sof) /** * \brief Checks if given clock is used as source for any MCLK. - * \param[in] clk_src MCLK source. + * * \return true if any port use given clock source, false otherwise. */ static inline bool is_mclk_source_in_use(void) diff --git a/src/lib/pm_runtime.c b/src/lib/pm_runtime.c index 1441d764b237..d5111b80c88d 100644 --- a/src/lib/pm_runtime.c +++ b/src/lib/pm_runtime.c @@ -5,7 +5,7 @@ // Author: Tomasz Lauda /** - * \file lib/pm_runtime.c + * \file * \brief Runtime power management implementation * \author Tomasz Lauda */ diff --git a/src/math/trig.c b/src/math/trig.c index 5048f0c1a90e..9f2f751f7b39 100644 --- a/src/math/trig.c +++ b/src/math/trig.c @@ -15,9 +15,9 @@ /* Use a local definition to avoid adding a dependency on */ #define _M_PI 3.14159265358979323846 /* pi */ /** - * \cordic_atan2_lookup_table = atan(2.^-(0:N-1)) N = 31/16 - * \CORDIC Gain is cordic_gain = prod(sqrt(1 + 2.^(-2*(0:31/16-1)))) - * \Inverse CORDIC Gain,inverse_cordic_gain = 1 / cordic_gain + * cordic_atan2_lookup_table = atan(2.^-(0:N-1)) N = 31/16 + * CORDIC Gain is cordic_gain = prod(sqrt(1 + 2.^(-2*(0:31/16-1)))) + * Inverse CORDIC Gain,inverse_cordic_gain = 1 / cordic_gain */ static const int32_t cordic_lookup[CORDIC_31B_TABLE_SIZE] = { 843314857, 497837829, 263043837, 133525159, 67021687, 33543516, 16775851, 8388437, 4194283, 2097149, @@ -34,7 +34,7 @@ const int32_t cord_sincos_piovertwo_q28fl = Q_CONVERT_FLOAT(_M_PI / 2, 28); const int32_t cord_sincos_piovertwo_q29fl = Q_CONVERT_FLOAT(_M_PI / 2, 29); /** - * \CORDIC-based approximation of sine and cosine + * CORDIC-based approximation of sine and cosine */ void cordic_sin_cos(int32_t th_rad_fxp, cordic_cfg type, int32_t *sign, int32_t *b_yn, int32_t *xn, int32_t *th_cdc_fxp) diff --git a/src/platform/apollolake/include/platform/lib/asm_ldo_management.h b/src/platform/apollolake/include/platform/lib/asm_ldo_management.h index a9e17de45906..549a47b850cd 100644 --- a/src/platform/apollolake/include/platform/lib/asm_ldo_management.h +++ b/src/platform/apollolake/include/platform/lib/asm_ldo_management.h @@ -6,7 +6,7 @@ */ /** - * \file platform/apollolake/lib/asm_ldo_management.h + * \file * \brief Macros for controlling LDO state specific for cAVS 1.5. The header is * intended to be used in Apollolake specific implementation of power_down * routine diff --git a/src/platform/apollolake/include/platform/lib/cpu.h b/src/platform/apollolake/include/platform/lib/cpu.h index 8e7eb190e0d3..45cffb88bccf 100644 --- a/src/platform/apollolake/include/platform/lib/cpu.h +++ b/src/platform/apollolake/include/platform/lib/cpu.h @@ -6,7 +6,7 @@ */ /** - * \file platform/lib/cpu.h + * \file * \brief DSP core parameters. */ diff --git a/src/platform/baytrail/include/platform/lib/cpu.h b/src/platform/baytrail/include/platform/lib/cpu.h index a05eb8dfde37..2c7124c5b0dd 100644 --- a/src/platform/baytrail/include/platform/lib/cpu.h +++ b/src/platform/baytrail/include/platform/lib/cpu.h @@ -6,7 +6,7 @@ */ /** - * \file platform/lib/cpu.h + * \file * \brief DSP core parameters. */ diff --git a/src/platform/cannonlake/include/platform/lib/cpu.h b/src/platform/cannonlake/include/platform/lib/cpu.h index 78a6e78bc889..04004863c8a1 100644 --- a/src/platform/cannonlake/include/platform/lib/cpu.h +++ b/src/platform/cannonlake/include/platform/lib/cpu.h @@ -6,7 +6,7 @@ */ /** - * \file platform/lib/cpu.h + * \file * \brief DSP core parameters. */ diff --git a/src/platform/haswell/include/platform/lib/cpu.h b/src/platform/haswell/include/platform/lib/cpu.h index a05eb8dfde37..2c7124c5b0dd 100644 --- a/src/platform/haswell/include/platform/lib/cpu.h +++ b/src/platform/haswell/include/platform/lib/cpu.h @@ -6,7 +6,7 @@ */ /** - * \file platform/lib/cpu.h + * \file * \brief DSP core parameters. */ diff --git a/src/platform/icelake/include/platform/lib/cpu.h b/src/platform/icelake/include/platform/lib/cpu.h index 78a6e78bc889..04004863c8a1 100644 --- a/src/platform/icelake/include/platform/lib/cpu.h +++ b/src/platform/icelake/include/platform/lib/cpu.h @@ -6,7 +6,7 @@ */ /** - * \file platform/lib/cpu.h + * \file * \brief DSP core parameters. */ diff --git a/src/platform/imx8/include/platform/lib/cpu.h b/src/platform/imx8/include/platform/lib/cpu.h index a05eb8dfde37..2c7124c5b0dd 100644 --- a/src/platform/imx8/include/platform/lib/cpu.h +++ b/src/platform/imx8/include/platform/lib/cpu.h @@ -6,7 +6,7 @@ */ /** - * \file platform/lib/cpu.h + * \file * \brief DSP core parameters. */ diff --git a/src/platform/imx8m/include/platform/lib/cpu.h b/src/platform/imx8m/include/platform/lib/cpu.h index 531f0617cc52..7e83ff1ee7a1 100644 --- a/src/platform/imx8m/include/platform/lib/cpu.h +++ b/src/platform/imx8m/include/platform/lib/cpu.h @@ -6,7 +6,7 @@ */ /** - * \file platform/lib/cpu.h + * \file * \brief DSP core parameters. */ diff --git a/src/platform/intel/cavs/include/cavs/lib/asm_ldo_management.h b/src/platform/intel/cavs/include/cavs/lib/asm_ldo_management.h index 17a2e98403a4..1a0f38d6b155 100644 --- a/src/platform/intel/cavs/include/cavs/lib/asm_ldo_management.h +++ b/src/platform/intel/cavs/include/cavs/lib/asm_ldo_management.h @@ -6,7 +6,7 @@ */ /** - * \file platform/apollolake/include/platform/asm_ldo_management.h + * \file * \brief Macros for controlling LDO state specific for cAVS * \author Lech Betlej */ diff --git a/src/platform/intel/cavs/include/cavs/lib/asm_memory_management.h b/src/platform/intel/cavs/include/cavs/lib/asm_memory_management.h index 0e50f72b8751..0066260e2681 100644 --- a/src/platform/intel/cavs/include/cavs/lib/asm_memory_management.h +++ b/src/platform/intel/cavs/include/cavs/lib/asm_memory_management.h @@ -6,7 +6,7 @@ */ /** - * \file platform/cannonlake/include/platform/asm_memory_management.h + * \file * \brief Macros for power gating memory banks specific for cAVS 1.8 * \(CannonLake) and cAVS 2.0 (IceLake) * \author Lech Betlej diff --git a/src/platform/intel/cavs/lib/mem_window.c b/src/platform/intel/cavs/lib/mem_window.c index b813109de04d..44339a42d5e4 100644 --- a/src/platform/intel/cavs/lib/mem_window.c +++ b/src/platform/intel/cavs/lib/mem_window.c @@ -5,7 +5,7 @@ // Author: Marcin Maka /** - * \file platform/intel/cavs/mem_window.c + * \file * \brief Memory windows programming and initialization * \author Marcin Maka */ diff --git a/src/platform/intel/cavs/lib/pm_runtime.c b/src/platform/intel/cavs/lib/pm_runtime.c index 6d6724f5576f..957e484ec2f9 100644 --- a/src/platform/intel/cavs/lib/pm_runtime.c +++ b/src/platform/intel/cavs/lib/pm_runtime.c @@ -6,7 +6,7 @@ // Janusz Jankowski /** - * \file platform/intel/cavs/pm_runtime.c + * \file * \brief Runtime power management implementation for Apollolake, Cannonlake * and Icelake * \author Tomasz Lauda diff --git a/src/platform/suecreek/include/platform/lib/cpu.h b/src/platform/suecreek/include/platform/lib/cpu.h index 78a6e78bc889..04004863c8a1 100644 --- a/src/platform/suecreek/include/platform/lib/cpu.h +++ b/src/platform/suecreek/include/platform/lib/cpu.h @@ -6,7 +6,7 @@ */ /** - * \file platform/lib/cpu.h + * \file * \brief DSP core parameters. */ diff --git a/src/platform/tigerlake/include/platform/lib/cpu.h b/src/platform/tigerlake/include/platform/lib/cpu.h index 78a6e78bc889..04004863c8a1 100644 --- a/src/platform/tigerlake/include/platform/lib/cpu.h +++ b/src/platform/tigerlake/include/platform/lib/cpu.h @@ -6,7 +6,7 @@ */ /** - * \file platform/lib/cpu.h + * \file * \brief DSP core parameters. */ diff --git a/src/probe/probe.c b/src/probe/probe.c index 1898ba991f0d..5d4f4a65576d 100644 --- a/src/probe/probe.c +++ b/src/probe/probe.c @@ -73,9 +73,9 @@ struct probe_pdata { /** * \brief Allocate and initialize probe buffer with correct alignment. - * \param[out] probe buffer. - * \param[in] buffer size. - * \param[in] buffer address alignment. + * \param[out] buffer return value. + * \param[in] size of buffer. + * \param[in] align the buffer. * \return 0 on success, error code otherwise. */ static int probe_dma_buffer_init(struct probe_dma_buf *buffer, uint32_t size, @@ -106,8 +106,9 @@ static int probe_dma_buffer_init(struct probe_dma_buf *buffer, uint32_t size, /** * \brief Request DMA and initialize DMA for probes with correct alignment, * size and specific channel. - * \param[out] probe DMA. - * \param[in] direction. + * + * \param[out] dma probe returned + * \param[in] direction of the DMA * \return 0 on success, error code otherwise. */ static int probe_dma_init(struct probe_dma_ext *dma, uint32_t direction) @@ -164,7 +165,7 @@ static int probe_dma_init(struct probe_dma_ext *dma, uint32_t direction) /** * \brief Stop, deinit and free DMA and buffer used by probes. - * \param[out] probe DMA. + * * \return 0 on success, error code otherwise. */ static int probe_dma_deinit(struct probe_dma_ext *dma) @@ -437,7 +438,7 @@ int probe_dma_info(struct sof_ipc_probe_info_params *data, uint32_t max_size) /** * \brief Check if stream_tag is used by probes. - * \param[in] DMA stream_tag. + * \param[in] stream_tag DMA stream tag. * \return 0 if not used, 1 otherwise. */ static int is_probe_stream_used(uint32_t stream_tag) @@ -489,9 +490,9 @@ int probe_dma_remove(uint32_t count, uint32_t *stream_tag) /** * \brief Copy data to probe buffer and update buffer pointers. - * \param[out] probe DMA buffer. + * \param[out] pbuf DMA buffer. * \param[in] data pointer. - * \param[in] size. + * \param[in] bytes size. * \return 0 on success, error code otherwise. */ static int copy_to_pbuffer(struct probe_dma_buf *pbuf, void *data, @@ -540,9 +541,9 @@ static int copy_to_pbuffer(struct probe_dma_buf *pbuf, void *data, /** * \brief Copy data from probe buffer and update buffer pointers. - * \param[out] probe DMA buffer. + * \param[out] pbuf DMA buffer. * \param[out] data pointer. - * \param[in] size. + * \param[in] bytes size. * \return 0 on success, error code otherwise. */ static int copy_from_pbuffer(struct probe_dma_buf *pbuf, void *data, @@ -598,9 +599,9 @@ static int copy_from_pbuffer(struct probe_dma_buf *pbuf, void *data, /** * \brief Generate probe data packet header, update timestamp, calc crc * and copy data to probe buffer. - * \param[in] component buffer pointer. - * \param[in] data size. - * \param[in] audio format. + * \param[in] buffer component buffer pointer. + * \param[in] size data size. + * \param[in] format audio format. * \return 0 on success, error code otherwise. */ static int probe_gen_header(struct comp_buffer *buffer, uint32_t size, @@ -634,9 +635,9 @@ static int probe_gen_header(struct comp_buffer *buffer, uint32_t size, /** * \brief Generate description of audio format for extraction probes. - * \param[in] frame_fmt. - * \param[in] sample rate. - * \param[in] channels num. + * \param[in] frame_fmt format + * \param[in] rate sample rate. + * \param[in] channels number of channels * \return format. */ static uint32_t probe_gen_format(uint32_t frame_fmt, uint32_t rate, diff --git a/src/schedule/dma_multi_chan_domain.c b/src/schedule/dma_multi_chan_domain.c index 997cab3d5e68..cfc7443a981c 100644 --- a/src/schedule/dma_multi_chan_domain.c +++ b/src/schedule/dma_multi_chan_domain.c @@ -86,8 +86,8 @@ static int dma_multi_chan_domain_irq_register(struct dma_domain_data *data, /** * \brief Registers task to DMA domain. + * * \param[in,out] domain Pointer to schedule domain. - * \param[in] period Period of the scheduled task. * \param[in,out] task Task to be registered. * \param[in,out] handler Pointer to DMA interrupt handler. * \param[in,out] arg Pointer to DMA interrupt handler's argument. diff --git a/src/schedule/dma_single_chan_domain.c b/src/schedule/dma_single_chan_domain.c index 816dab8e8ffb..1d07867ce676 100644 --- a/src/schedule/dma_single_chan_domain.c +++ b/src/schedule/dma_single_chan_domain.c @@ -160,8 +160,8 @@ static void dma_single_chan_domain_irq_unregister(struct dma_domain_data *data) /** * \brief Registers task to DMA domain. + * * \param[in,out] domain Pointer to schedule domain. - * \param[in] period Period of the scheduled task. * \param[in,out] task Task to be registered. * \param[in,out] handler Pointer to DMA interrupt handler. * \param[in,out] arg Pointer to DMA interrupt handler's argument.