All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] ASoC: au1x: update PSC AC97/I2S code
@ 2011-07-25 11:45 ` Manuel Lauss
  0 siblings, 0 replies; 16+ messages in thread
From: Manuel Lauss @ 2011-07-25 11:45 UTC (permalink / raw)
  To: alsa-devel; +Cc: Linux-MIPS, Manuel Lauss, Liam Girdwood

The following two patches depend on patchset "ASoC for Alchemy Au1000/1500/1100"
to apply and work.
Patch #1 moves the DBDMA (PCM) device registration from the AC97/I2S drivers
  into the board code.
Patch #2 changes use of "soc-audio" platform device int db1200 machine code to
  the new way.
Patch #3 removes the use of custom PCM_TX/RX constants in favour of the
  established SNDRV_PCM_SUBTREAM_PLAYBACK/CAPTURE.

Changes since V1:
- added patch #3
- tidied patch #1 a bit more.

Run-tested on DB1200, DB1300 and DB1550 boards.

Manuel Lauss (3):
  ASoC: au1x: remove automatic DMA device registration from PSC drivers
  ASoC: au1x: update db1200 machine to the new way of things
  ASoC: au1x: use substream stream info directly

 arch/mips/alchemy/devboards/db1200/platform.c |   16 +++++
 sound/soc/au1x/db1200.c                       |   64 ++++++++++++------
 sound/soc/au1x/dbdma2.c                       |   91 +++++--------------------
 sound/soc/au1x/psc-ac97.c                     |   48 +++++++++-----
 sound/soc/au1x/psc-i2s.c                      |   42 +++++++----
 sound/soc/au1x/psc.h                          |   11 ---
 6 files changed, 133 insertions(+), 139 deletions(-)

-- 
1.7.6


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

end of thread, other threads:[~2011-07-27 18:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-25 11:45 [PATCH V2 0/3] ASoC: au1x: update PSC AC97/I2S code Manuel Lauss
2011-07-25 11:45 ` Manuel Lauss
2011-07-25 11:45 ` [PATCH V2 1/3] ASoC: au1x: remove automatic DMA device registration from PSC drivers Manuel Lauss
2011-07-25 11:45   ` Manuel Lauss
2011-07-25 11:45 ` [PATCH V2 2/3] ASoC: au1x: update db1200 machine to the new way of things Manuel Lauss
2011-07-25 11:45   ` Manuel Lauss
2011-07-25 11:45 ` [PATCH V2 3/3] ASoC: au1x: use substream stream info directly Manuel Lauss
2011-07-25 11:45   ` Manuel Lauss
2011-07-26 10:58 ` [PATCH V2 0/3] ASoC: au1x: update PSC AC97/I2S code Liam Girdwood
2011-07-26 10:58   ` Liam Girdwood
2011-07-26 14:43 ` Mark Brown
2011-07-26 14:43   ` Mark Brown
2011-07-27 15:03   ` Ralf Baechle
2011-07-27 15:03   ` Ralf Baechle
2011-07-27 18:17 ` Mark Brown
2011-07-27 18:17   ` 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.