An error occurred fetching the project authors.
- 05 Apr, 2010 1 commit
-
-
Daniel Mack authored
This fixes a memory corruption when ASoC devices are used in full-duplex mode. Specifically for pxa-ssp code, where this pointer is dynamically allocated for each direction and destroyed upon each stream start. All other platforms are fixed blindly, I couldn't even compile-test them. Sorry for any breakage I may have caused. [Note that this is a backported version for 2.6.34. Upstream commit is fd23b7de] Signed-off-by:
Daniel Mack <daniel@caiaq.de> Reported-by:
Sven Neumann <s.neumann@raumfeld.com> Reported-by:
Michael Hirsch <m.hirsch@raumfeld.com> Acked-by:
Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 19 Jan, 2009 1 commit
-
-
Mark Brown authored
The PCM operations tables are not exported directly but are instead included in the platform structure so should be declared static. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 16 Jan, 2009 1 commit
-
-
Ben Nizette authored
<mach/hardware.h> doesn't exist on AVR32 and therefore this driver won't build on that arch. AFAICT this driver doesn't actually use the content of that header so easiest just to remove it. Signed-off-by:
Ben Nizette <bn@niasdigital.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 10 Dec, 2008 1 commit
-
-
Takashi Iwai authored
The module init entries should be __init instead of __devinit. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 09 Dec, 2008 2 commits
-
-
Mark Brown authored
I wish I had boards which work with unmodified kernels :/ Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
Mark Brown authored
This is done at modprobe time, mirroring current behaviour, except for mpc5200_psc_i2s where we do registration at the same time as we register with soc-of-simple. Since the core currently ignores registration this has no practical impact. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 03 Dec, 2008 1 commit
-
-
Mark Brown authored
None of the platforms are actually using the SoC device so remove it (only atmel actually has a suspend method). Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 31 Oct, 2008 1 commit
-
-
Sedji Gaouaou authored
The Ateml AT91 and AVR32 SoC share common IP for audio and can share the same driver code using the atmel-ssc API provided for both architectures. Do this, creating a new unified atmel ASoC architecture to replace the previous at32 and at91 ones. [This was contributed as a patch series for reviewability but has been squashed down to a single commit to help preserve both the history and bisectability. A small bugfix from Jukka is included.] Tested-by:
Jukka Hynninen <ext-jukka.hynninen@vaisala.com> Signed-off-by:
Sedji Gaouaou <sedji.gaouaou@atmel.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 22 Sep, 2008 1 commit
-
-
Haavard Skinnemoen authored
s/PDC_PTCR/ATMEL_PDC_PTCR/ Signed-off-by:
Haavard Skinnemoen <haavard.skinnemoen@atmel.com> Acked-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 10 Jul, 2008 1 commit
-
-
Liam Girdwood authored
This patch series merges struct snd_soc_codec_dai and struct snd_soc_cpu_dai into struct snd_soc_dai for AT32 platform. Signed-off-by:
Liam Girdwood <lg@opensource.wolfsonmicro.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de> Signed-off-by:
Jaroslav Kysela <perex@perex.cz>
-
- 06 Jun, 2008 1 commit
-
-
Geoffrey Wossum authored
Attached is a revised version of my patch to add AT32 to ASoC. This cleans most of the style issues associated with the previous patch. Also fixes an issue with the playpaq_wm8510.c code depending on a non-released patch to th AT32 portmux support. Patch is against 2.6.24.3.atmel.3 kernel, the latest AVR32 kernel Atmel has released, with the linux-2.6-asoc patches from when v2.6.24 was tagged also applied. [Fixed up minor checkpatch issues and updated for current kernels -- broonie] Signed-off-by:
Geoffrey Wossum <gwossum@acm.org> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-