2011-04-12 20:51:07

by Lars-Peter Clausen

[permalink] [raw]
Subject: [PATCH] ARM: s3c2440: gta02; Register dfbmcs320 device

Register the dfbmcs320 device which provides the PCM DAI for the bluetooth
module.

Signed-off-by: Lars-Peter Clausen <[email protected]>
Cc: Ben Dooks <[email protected]>
Cc: Kukjin Kim <[email protected]>
---
arch/arm/mach-s3c2440/mach-gta02.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 0db2411..7166620 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -409,6 +409,10 @@ struct platform_device s3c24xx_pwm_device = {
.num_resources = 0,
};

+static struct platform_device gta02_dfbmcs320_device = {
+ .name = "dfbmcs320",
+};
+
static struct i2c_board_info gta02_i2c_devs[] __initdata = {
{
I2C_BOARD_INFO("pcf50633", 0x73),
@@ -523,6 +527,7 @@ static struct platform_device *gta02_devices[] __initdata = {
&s3c_device_iis,
&samsung_asoc_dma,
&s3c_device_i2c0,
+ &gta02_dfbmcs320_device,
&gta02_buttons_device,
&s3c_device_adc,
&s3c_device_ts,
--
1.7.2.5


2011-04-13 07:43:54

by Liam Girdwood

[permalink] [raw]
Subject: Re: [alsa-devel] [PATCH] ARM: s3c2440: gta02; Register dfbmcs320 device

On Tue, 2011-04-12 at 22:51 +0200, Lars-Peter Clausen wrote:
> Register the dfbmcs320 device which provides the PCM DAI for the bluetooth
> module.
>
> Signed-off-by: Lars-Peter Clausen <[email protected]>
> Cc: Ben Dooks <[email protected]>
> Cc: Kukjin Kim <[email protected]>
> ---
> arch/arm/mach-s3c2440/mach-gta02.c | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>

Acked-by: Liam Girdwood <[email protected]>

2011-04-13 17:37:39

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] ARM: s3c2440: gta02; Register dfbmcs320 device

On Tue, Apr 12, 2011 at 10:51:04PM +0200, Lars-Peter Clausen wrote:
> Register the dfbmcs320 device which provides the PCM DAI for the bluetooth
> module.

Applied, thanks.

2011-04-13 22:26:32

by Kukjin Kim

[permalink] [raw]
Subject: RE: [PATCH] ARM: s3c2440: gta02; Register dfbmcs320 device

Mark Brown worte:
>
> On Tue, Apr 12, 2011 at 10:51:04PM +0200, Lars-Peter Clausen wrote:
> > Register the dfbmcs320 device which provides the PCM DAI for the
bluetooth
> > module.
>
> Applied, thanks.

Mark,

If possible, please add following :)

Acked-by: Kukjin Kim <[email protected]>

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <[email protected]>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.