hal: Adapt update_device_list API.

Add flag to adapt update_device_list API.

Change-Id: Ide2f2c84f651bf68a056b26c30a2818ecb4ccabc
This commit is contained in:
Zun Qiao 2021-09-27 09:14:00 +05:30
parent 7f6d8aa5db
commit 698f8271e9
2 changed files with 6 additions and 0 deletions

View File

@ -234,6 +234,9 @@ __BEGIN_DECLS
#define QAHW_PCM_CUSTOM_CHANNEL_MAP_15 62
#define QAHW_PCM_CUSTOM_CHANNEL_MAP_16 63
/* Adapt update_device_list API */
#define QAHW_UPDATE_DEVICE_LIST_ENABLED
/* type of asynchronous write callback events. Mutually exclusive */
typedef enum {
QAHW_STREAM_CBK_EVENT_WRITE_READY, /* non blocking write completed */

View File

@ -202,6 +202,9 @@ __BEGIN_DECLS
#define QAHW_PCM_CHANNEL_RLC 15 /* Rear left of center. */
#define QAHW_PCM_CHANNEL_RRC 16 /* Rear right of center. */
/* Adapt update_device_list API */
#define QAHW_UPDATE_DEVICE_LIST_ENABLED
/* type of asynchronous write callback events. Mutually exclusive */
typedef enum {
QAHW_STREAM_CBK_EVENT_WRITE_READY, /* non blocking write completed */