mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Various fixes to ld10k1
Various fixes by Tim <terminator356@users.sourceforge.net>: - Now loads as10k1 bin patch files from ALSA alsa-tools AND from EMU1roject emu-utils. - Fixed init_live bug. - Fixed bug in liblo10k1.c liblo10k1_patch_get().
This commit is contained in:
parent
37fccff016
commit
700edf08b4
8 changed files with 48 additions and 25 deletions
|
|
@ -495,7 +495,10 @@ static int transfer_patch(int udin, char *ctrl_opt, liblo10k1_emu_patch_t *ep, l
|
|||
}
|
||||
|
||||
if (liblo10k1_emu_transform_patch(ep, tctl, ctrl_to_concate_count, &np) < 0)
|
||||
{
|
||||
error("error on liblo10k1_emu_transform_patch");
|
||||
return 1;
|
||||
}
|
||||
|
||||
free(tctl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue