* Patches for Samsung SoC PCM Controller driver
@ 2009-11-17 7:53 Jassi Brar
2009-11-17 11:59 ` Mark Brown
2009-11-18 13:06 ` Mark Brown
0 siblings, 2 replies; 7+ messages in thread
From: Jassi Brar @ 2009-11-17 7:53 UTC (permalink / raw)
To: alsa-devel; +Cc: broonie, Jassi Brar, ben-linux
Hello,
(I re-submit patches after making changes suggested yesterday by Ben Dooks.)
Samsung SoCs S3C2450, S3C64XX and later versions have got PCM controllers
which drive what the ALSA stack terms DSP_A/DSP_B formats.
Since the S3C ALSA platform driver was named s3c24xx-pcm, which cause
direct namespace clash with the new PCM controller drivers, it has been
renamed along with some of its local symbols.
First two of the following series of patches does that and later ones
make ground for and add the PCM controller driver.
regards.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Patches for Samsung SoC PCM Controller driver
2009-11-17 7:53 Patches for Samsung SoC PCM Controller driver Jassi Brar
@ 2009-11-17 11:59 ` Mark Brown
2009-11-17 12:36 ` jassi brar
2009-11-18 13:06 ` Mark Brown
1 sibling, 1 reply; 7+ messages in thread
From: Mark Brown @ 2009-11-17 11:59 UTC (permalink / raw)
To: Jassi Brar; +Cc: alsa-devel, ben-linux
On Tue, Nov 17, 2009 at 04:53:17PM +0900, Jassi Brar wrote:
> (I re-submit patches after making changes suggested yesterday by Ben Dooks.)
This all looks OK apart from the comments I posted (no need to repost
for those, though). It'd be good to get Ben's ack, though, since bits
of this touch arch/arm.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Patches for Samsung SoC PCM Controller driver
2009-11-17 11:59 ` Mark Brown
@ 2009-11-17 12:36 ` jassi brar
0 siblings, 0 replies; 7+ messages in thread
From: jassi brar @ 2009-11-17 12:36 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, ben-linux, Jassi Brar
On Tue, Nov 17, 2009 at 8:59 PM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> On Tue, Nov 17, 2009 at 04:53:17PM +0900, Jassi Brar wrote:
>
>> (I re-submit patches after making changes suggested yesterday by Ben Dooks.)
>
> This all looks OK apart from the comments I posted (no need to repost
> for those, though). It'd be good to get Ben's ack, though, since bits
> of this touch arch/arm.
In previous to this set, I implemented whatever you suggested.
This submission added, upon the last one, only what Ben wanted.
If i forgot something from your comments please lemme know.
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Patches for Samsung SoC PCM Controller driver
2009-11-17 7:53 Patches for Samsung SoC PCM Controller driver Jassi Brar
2009-11-17 11:59 ` Mark Brown
@ 2009-11-18 13:06 ` Mark Brown
2009-11-19 4:25 ` jassi brar
1 sibling, 1 reply; 7+ messages in thread
From: Mark Brown @ 2009-11-18 13:06 UTC (permalink / raw)
To: Jassi Brar; +Cc: alsa-devel, ben-linux
On Tue, Nov 17, 2009 at 04:53:17PM +0900, Jassi Brar wrote:
> Samsung SoCs S3C2450, S3C64XX and later versions have got PCM controllers
> which drive what the ALSA stack terms DSP_A/DSP_B formats.
Applied all except patch 4, thanks.
Please do try to follow the subject line conventions for the subsystem
you're submitting to when sending patches - it makes them much easier to
apply.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Patches for Samsung SoC PCM Controller driver
2009-11-18 13:06 ` Mark Brown
@ 2009-11-19 4:25 ` jassi brar
2009-11-19 10:25 ` Mark Brown
0 siblings, 1 reply; 7+ messages in thread
From: jassi brar @ 2009-11-19 4:25 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, ben-linux, Jassi Brar
On Wed, Nov 18, 2009 at 10:06 PM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> On Tue, Nov 17, 2009 at 04:53:17PM +0900, Jassi Brar wrote:
>
>> Samsung SoCs S3C2450, S3C64XX and later versions have got PCM controllers
>> which drive what the ALSA stack terms DSP_A/DSP_B formats.
>
> Applied all except patch 4, thanks.
>
> Please do try to follow the subject line conventions for the subsystem
> you're submitting to when sending patches - it makes them much easier to
> apply.
well, the patches that were neither 64xx nor PCM specific, we marked
"S3C AUDIO", those specific were marked "S3C64XX PCM" and the driver
was marked "S3C PCM" since that is supposed to run all PCM controllers
of S3C series.
Thanks.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Patches for Samsung SoC PCM Controller driver
2009-11-19 4:25 ` jassi brar
@ 2009-11-19 10:25 ` Mark Brown
0 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2009-11-19 10:25 UTC (permalink / raw)
To: jassi brar; +Cc: alsa-devel, ben-linux, Jassi Brar
On Thu, Nov 19, 2009 at 01:25:47PM +0900, jassi brar wrote:
> well, the patches that were neither 64xx nor PCM specific, we marked
> "S3C AUDIO", those specific were marked "S3C64XX PCM" and the driver
> was marked "S3C PCM" since that is supposed to run all PCM controllers
> of S3C series.
The bit that's missing is that for the subsystem - "ASoC: " for the
ASoC bits.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Patches for Samsung SoC PCM Controller driver
@ 2009-11-05 1:34 Jassi Brar
0 siblings, 0 replies; 7+ messages in thread
From: Jassi Brar @ 2009-11-05 1:34 UTC (permalink / raw)
To: alsa-devel; +Cc: broonie, Jassi Brar, ben-linux
Hello,
Samsung SoCs S3C2450, S3C64XX and later versions have got PCM controllers
which drive what the ALSA stack terms DSP_A/DSP_B formats.
Since the S3C ALSA platform driver was named s3c24xx-pcm, which cause
direct namespace clash with the new PCM controller drivers, it has been
renamed along with some of its local symbols.
First two of the following series of patches does that and later ones
make ground for and add the PCM controller driver.
regards.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-11-19 10:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-17 7:53 Patches for Samsung SoC PCM Controller driver Jassi Brar
2009-11-17 11:59 ` Mark Brown
2009-11-17 12:36 ` jassi brar
2009-11-18 13:06 ` Mark Brown
2009-11-19 4:25 ` jassi brar
2009-11-19 10:25 ` Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2009-11-05 1:34 Jassi Brar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.