Ignore:
Timestamp:
Jul 24, 2021, 3:42:01 PM (4 years ago)
Author:
David Azarewicz
Message:

Merge in changes from uniaud32next branch.

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/isa/sb/emu8000.c

    r679 r689  
    10301030        memset(emu->controls, 0, sizeof(emu->controls));
    10311031        for (i = 0; i < EMU8000_NUM_CONTROLS; i++) {
    1032                 if ((err = snd_ctl_add(card, emu->controls[i] = snd_ctl_new1(mixer_defs[i], emu))) < 0)
     1032                if ((err = snd_ctl_add(card, emu->controls[i] = snd_ctl_new1(mixer_defs[i], emu))) < 0) {
     1033                        emu->controls[i] = NULL;
    10331034                        goto __error;
     1035                }
    10341036        }
    10351037        return 0;
Note: See TracChangeset for help on using the changeset viewer.