Re: [PATCH 1/1] ASoC: Samsung: Convert to use snd_soc_register_card()

2012-07-03 Thread Mark Brown
On Tue, Jul 03, 2012 at 02:04:04PM +0530, Sachin Kamat wrote: > Current method for machine driver to register with the ASoC core is to use > snd_soc_register_card() instead of creating a "soc-audio" platform device. Applied, thanks (it's not a generic Samsung patch, it's just for the one board BTW

RE: [PATCH 1/1] ASoC: Samsung: Convert to use snd_soc_register_card()

2012-07-03 Thread Sangbeom Kim
Hi! On Tuesday, Jul 03, 2012 at 05:34PM, Sachin Kamat wrote: > Current method for machine driver to register with the ASoC core is to use > snd_soc_register_card() instead of creating a "soc-audio" platform device. It looks better to include reason of using snd_soc_register_card instead of creatin

[PATCH 1/1] ASoC: Samsung: Convert to use snd_soc_register_card()

2012-07-03 Thread Sachin Kamat
Current method for machine driver to register with the ASoC core is to use snd_soc_register_card() instead of creating a "soc-audio" platform device. Signed-off-by: Sachin Kamat --- sound/soc/samsung/smdk_wm8994.c | 36 +++- 1 files changed, 23 insertions(+), 13