Lines Matching defs:block
310 * \param nonblock 0 = block, 1 = nonblock mode
510 * \brief load the DSP block
512 * \param block pointer to a snd_hwdep_dsp_image_t structure to transfer
515 int snd_hwdep_dsp_load(snd_hwdep_t *hwdep, snd_hwdep_dsp_image_t *block)
518 assert(block);
519 return hwdep->ops->ioctl(hwdep, SNDRV_HWDEP_IOCTL_DSP_LOAD, (void*)block);
678 * \brief get the DSP block index
680 * \return the index of the DSP block
689 * \brief get the name of the DSP block
691 * \return the name string of the DSP block
700 * \brief get the length of the DSP block
702 * \return the length of the DSP block in bytes
711 * \brief get the image pointer of the DSP block
713 * \return the image pointer of the DSP block
722 * \brief set the DSP block index
733 * \brief set the name of the DSP block
745 * \brief set the DSP block length
747 * \param length the length of the DSP block
756 * \brief set the DSP block image pointer