From e4b74e74cee662475af744700eb7e26bbb2b8c84 Mon Sep 17 00:00:00 2001 From: Ramu Gottipati Date: Wed, 31 Jul 2019 12:35:34 +0530 Subject: [PATCH] hal: Add new speaker devices to support dynamic speaker config - Added speaker2 and speaker3 devices in hal to support multi zone dynamic speaker configuration. Change-Id: I69a20f5b24e6afedfa025e2dd2046f91ecc3785f --- qahw/inc/qahw_defs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qahw/inc/qahw_defs.h b/qahw/inc/qahw_defs.h index e8a7ca79..7d136d2d 100644 --- a/qahw/inc/qahw_defs.h +++ b/qahw/inc/qahw_defs.h @@ -217,6 +217,9 @@ __BEGIN_DECLS #define QAHW_PCM_CHANNEL_RW 32 /* Right wide channel. */ #define QAHW_PCM_CHANNEL_RSD 34 /* Right side direct channel. */ +#define QAHW_AUDIO_DEVICE_OUT_SPEAKER2 0x10000000 +#define QAHW_AUDIO_DEVICE_OUT_SPEAKER3 0x20000000 + /* type of asynchronous write callback events. Mutually exclusive */ typedef enum { QAHW_STREAM_CBK_EVENT_WRITE_READY, /* non blocking write completed */