aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/jz4740 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-09ASoC: jz4740: Remove unused match variableStephen Boyd1-1/+0
2019-10-07ASoC: jz4740: Use of_device_get_match_data()Stephen Boyd1-3/+2
2019-07-30ASoC: jz4740: Drop lb60 board codePaul Cercueil3-134/+2
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown5-24/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 239Thomas Gleixner1-9/+1
2019-06-06ASoC: jz4740: qi_lb60: use modern dai_link styleKuninori Morimoto1-4/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner1-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-03-20ASoC: jz4740: Depend on MIPS instead of MACH_JZ4740Paul Cercueil1-1/+1
2017-07-26ASoC: jz4740: Handle return value of clk_prepare_enable.Arvind Yadav1-4/+17
2015-09-14ASoC: jz4740: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-03-09ASoC: jz4740: Add jz4780 supportZubair Lutfullah Kakakhel1-10/+74
2015-02-04ASoC: jz4740: Add DT support to jz4740-i2s driverZubair Lutfullah Kakakhel1-0/+10
2015-02-04ASoC: jz4740: Add dynamic sampling rate support to jz4740-i2sZubair Lutfullah Kakakhel1-1/+10
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+0
2014-11-25ASoC: qi_lb60: Pass flags to gpiod_get()Lars-Peter Clausen1-9/+2
2014-10-20ASoC: jz4740: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-05-22Merge remote-tracking branches 'asoc/topic/headers', 'asoc/topic/intel', 'asoc/topic/jz4740', 'asoc/topic/max98090', 'asoc/topic/max98095', 'asoc/topic/mc13783' and 'asoc/topic/multicodec' into asoc-nextMark Brown3-58/+42
2014-04-23ASoC: jz4740: Improve build test coverageLars-Peter Clausen2-5/+11
2014-04-23ASoC: qi_lb60: Use GPIO descriptor APILars-Peter Clausen1-26/+28
2014-04-22ASoC: qi_lb60: Use devm_snd_soc_register_card()Lars-Peter Clausen1-4/+1
2014-04-22ASoC: qi_lb60: Set .dai_fmt instead of calling snd_soc_set_dai_fmt()Lars-Peter Clausen1-21/+2
2014-04-22ASoC: qi_lb60: Set fully_routed flagLars-Peter Clausen1-3/+1
2014-04-22ASoC: jz4740: Remove Makefile entry for removed fileLars-Peter Clausen1-2/+0
2013-12-03ASoC: jz4740: Use the generic dmaengine PCM driverLars-Peter Clausen5-411/+24
2013-12-03ASoC: jz4740-i2s: Use managed resourcesLars-Peter Clausen1-70/+15
2013-10-31DMA-API: sound: fix dma mask handling in a lot of driversRussell King1-8/+4
2013-05-12ASoC: jz4740-i2s: Use clk_prepare_enable/clk_disable_unprepareLars-Peter Clausen1-8/+8
2013-05-12ASoC: jz4740: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-03-26ASoC: switch over to use snd_soc_register_component() on jz4740 i2sKuninori Morimoto1-2/+7
2012-12-10ASoC: jz4740: remove __dev* attributesBill Pemberton3-9/+9
2012-04-06ASoC: JZ4740: Replaced comma operators with semicolons.Maarten ter Huurne1-2/+2
2012-01-20ASoC: jz4740: Convert qi_lb60 to use snd_soc_register_card()Axel Lin1-30/+26
2012-01-07ASoC: check for substream not channels_min in pcm enginesJoachim Eastwood1-3/+2
2011-12-23ASoC: jz4740: Add .owner to struct snd_soc_cardAxel Lin1-0/+1
2011-11-24ASoC: Convert jz4740 directory to module_platform_driverAxel Lin2-22/+2
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-09-21ASoC: Staticise jz4740_pcm_new()Axel Lin1-1/+1
2011-06-07ASoC: core - Optimise and refactor pcm_new() to pass only rtdLiam Girdwood1-2/+4
2011-05-03Merge branch 'for-2.6.39' into for-2.6.40Mark Brown1-1/+1
2011-05-03ASoC: JZ4740: Fix i2s shutdownLars-Peter Clausen1-1/+1
2011-04-13ASoC: JZ4740: qi_lb60: Use the SND_SOC_DAPM_EVENT_OFF for the speakers statusLars-Peter Clausen1-5/+1
2011-04-13ASoC: JZ4740: qi_lb60: Use gpio_request_array to request and setup gpiosLars-Peter Clausen1-19/+10
2011-04-13ASoC: JZ4740: Convert qi_lb60 codec to table based DAPM setupLars-Peter Clausen1-6/+5
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula2-2/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-5/+8
2010-08-17ASoC: Multi-component: JZ4740: QI_LB60 board fixesLars-Peter Clausen1-6/+1
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood5-79/+67
2010-06-23ASoC: JZ4740: Add qi_lb60 board driverLars-Peter Clausen3-0/+179