]> Zhao Yanbai Git Server - minix.git/commit
libaudiodriver: readd callback to drv_int_sum() 83/3383/1
authorDavid van Moolenbroek <david@minix3.org>
Wed, 28 Dec 2016 13:08:23 +0000 (13:08 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 28 Dec 2016 13:08:23 +0000 (13:08 +0000)
commit192c3a97f685141c6bc6581dd188eae0989afd36
tree1cfe842cf8be50eb1087314ed69e9d4a6fc525d0
parent10a44c0ee2297b10de47c333d88880b5ccc8208e
libaudiodriver: readd callback to drv_int_sum()

The callback, which was dropped in commit git-842c4ed, allows drivers
to fetch the interrupt status once and save it locally for subsequent
calls to drv_int().

This fixes #190 .

Change-Id: I83918656f637e716f60e9f4c19f1498f761d3b52
minix/lib/libaudiodriver/audio_fw.c