the cookie is now allocated by the framework
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7110 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
bbd6936229
commit
40d8df50ed
@ -38,7 +38,7 @@ driver_info_t driver_info = {
|
||||
|
||||
|
||||
status_t
|
||||
ichaudio_attach(drv_t *drv, void *cookie)
|
||||
ichaudio_attach(drv_t *drv, void *_cookie)
|
||||
{
|
||||
ichaudio_cookie *cookie = (ichaudio_cookie *)_cookie;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user