aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/blackfin/bf5xx-i2s-pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-14ASoC: remove blackfin driversArnd Bergmann1-373/+0
2018-02-12ASoC: blackfin: bf5xx-i2s-pcm: replace platform to componentKuninori Morimoto1-3/+3
2017-08-14ASoC: blackfin: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-06-02ASoC: blackfin: Convert to the new PCM opsTakashi Iwai1-12/+24
2015-08-28ASoC: blackfin: Convert to devm_snd_soc_register_platformAxel Lin1-8/+2
2014-10-20ASoC: blackfin: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-17ASoC: blackfin: use samples to set silenceScott Jiang1-4/+4
2013-12-23ASoC: blackfin: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen1-3/+0
2013-10-31DMA-API: sound: fix dma mask handling in a lot of driversRussell King1-6/+4
2013-05-30ASoC: blackfin: bf5xx-i2s: Add support for TDM modeLars-Peter Clausen1-2/+116
2013-05-30ASoC: blackfin: bf5xx-i2s-pcm: Use snd_pcm_lib_preallocate_pages_for_all()Lars-Peter Clausen1-60/+3
2013-05-30ASoC: blackfin: bf5xx-i2s: Allocate buffer only as large as requestedLars-Peter Clausen1-4/+1
2013-05-30ASoC: blackfin: Remove unused bf5xx-{i2s, tdm, ac97}-pcm.hLars-Peter Clausen1-1/+0
2012-12-10ASoC: blackfin: remove __dev* attributesBill Pemberton1-3/+3
2012-01-07ASoC: check for substream not channels_min in pcm enginesJoachim Eastwood1-3/+2
2011-11-24ASoC: Convert blackfin directory to module_platform_driverAxel Lin1-11/+1
2011-09-21ASoC: Staticise bf5xx_pcm_i2s_new()Axel Lin1-1/+1
2011-06-29Merge branch 'for-3.0' into for-3.1Mark Brown1-2/+11
2011-06-29ASoC: Fix Blackfin I2S _pointer() implementation return in bounds valuesMark Brown1-2/+11
2011-06-16ASoC: Clean up some coding style nits in the bf5xx-i2s-pcm driverMark Brown1-3/+3
2011-06-07ASoC: core - Optimise and refactor pcm_new() to pass only rtdLiam Girdwood1-2/+4
2011-03-30ASoC: Blackfin: push down SPORT settings from global variablesBarry Song1-9/+12
2011-03-30ASoC: Blackfin: standardize machine driver namesMike Frysinger1-1/+1
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-13/+31
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-02-01ASoC: Fix continuation line formatsJoe Perches1-2/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-01-19ASoC: Staticise PCM operations tablesMark Brown1-1/+1
2008-12-10ALSA: ASoC - Fix wrong section typesTakashi Iwai1-1/+1
2008-12-09ASoC: Register platform driversMark Brown1-0/+12
2008-09-09sound: ASoC: Blackfin: DMA Driver for I2S sound chipCliff Cai1-0/+288