All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] unify two pxa sound drivers
@ 2008-09-08  8:53 Dmitry Baryshkov
  2008-09-08  9:05 ` Liam Girdwood
  2008-09-08  9:06 ` [PATCH 1/5] Permit simultaneous compilation of both PXA AC97 drivers Dmitry Baryshkov
  0 siblings, 2 replies; 17+ messages in thread
From: Dmitry Baryshkov @ 2008-09-08  8:53 UTC (permalink / raw)
  To: alsa-devel

Hi,

Please consider this changeset. It was partially tested, but additional
testing will be appreciated. pxa3xx was only compile tested.

The following changes since commit 6a55617ed5d1aa62b850de2cf66f5ede2eef4825:
  Linus Torvalds (1):
        Linux v2.6.27-rc4

are available in the git repository at:

  git://git.infradead.org/users/dbaryshkov/zaurus-2.6.git pxa2xx-asoc-cleanup

Dmitry Baryshkov (4):
      Permit simultaneous compilation of both PXA AC97 drivers
      Separate common pxa2xx-ac97 code
      Make pxa-ac97-lib separate module
      Separate common pxa2xx-pcm code

Russ Dill (1):
      pxa2xx-lib: support building for several pxa's

 arch/arm/mach-pxa/include/mach/pxa-regs.h |    4 +-
 include/sound/pxa2xx-lib.h                |   45 +++++
 sound/arm/Kconfig                         |    9 +-
 sound/arm/Makefile                        |    4 +
 sound/arm/pxa2xx-ac97-lib.c               |  297 +++++++++++++++++++++++++++++
 sound/arm/pxa2xx-ac97.c                   |  247 ++----------------------
 sound/arm/pxa2xx-pcm-lib.c                |  277 +++++++++++++++++++++++++++
 sound/arm/pxa2xx-pcm.c                    |  252 +-----------------------
 sound/arm/pxa2xx-pcm.h                    |   13 +-
 sound/soc/pxa/Kconfig                     |    3 +
 sound/soc/pxa/pxa2xx-ac97.c               |  272 +-------------------------
 sound/soc/pxa/pxa2xx-i2s.c                |   26 ++-
 sound/soc/pxa/pxa2xx-pcm.c                |  265 +-------------------------
 sound/soc/pxa/pxa2xx-pcm.h                |   15 --
 14 files changed, 707 insertions(+), 1022 deletions(-)
 create mode 100644 include/sound/pxa2xx-lib.h
 create mode 100644 sound/arm/pxa2xx-ac97-lib.c
 create mode 100644 sound/arm/pxa2xx-pcm-lib.c

-- 
With best wishes
Dmitry

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

end of thread, other threads:[~2008-09-08 10:35 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-08  8:53 [GIT PULL] unify two pxa sound drivers Dmitry Baryshkov
2008-09-08  9:05 ` Liam Girdwood
2008-09-08  9:06 ` [PATCH 1/5] Permit simultaneous compilation of both PXA AC97 drivers Dmitry Baryshkov
2008-09-08  9:06   ` [PATCH 2/5] Separate common pxa2xx-ac97 code Dmitry Baryshkov
2008-09-08  9:06     ` [PATCH 3/5] Make pxa-ac97-lib separate module Dmitry Baryshkov
2008-09-08  9:06       ` [PATCH 4/5] pxa2xx-lib: support building for several pxa's Dmitry Baryshkov
2008-09-08  9:06         ` [PATCH 5/5] Separate common pxa2xx-pcm code Dmitry Baryshkov
2008-09-08 10:07           ` Eric Miao
2008-09-08 10:13             ` Dmitry
2008-09-08 10:33           ` Mark Brown
2008-09-08 10:17         ` [PATCH 4/5] pxa2xx-lib: support building for several pxa's Mark Brown
2008-09-08  9:33     ` [PATCH 2/5] Separate common pxa2xx-ac97 code Liam Girdwood
2008-09-08  9:42       ` Dmitry Baryshkov
2008-09-08  9:51         ` Liam Girdwood
2008-09-08  9:30   ` [PATCH 1/5] Permit simultaneous compilation of both PXA AC97 drivers Mark Brown
2008-09-08 10:19     ` Dmitry Baryshkov
2008-09-08 10:35       ` 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.