Age | Commit message (Expand) | Author | Files | Lines |
2015-09-14 | ASoC: pxa: Fix module autoload for OF platform drivers | Luis de Bethencourt | 1 | -0/+1 |
2015-08-28 | ASoC: pxa-ssp: Convert to devm_snd_soc_register_component | Axel Lin | 1 | -9/+2 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-11-17 | ASoC: pxa: prepare/unprepare clocks in pxa-ssp | Dmitry Eremin-Solenikov | 1 | -8/+8 |
2014-10-20 | ASoC: pxa: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-08-14 | ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LE | Daniel Mack | 1 | -3/+1 |
2014-07-31 | ASoC: pxa: pxa-ssp: small leak in probe() | Dan Carpenter | 1 | -1/+2 |
2014-06-03 | Merge remote-tracking branches 'asoc/fix/pxa' and 'asoc/fix/tlv320aic3x' into... | Mark Brown | 1 | -0/+1 |
2014-05-26 | ASoC: pxa: pxa-ssp: Terminate of match table | Stephen Boyd | 1 | -0/+1 |
2014-05-21 | ASoC: pxa: remove mach header dependency | Arnd Bergmann | 1 | -2/+0 |
2013-08-15 | ASoC: pxa: pxa-ssp: set dma filter data from startup hook | Daniel Mack | 1 | -1/+4 |
2013-08-15 | ASoC: pxa: use snd_dmaengine_dai_dma_data | Daniel Mack | 1 | -24/+12 |
2013-08-15 | ASoC: pxa: pxa-ssp: add DT bindings | Daniel Mack | 1 | -6/+31 |
2013-03-27 | ASoC: switch over to use snd_soc_register_component() on pxa ssp | Kuninori Morimoto | 1 | -2/+7 |
2012-12-09 | ASoC: pxa: remove __dev* attributes | Bill Pemberton | 1 | -3/+3 |
2012-06-11 | ASoC: fix pxa-ssp compiling issue under mach-mmp | Qiao Zhou | 1 | -27/+11 |
2012-05-07 | ASoC: pxa: allocate the SSP DMA parameters in startup | guoyh | 1 | -17/+11 |
2012-03-19 | ASoC: pxa-ssp: atomically set stream active masks | Daniel Mack | 1 | -25/+36 |
2012-03-08 | ASoC: add more sample rate for pxa-ssp | Qiao Zhou | 1 | -1/+2 |
2011-11-25 | ASoC: Convert pxa directory to module_platform_driver | Axel Lin | 1 | -11/+1 |
2011-11-23 | ASoC: Constify snd_soc_dai_ops structs | Lars-Peter Clausen | 1 | -1/+1 |
2010-12-01 | arm/pxa2xx: reorgazine SSP and SPI header files | Sebastian Andrzej Siewior | 1 | -1/+1 |
2010-08-25 | ASoC: pxa-ssp: fix a memory leak in pxa_ssp_remove() | Axel Lin | 1 | -0/+1 |
2010-08-15 | ASoC: update setting for pxa ssp slave mode | Haojian Zhuang | 1 | -8/+15 |
2010-08-15 | ASoC: fix pxa2xx-pcm.h path | Haojian Zhuang | 1 | -1/+1 |
2010-08-12 | ASoC: multi-component - ASoC Multi-Component Support | Liam Girdwood | 1 | -101/+47 |
2010-05-11 | [ARM] pxa: add namespace on ssp | Haojian Zhuang | 1 | -66/+66 |
2010-05-11 | [ARM] pxa: move ssp into common plat-pxa | Haojian Zhuang | 1 | -1/+1 |
2010-05-11 | [ARM] pxa: merge regs-ssp.h into ssp.h | Eric Miao | 1 | -1/+0 |
2010-04-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -11/+12 |
2010-04-05 | ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream | Daniel Mack | 1 | -11/+12 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-08 | Merge branch 'origin' into devel-stable | Russell King | 1 | -6/+7 |
2010-03-02 | ASoC: Remove legacy SSP API usage from pxa-ssp.c | Eric Miao | 1 | -29/+61 |
2010-02-02 | ASoC: fix PXA SSP port resume | Daniel Mack | 1 | -5/+7 |
2009-10-06 | Merge branch 'for-2.6.32' into for-2.6.33 | Mark Brown | 1 | -1/+1 |
2009-09-25 | ASoC: pxa-ssp increase max_channels to 8 | Graeme Gregory | 1 | -8/+8 |
2009-09-21 | trivial: remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2009-09-05 | ASoC: Add source argument to PLL configuration | Mark Brown | 1 | -2/+2 |
2009-08-06 | ASoC: change set_tdm_slot api to allow slot_width override. | Daniel Ribeiro | 1 | -7/+20 |
2009-06-12 | ASoC: remove duplicated code on pxa-ssp.c | Daniel Ribeiro | 1 | -35/+15 |
2009-05-28 | ASoC: correct print specifiers for unsigneds | Roel Kluin | 1 | -2/+2 |
2009-04-23 | ASoC: change stereo/mono to 32-bit/16-bit for pxa-ssp | Eric Miao | 1 | -3/+3 |
2009-04-23 | ASoC: simplify the SSP DMA parameters settings by run-time generation | Eric Miao | 1 | -160/+43 |
2009-04-20 | Merge branch 'for-2.6.30' into for-2.6.31 | Mark Brown | 1 | -8/+28 |
2009-04-17 | ASoC: pxa-ssp: Don't use SSCR0_SerClkDiv and SSCR0_SCR | Philipp Zabel | 1 | -8/+28 |
2009-04-16 | Merge branch 'for-2.6.30' into for-2.6.31 | Mark Brown | 1 | -0/+1 |
2009-04-16 | ASoC: pxa-ssp: allow setting of dai format 0 | Daniel Mack | 1 | -0/+1 |
2009-04-14 | Merge branch 'for-2.6.30' into for-2.6.31 | Mark Brown | 1 | -1/+1 |
2009-04-13 | ASoC: pxa-ssp.c fix clock/frame invert | Daniel Ribeiro | 1 | -1/+10 |