summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorChris Kelly <c-kelly@ti.com>2011-07-19 15:33:07 -0500
committerSimon Wilson <simonwilson@google.com>2011-07-20 11:44:23 -0700
commit162f76d46c54b5d2dec43e6616064026cf588150 (patch)
treee7fc8223636ac4fe97562bab6418f7b50e4d512d /audio
parent37634b96ccc239ab1daaeaa825d9ac5bcd687930 (diff)
downloaddevice_samsung_tuna-162f76d46c54b5d2dec43e6616064026cf588150.zip
device_samsung_tuna-162f76d46c54b5d2dec43e6616064026cf588150.tar.gz
device_samsung_tuna-162f76d46c54b5d2dec43e6616064026cf588150.tar.bz2
audio: correct low power port id
Change-Id: I48ffc54219360fbb5f22c695dea63ca269e6fb68 Signed-off-by: Chris Kelly <c-kelly@ti.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/audio_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index 98be5e7..db68e74 100644
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -88,7 +88,7 @@
#define PORT_TONES 3
#define PORT_VIBRA 4
#define PORT_MODEM 5
-#define PORT_MM_LP 5
+#define PORT_MM_LP 6
#define RESAMPLER_BUFFER_SIZE 8192