hal: pass samplerate as is to tiny compress.

ALSA framework in offload mode now supports 12kHz and 24kHz and
hence the sample rate value can be directly sent down to the
driver.

Change-Id: I1669f2d7dfd3bacae093b63e700cf27317aac0a5
diff --git a/msm8909/hal/audio_hw.c b/msm8909/hal/audio_hw.c
index 7417c39..7eb67ee 100644
--- a/msm8909/hal/audio_hw.c
+++ b/msm8909/hal/audio_hw.c
@@ -2725,7 +2725,7 @@
         }
         out->compr_config.fragments = COMPRESS_OFFLOAD_NUM_FRAGMENTS;
         out->compr_config.codec->sample_rate =
-                    compress_get_alsa_rate(config->offload_info.sample_rate);
+                    config->offload_info.sample_rate;
         out->compr_config.codec->bit_rate =
                     config->offload_info.bit_rate;
         out->compr_config.codec->ch_in =