audio: hal: App type config changes for transcode loopback
Changes to enable app type config for DSP HW
transcode loopback usecase type.
CRs-Fixed: 2081126
Change-Id: I160038b5aaa404298d08e5d0b32f794531b23a82
diff --git a/hal/audio_hw.h b/hal/audio_hw.h
index 0a6d85b..ac8a801 100644
--- a/hal/audio_hw.h
+++ b/hal/audio_hw.h
@@ -239,6 +239,8 @@
pthread_cond_t cond;
struct stream_config in_config;
struct stream_config out_config;
+ struct stream_app_type_cfg out_app_type_cfg;
+ char profile[MAX_STREAM_PROFILE_STR_LEN];
struct audio_device *dev;
void *adsp_hdlr_stream_handle;
void *ip_hdlr_handle;