>From ec45777aea9d51cd6f7b03a913feeb75adfc2bc9 Mon Sep 17 00:00:00 2001 From: Feng Tang <[email protected]> Date: Mon, 14 Mar 2011 10:46:17 +0800 Subject: [PATCH] config-adaptation-mrst: remove the Medfield ALSA SSP sound card option
These 2 options CONFIG_SND_INTEL_MID_I2S/CONFIG_SND_INTEL_ALSA_SSP are only intended for Medfield. The driver is not well written, so when making them "=y" will create a sound card on MRST platform without a real hw device backing it up, and this psudo sound card will cause misbehavior for pulse audio/alsa. Signed-off-by: Feng Tang <[email protected]> --- config-adaptation-mrst | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/config-adaptation-mrst b/config-adaptation-mrst index ac50f18..a0bf4ad 100644 --- a/config-adaptation-mrst +++ b/config-adaptation-mrst @@ -192,9 +192,7 @@ CONFIG_SERIAL_MFD_HSU=y CONFIG_SERIAL_MFD_HSU_CONSOLE=y CONFIG_TRACE_ROUTER=y CONFIG_BATTERY_INTEL_MDF=y -CONFIG_SND_INTEL_MID_I2S=y CONFIG_SND_CMT_SPEECH=y -CONFIG_SND_INTEL_ALSA_SSP=y CONFIG_TRACE_SINK=y CONFIG_MDFLD_DSI_DSR=y CONFIG_USB_GADGETFS=y _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
