[PATCH] ASoC: OMAP: Fix Gumstix Overo machine driver by using snd_soc_dai struct

2008-09-12 Thread Steve Sakoman
Structs snd_soc_codec_dai and snd_soc_cpu_dai are obsolete and are merged to snd_soc_dai by the commit 8687eb8bded8c3c5842a85bd0c30e43fc5a3e0e0. Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] Acked-by: Steve Sakoman [EMAIL PROTECTED] --- sound/soc/omap/overo.c |4 ++-- 1 files changed, 2

Re: [PATCH] ASoC: OMAP: Fix Gumstix Overo machine driver by using snd_soc_dai struct

2008-09-12 Thread Felipe Balbi
On Fri, Sep 12, 2008 at 01:42:42PM -0700, Steve Sakoman wrote: should this be From: Jarkko ??? Structs snd_soc_codec_dai and snd_soc_cpu_dai are obsolete and are merged to snd_soc_dai by the commit 8687eb8bded8c3c5842a85bd0c30e43fc5a3e0e0. Signed-off-by: Jarkko Nikula [EMAIL PROTECTED]

Re: [PATCH] ASoC: OMAP: Fix Gumstix Overo machine driver by using snd_soc_dai struct

2008-09-12 Thread Steve Sakoman
On Fri, Sep 12, 2008 at 1:46 PM, Felipe Balbi [EMAIL PROTECTED] wrote: should this be From: Jarkko ??? Indeed. Will resubmit. Steve -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] ASoC: OMAP: Fix Gumstix Overo machine driver by using snd_soc_dai struct (rev 2)

2008-09-12 Thread Steve Sakoman
From: Jarkko Nikula [EMAIL PROTECTED] Structs snd_soc_codec_dai and snd_soc_cpu_dai are obsolete and are merged to snd_soc_dai by the commit 8687eb8bded8c3c5842a85bd0c30e43fc5a3e0e0. Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] Acked-by: Steve Sakoman [EMAIL PROTECTED] ---

Re: [PATCH] ASoC: OMAP: Fix Gumstix Overo machine driver by using snd_soc_dai struct (rev 2)

2008-09-12 Thread Tony Lindgren
* Steve Sakoman [EMAIL PROTECTED] [080912 14:04]: From: Jarkko Nikula [EMAIL PROTECTED] Structs snd_soc_codec_dai and snd_soc_cpu_dai are obsolete and are merged to snd_soc_dai by the commit 8687eb8bded8c3c5842a85bd0c30e43fc5a3e0e0. Pushing today to l-o tree. Tony Signed-off-by: Jarkko