From ab34ca44fcf6d9dd34eeb23ad0d282799b659fe6 Mon Sep 17 00:00:00 2001 From: Sidipotu Ashok Date: Fri, 22 Jul 2011 16:34:20 +0530 Subject: [PATCH] msm: board-msm7x27a: Correcting SND_CURRENT dev id. Change the SND_CURRENT dev id to align it with change in Modem software. Signed-off-by: Sidipotu Ashok --- arch/arm/mach-msm/board-msm7x27a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-msm/board-msm7x27a.c b/arch/arm/mach-msm/board-msm7x27a.c index d45ee3c6467..ecf33b214d2 100644 --- a/arch/arm/mach-msm/board-msm7x27a.c +++ b/arch/arm/mach-msm/board-msm7x27a.c @@ -1883,7 +1883,7 @@ static struct snd_endpoint snd_endpoints_list[] = { SND(FM_DIGITAL_STEREO_HEADSET, 26), SND(FM_DIGITAL_SPEAKER_PHONE, 27), SND(FM_DIGITAL_BT_A2DP_HEADSET, 28), - SND(CURRENT, 34), + SND(CURRENT, 0x7FFFFFFE), SND(FM_ANALOG_STEREO_HEADSET, 35), SND(FM_ANALOG_STEREO_HEADSET_CODEC, 36), };