aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/magician.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-23ASoC: pxa: use asoc_substream_to_rtd()Kuninori Morimoto1-3/+3
2020-03-27Merge series "ASoC: remove rtd->cpu/codec_dai{s}" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:Mark Brown1-4/+4
2020-03-27ASoC: pxa: magician: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-03-27ASoC: pxa: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-4/+4
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-6/+1
2019-06-06ASoC: pxa: magician: use modern dai_link styleKuninori Morimoto1-8/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-07-20ASoC: pxa: remove clock divider and pll setup from zylonite and magicianDaniel Mack1-104/+2
2017-03-15ASoC: pxa: constify snd_soc_ops structuresBhumika Goyal1-2/+2
2016-11-13ASoC: pxa: Make static string arrays 'const 'char * const []'Lars-Peter Clausen1-1/+1
2016-03-01ASoC: pxa: magician: Fix enum ctl accesses in a wrong typeTakashi Iwai1-3/+3
2015-01-09ASoC: magician: Automatically disconnect non-connected pinsLars-Peter Clausen1-20/+1
2014-03-13ASoC: pxa: magician: Convert to table based DAPM and control setupLars-Peter Clausen1-22/+12
2014-03-13Merge branch 'topic/dapm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-pxaMark Brown1-9/+13
2014-02-23ASoC: pxa: Remove superfluous lockingLars-Peter Clausen1-4/+0
2014-02-20ASoC: pxa: magician: Update locking around use of DAPM pin APICharles Keepax1-9/+13
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1
2011-12-22ASoC: pxa: Add .owner to struct snd_soc_cardAxel Lin1-0/+1
2011-10-08ASoC: Remove redundant snd_soc_dapm_sync() calls from machine driversMark Brown1-1/+0
2011-10-02ASoC: Remove unused rate variable in magician_playback_hw_paramsAxel Lin1-2/+1
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-0/+4
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-16/+19
2010-11-06ASoC: Lock the CODEC in PXA external jack controlsMark Brown1-0/+4
2010-08-23ASoC: pxa2xx-i2s is the proper name of the I2S DAI, not pxa-i2s.Ian Lartey1-1/+1
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-19/+16
2009-09-05ASoC: Add source argument to PLL configurationMark Brown1-1/+1
2009-08-06ASoC: change set_tdm_slot api to allow slot_width override.Daniel Ribeiro1-1/+1
2009-06-25Merge branch 'for-2.6.31' into for-2.6.32Mark Brown1-1/+1
2009-06-15ASoC: UDA1380: refactor device registrationPhilipp Zabel1-26/+28
2009-06-14ASoC: magician: fix PXA SSP clock polarityPhilipp Zabel1-1/+1
2009-05-15ASoC: Optimize switch/case in magician.cTakashi Iwai1-6/+7
2009-04-09ASoC: magician: remove un-necessary #include of pxa-regs.h and hardware.hEric Miao1-2/+0
2009-04-02ASoC: Add Magician machine supportPhilipp Zabel1-0/+560