summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliverG96 <oliverarafo@gmail.com>2013-06-18 21:00:51 +0100
committerOliverG96 <oliverarafo@gmail.com>2013-06-18 21:00:51 +0100
commitff2e04855a3d7e7004cda14e5cf1c229556aab38 (patch)
tree70523b385910b963a7b4dcf159256d87edad65b0
parent927de3d6ccc1a6284de3b84f67c7bac660547f18 (diff)
downloadandroid_hardware_libhardware-jellybean.tar.gz
android_hardware_libhardware-jellybean.tar.bz2
android_hardware_libhardware-jellybean.zip
libhardware: Use STE_SAMSUNG_HARDWARE instead of SAMSUNG_STEjellybean
Change-Id: I325b7fa2f03d1b59fb8a886ba05cbb46e5249814
-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 9da8b33b..aed2e31a 100644
--- a/include/hardware/audio.h
+++ b/include/hardware/audio.h
@@ -562,7 +562,7 @@ struct audio_hw_device {
void (*close_output_stream)(struct audio_hw_device *dev,
struct audio_stream_out* stream_out);
-#if defined (QCOM_HARDWARE) || defined (SAMSUNG_STE)
+#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,