Re: [PATCH v3 5/9] ALSA: hda/ca0132: add/change helper functions for R3Di and SBZ

From: Takashi Sakamoto
Date: Sun May 06 2018 - 22:29:47 EST


Hi,

On May 6 2018 04:03, Connor McAdams wrote:
Edit core functions to support the Sound Blaster Z and Recon3Di for
startup and loading of the DSP, as well as setting effects.

Signed-off-by: Connor McAdams <conmanx360@xxxxxxxxx>
---
sound/pci/hda/patch_ca0132.c | 1064 ++++++++++++++++++++++++++++++++++++++++--
1 file changed, 1018 insertions(+), 46 deletions(-)

In my opinion, this patch is too large. This patch can be split into
several parts:

* Changes for signature of 'dspio_scp()' to get 'src_id'
* dspio_scp()
* dspio_set_param()
* dspio_set_uint_param()
* dspio_alloc_dma_chan()
* dspio_free_dma_chan()
* Changes for SBZ only
* Changes for R3Di only

Could you please prepare for these three patches from this large patch in your next chance? Especially, you can describe enough information to the latter two patches as patch comment.


Thanks

Takashi Sakamoto