Changeset 689 for GPL/trunk/alsa-kernel/drivers/aloop.c
- Timestamp:
- Jul 24, 2021, 3:42:01 PM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-next merged: 682-688
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/drivers/aloop.c
r679 r689 1573 1573 kctl->id.device = dev; 1574 1574 kctl->id.subdevice = substr; 1575 1576 /* Add the control before copying the id so that 1577 * the numid field of the id is set in the copy. 1578 */ 1579 err = snd_ctl_add(card, kctl); 1580 if (err < 0) 1581 return err; 1582 1575 1583 switch (idx) { 1576 1584 case ACTIVE_IDX: … … 1589 1597 break; 1590 1598 } 1591 err = snd_ctl_add(card, kctl);1592 if (err < 0)1593 return err;1594 1599 } 1595 1600 }
Note:
See TracChangeset
for help on using the changeset viewer.