Ignore:
Timestamp:
May 16, 2020, 10:38:27 AM (6 years ago)
Author:
Paul Smedley
Message:

Fix some warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-linux-3.2.102/alsa-kernel/core/control.c

    r612 r614  
    459459 * You don't need to call snd_ctl_free_one(). You must be in
    460460 * the write lock - down_write(&card->controls_rwsem).
    461  *
     461 * 
    462462 * Returns 0 if successful, or a negative error code on failure.
    463463 */
     
    484484 * @card: the card instance
    485485 * @id: the control id to remove
    486  *
     486 * 
    487487 * Finds the control instance with the given id, removes it from the
    488488 * card list and releases it.
Note: See TracChangeset for help on using the changeset viewer.