| To: | alsa-devel@vger.kernel.org, Mark Brown <broonie@opensource.wolfsonmicro.com> |
|---|---|
| Subject: | [PATCH V2 0/3] ASoC: au1x: update PSC AC97/I2S code |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Mon, 25 Jul 2011 13:45:01 +0200 |
| Cc: | Liam Girdwood <lrg@ti.com>, Linux-MIPS <linux-mips@linux-mips.org>, Manuel Lauss <manuel.lauss@googlemail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=wKZiNsFz5GbiWNfPdHWWhkFHKfTFTNdhvFSHhnWcHpg=; b=L2B3EbQkFdBkp0HukUxpjiz4f/fJZcioq7IIyB+IH/cg7OuHylTHsas/Nqsz2sUQxk 4rIZJ11OT+S7R03oYN09OnP2c4QDwojgA1t9KcSj0XsFn8T+24dD3TnDT8laVCffPDwA ggxG92vuhXHQMHJCNcfwKfc3aHx/RKTJ+aBjk= |
| Sender: | linux-mips-bounce@linux-mips.org |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH V5 3/3] ALSA: deprecate MIPS AU1X00 AC97 driver, Manuel Lauss |
|---|---|
| Next by Date: | [PATCH V2 1/3] ASoC: au1x: remove automatic DMA device registration from PSC drivers, Manuel Lauss |
| Previous by Thread: | [PATCH V5 0/3] ASoC for Alchemy Au1000/1500/1100, Manuel Lauss |
| Next by Thread: | [PATCH V2 1/3] ASoC: au1x: remove automatic DMA device registration from PSC drivers, Manuel Lauss |
| Indexes: | [Date] [Thread] [Top] [All Lists] |