OSDN Git Service

audio: Use manager_get_device to get device object
authorSzymon Janc <szymon.janc@tieto.com>
Wed, 12 Dec 2012 10:28:05 +0000 (11:28 +0100)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 19 Dec 2012 11:57:25 +0000 (13:57 +0200)
commite81a827e70e3ba4fb67871d3d9a01a44a92b88b9
tree06b97065066ed68148f0a6180a4f4c034438e864
parent40473b9b46952c0a7bfdbb3ebdef46e60057ab29
audio: Use manager_get_device to get device object

manager_get_device is a simple wrapper for manager_find_device
and can be used instead making manager API simpler.

manager_find_device{s} are  no longer used outside of manager.c and
can be made static.
profiles/audio/a2dp.c
profiles/audio/manager.c
profiles/audio/manager.h