summaryrefslogtreecommitdiffstats
path: root/sound/soc/txx9/txx9aclc.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-06ASoC: txx9: Remove driverThomas Bogendoerfer1-422/+0
2020-09-09ASoC: txx9: Replace tasklet with workTakashi Iwai1-5/+6
2020-09-02ASoC: txx9: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-03-27ASoC: txx9: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-1/+1
2020-01-13ASoC: txx9: Remove unused rtd variablePaul Burton1-1/+0
2019-12-11ASoC: txx9: Use managed buffer allocationTakashi Iwai1-13/+1
2019-12-11ASoC: txx9: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-10-08ASoC: txx9: txx9aclc: remove snd_pcm_opsKuninori Morimoto1-23/+25
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-06ASoC: txx9: Drop superfluous PCM preallocation error checksTakashi Iwai1-1/+3
2018-02-12ASoC: txx9aclc: replace platform to componentKuninori Morimoto1-11/+15
2017-08-14ASoC: txx9: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-08-14ASoC: txx9: make snd_soc_platform_driver constBhumika Goyal1-1/+1
2017-03-07ASoC: txx9: Added requiered spaces.Codrut Grosu1-2/+2
2017-03-07ASoC: txx9: Added blank line after declarationsCodrut Grosu1-0/+1
2015-08-28ASoC: txx9: Convert to devm_snd_soc_register_platformAxel Lin1-8/+2
2015-01-05ASoC: txx9: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()Lars-Peter Clausen1-6/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-03ASoC: Remove platform field from snd_soc_daiLars-Peter Clausen1-1/+1
2014-10-20ASoC: txx9: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-19ASoC: txx9: Don't opencode DMAengine API callsLars-Peter Clausen1-7/+7
2013-12-30ASoC: txx9: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen1-5/+0
2013-11-07ASoC: txx9: Use WARN_ON() instead of BUG_ON()Takashi Iwai1-3/+6
2012-12-10ASoC: txx9: remove __dev* attributesBill Pemberton1-3/+3
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-1/+1
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2011-11-25ASoC: Convert txx9 directory to module_platform_driverAxel Lin1-11/+1
2011-10-31sound-soc: move to dma_transfer_directionVinod Koul1-1/+1
2011-07-29ASoC: Fix txx9aclc.c buildRalf Baechle1-0/+1
2011-06-07ASoC: core - Optimise and refactor pcm_new() to pass only rtdLiam Girdwood1-2/+3
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-61/+80
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+1
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-3/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-3/+3
2009-06-25ASoC: txx9aclc: dynamically allocate dmaengine devnameAtsushi Nemoto1-4/+6
2009-06-17ASoC: Kill BUS_ID_SIZETakashi Iwai1-2/+2
2009-05-19ASoC: Add TXx9 AC link controller driver (v3)Atsushi Nemoto1-0/+430