Changeset 932e2f5 in mainline for uspace/drv/audio/hdaudio/hdaudio.c


Ignore:
Timestamp:
2014-08-25T10:01:24Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a10f3f3
Parents:
a333b7f
Message:

Parent session is torn down automatically.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/hdaudio/hdaudio.c

    ra333b7f r932e2f5  
    225225                if (hda->ctl != NULL)
    226226                        hda_ctl_fini(hda->ctl);
    227                 if (hda->parent_sess != NULL)
    228                         async_hangup(hda->parent_sess);
    229227        }
    230228
Note: See TracChangeset for help on using the changeset viewer.