From ab498e72d400810e34a2d7417eb70bb23c83acd8 Mon Sep 17 00:00:00 2001 From: tytung Date: Sun, 4 Dec 2011 01:44:35 +0800 Subject: [PATCH] qdsp6: Allow audio_rx_path_id to be zero, fixes Bluetooth https://github.com/ics-passion-dev/kernel-2638/commit/1bc9c36dbb0329301b49da412bcdf37872b767ec --- arch/arm/mach-msm/qdsp6_1550/q6audio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-msm/qdsp6_1550/q6audio.c b/arch/arm/mach-msm/qdsp6_1550/q6audio.c index c256a2b9..8113ca19 100644 --- a/arch/arm/mach-msm/qdsp6_1550/q6audio.c +++ b/arch/arm/mach-msm/qdsp6_1550/q6audio.c @@ -1624,7 +1624,6 @@ static int audio_update_acdb(uint32_t adev, uint32_t acdb_id) static void adie_rx_path_enable(uint32_t acdb_id) { AUDIO_INFO("%s\n", __func__); - if (audio_rx_path_id) { adie_enable(); adie_set_path(adie, audio_rx_path_id, ADIE_PATH_RX); adie_set_path_freq_plan(adie, ADIE_PATH_RX, 48000); @@ -1633,7 +1632,6 @@ static void adie_rx_path_enable(uint32_t acdb_id) ADIE_STAGE_DIGITAL_READY); adie_proceed_to_stage(adie, ADIE_PATH_RX, ADIE_STAGE_DIGITAL_ANALOG_READY); - } } static void q6_rx_path_enable(int reconf, uint32_t acdb_id)