summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/hardware/audio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/audio.h b/include/hardware/audio.h
index 3106738..100b149 100644
--- a/include/hardware/audio.h
+++ b/include/hardware/audio.h
@@ -570,7 +570,7 @@ struct audio_hw_device {
void (*close_output_stream)(struct audio_hw_device *dev,
struct audio_stream_out* stream_out);
-#ifdef QCOM_HARDWARE
+#if defined (QCOM_HARDWARE) || defined (STE_SAMSUNG_HARDWARE)
/** This method creates and opens the audio hardware output
* for broadcast stream */
int (*open_broadcast_stream)(struct audio_hw_device *dev, uint32_t devices,