greybus: audio_manager: Split device type into i/p & o/p devices
authorVaibhav Agarwal <vaibhav.agarwal@linaro.org>
Wed, 30 Mar 2016 07:53:55 +0000 (13:23 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 5 Apr 2016 13:39:22 +0000 (09:39 -0400)
commita9234bfd6cec4420b5bef29d77dce1f9cb0543e2
treed34d44f33373f3b12f8451b70933b22ab5195f7f
parentdc5cc72cc6c219868ad5b87b26c79ac778444210
greybus: audio_manager: Split device type into i/p & o/p devices

Currently, single field is used to report device type say SPK,
MIC, HS, HP, etc. However above HAL expects separate fields for
input & ouput device types.

Signed-off-by: Vaibhav Agarwal <vaibhav.agarwal@linaro.org>
Reviewed-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/audio_manager.h
drivers/staging/greybus/audio_manager_module.c
drivers/staging/greybus/audio_manager_sysfs.c
drivers/staging/greybus/audio_module.c