All of lore.kernel.org
 help / color / mirror / Atom feed
From: Seungwhan Youn <sw.youn@samsung.com>
To: alsa-devel@alsa-project.org
Cc: broonie@opensource.wolfsonmicro.com, jassi.brar@samsung.com,
	lrg@slimlogic.co.uk
Subject: [PATCH 0/4] ASoC: SAMSUNG: Code clean-up suitable for current ASoC
Date: Fri,  7 Jan 2011 13:43:49 +0900	[thread overview]
Message-ID: <1294375429-16729-1-git-send-email-sw.youn@samsung.com> (raw)

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)

             reply	other threads:[~2011-01-07  5:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-07  4:43 Seungwhan Youn [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1294375429-16729-1-git-send-email-sw.youn@samsung.com \
    --to=sw.youn@samsung.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=jassi.brar@samsung.com \
    --cc=lrg@slimlogic.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.