Changeset 714 for GPL


Ignore:
Timestamp:
Aug 7, 2022, 3:22:17 AM (3 years ago)
Author:
Paul Smedley
Message:

Hack around Traps on non-HDA hardware

Location:
GPL/branches/uniaud32-next/alsa-kernel/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/alsa-kernel/core/init.c

    r711 r714  
    239239                return err;
    240240        }
    241 
     241#ifndef TARGET_OS2
     242        /* Traps here with non-HDA hardware on OS/2 */
    242243        devres_add(parent, card);
     244#endif
    243245        *card_ret = card;
    244246        return 0;
  • GPL/branches/uniaud32-next/alsa-kernel/core/memalloc.c

    r713 r714  
    376376        }
    377377
     378#ifndef TARGET_OS2
     379        /* Traps here with non-HDA hardware on OS/2 */
    378380        devres_add(dev, dmab);
     381#endif
    379382        return dmab;
    380383}
Note: See TracChangeset for help on using the changeset viewer.