device-manager: Add Dbus interfaces related to sample format of usb device 32/182832/3
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 28 Jun 2018 08:19:54 +0000 (17:19 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 9 Jul 2018 01:16:30 +0000 (10:16 +0900)
commit04015de42b9457e43fd3937e38c60b143b199123
treec96e2b4df632fc3e7409a53acb728163f302b9e7
parentb27a4d39dea6e5f5005d5995cc3406a0f739c111
device-manager: Add Dbus interfaces related to sample format of usb device

Methods are added as below
 - GetSupportedSampleFormats
    : arg#1 (in)  int32 for device_id
      arg#2 (out) string array for sample_formats
 - SetSampleFormat
    : arg#1 (in)  int32 for device_id
      arg#2 (in)  string for sample_format
 - GetSampleFormat
    : arg#1 (in)  int32 for device_id
      arg#2 (out) string for sample_format

Those APIs are only for usb output device.

[Version] 11.1.15
[Issue Type] New feature

Change-Id: I07e42098fabcf2d4ea8efe486c1da63da3741722
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/pulseaudio-modules-tizen.spec
src/device-manager.c