- Timestamp:
- Aug 7, 2022, 3:22:17 AM (3 years ago)
- 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 239 239 return err; 240 240 } 241 241 #ifndef TARGET_OS2 242 /* Traps here with non-HDA hardware on OS/2 */ 242 243 devres_add(parent, card); 244 #endif 243 245 *card_ret = card; 244 246 return 0; -
GPL/branches/uniaud32-next/alsa-kernel/core/memalloc.c
r713 r714 376 376 } 377 377 378 #ifndef TARGET_OS2 379 /* Traps here with non-HDA hardware on OS/2 */ 378 380 devres_add(dev, dmab); 381 #endif 379 382 return dmab; 380 383 }
Note:
See TracChangeset
for help on using the changeset viewer.