staging: ti dspbridge: use stream id instead of kernel address
authorErnesto Ramos <ernesto@ti.com>
Wed, 28 Jul 2010 21:04:56 +0000 (16:04 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 3 Aug 2010 00:11:03 +0000 (17:11 -0700)
commit4ec09714a0a5861c3e786967024ddfff00b0add6
tree1004c64c1886e958f4a284a72f0f7770e75cdaed
parent6bcc9beed2d46c0db479a3750af4b2cbd7a92401
staging: ti dspbridge: use stream id instead of kernel address

Send stream ids to the user instead of handles, then when
the id is coming from user dspbridge can retrive the handle
using id and avoid using invalid handles.

Signed-off-by: Ernesto Ramos <ernesto@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/tidspbridge/include/dspbridge/drv.h
drivers/staging/tidspbridge/include/dspbridge/resourcecleanup.h
drivers/staging/tidspbridge/include/dspbridge/strm.h
drivers/staging/tidspbridge/pmgr/dspapi.c
drivers/staging/tidspbridge/rmgr/drv.c
drivers/staging/tidspbridge/rmgr/drv_interface.c
drivers/staging/tidspbridge/rmgr/strm.c