[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 sachin.ka...@linaro.org --- sound/soc/samsung/smdk_wm8994.c | 36 +++- 1 files

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 creating

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 2/2] leds: Convert S3C24XX LED driver to gpiolib API

2012-07-03 Thread Sylwester Nawrocki
On 07/03/2012 04:30 AM, Bryan Wu wrote: ... Overall, these 2 patches are good. I'm just curious why not we just use generic led-gpio driver to replace this one. Thank you for the suggestion, I wasn't really aware of generic leds-gpio driver... This could be nice optimization. However my