summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaclaw <maclaw@maclaw.pl>2013-06-01 19:59:34 +0200
committerOliverG96 <oliverarafo@gmail.com>2013-07-02 18:04:09 +0100
commitbece41550eea19217a3995123679825fe8ef42b5 (patch)
tree4c03d02401440263cd580104937bed0db7d7a79c
parent86fc2992b5a91da8840637f90cf4453f75e44bf0 (diff)
downloadhardware_libhardware-bece41550eea19217a3995123679825fe8ef42b5.zip
hardware_libhardware-bece41550eea19217a3995123679825fe8ef42b5.tar.gz
hardware_libhardware-bece41550eea19217a3995123679825fe8ef42b5.tar.bz2
libhardware: Enable broadcast stream for audio hardware with
SAMSUNG_STE Change-Id: Iaf3b58fdb6c888c1098ae8359a9c27efa7f81940
-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,