All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ASoC: SAMSUNG: Code clean-up suitable for current ASoC
@ 2011-01-07  4:43 Seungwhan Youn
  2011-01-07  4:46 ` [PATCH 1/4] ASoC: SAMSUNG: Remove AC97 header file Seungwhan Youn
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Seungwhan Youn @ 2011-01-07  4:43 UTC (permalink / raw)
  To: alsa-devel; +Cc: broonie, jassi.brar, lrg

Hi,

This patch remove(or move) unnecessary or un-suitable features on current
ASoC for all Samsung audio drivers and its supports. After multi-component
model patch, ASoC core part controls dai_links instead of _hard_wired_
dai links on machine drivers. Due to apply this model, many machine drivers
don't need codecs and platforms includes to make _hard_wired_ dai_links.
And also, ASoC core header file 'sound/soc.h' has basic includes for device
driver, so many of includes in each machine/platform driver are duplicated
and not essentially needed.

So, this patch-set check each platform/machine drivers' includes and
definitions are suitable or not, remove unnecessary features with compile
tests.


These patches are modify below features:-
 o Remove unnecessary 'ac97.h' header file.
 o Move each specific definitions, not to be shared by header files.
 o Clean-up unnecessary header includes.

This patch-set is based on two different branches that :-
 o ASoC patches are based on Mark Brown's git branch 'for-next'
   (commit id - f6c2ed5dd6ab43447dacc136585fc894e3f3a82d)

This patch-set contains followings :-
 o [PATCH 1/4] ASoC: SAMSUNG: Remove AC97 header file
 o [PATCH 2/4] ASoC: SAMSUNG: Clean-up DMA header file
 o [PATCH 3/4] ASoC: SAMSUNG: Move PCM specific definitions into pcm.c
 o [PATCH 4/4] ASoC: SAMSUNG: Clean-up header includes


Thanks,
Claude(Seungwhan Youn)

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-01-11 11:31 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-07  4:43 [PATCH 0/4] ASoC: SAMSUNG: Code clean-up suitable for current ASoC Seungwhan Youn
2011-01-07  4:46 ` [PATCH 1/4] ASoC: SAMSUNG: Remove AC97 header file Seungwhan Youn
2011-01-07  4:51   ` [PATCH 2/4] ASoC: SAMSUNG: Clean-up DMA " Seungwhan Youn
2011-01-07  6:03     ` Jassi Brar
2011-01-07  6:02   ` [PATCH 1/4] ASoC: SAMSUNG: Remove AC97 " Jassi Brar
2011-01-07  4:57 ` [PATCH 3/4] ASoC: SAMSUNG: Move PCM specific definitions into pcm.c Seungwhan Youn
2011-01-07  6:04   ` Jassi Brar
2011-01-07  4:57 ` [PATCH 4/4] ASoC: SAMSUNG: Clean-up header includes Seungwhan Youn
2011-01-07  6:08   ` Jassi Brar
2011-01-07  7:03     ` Seungwhan Youn
2011-01-07 10:38       ` Mark Brown
2011-01-07 11:22         ` Seungwhan Youn
2011-01-10 22:26           ` [PATCH v2 " Seungwhan Youn
2011-01-11 10:51             ` Liam Girdwood
2011-01-11 11:26             ` Jassi Brar
2011-01-11 11:29             ` Mark Brown
2011-01-09 14:01 ` [PATCH 0/4] ASoC: SAMSUNG: Code clean-up suitable for current ASoC Liam Girdwood
2011-01-10 11:40   ` Mark Brown

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.