aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mxs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ASoC: mxs-saif: Migrate to new style legacy DAI naming flagCharles Keepax1-1/+2
2022-06-06ASoC: mxs-saif: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: mxs-saif: Update to use set_fmt_new callbackCharles Keepax1-3/+3
2022-05-11ASoC: mxs-saif: Fix refcount leak in mxs_saif_probeMiaoqian Lin1-0/+1
2022-03-08ASoC: mxs: Fix error handling in mxs_sgtl5000_probeMiaoqian Lin1-0/+3
2022-03-02ASoC: mxs-saif: Handle errors for clk_enableJiasheng Jiang1-1/+4
2021-12-20ASoC: mxs: Use dev_err_probe() helperKuninori Morimoto1-6/+2
2021-03-10ASoC: mxs-saif: drop unneeded snd_soc_dai_set_drvdataJulia Lawall1-10/+0
2020-07-23ASoC: mxs: use asoc_substream_to_rtd()Kuninori Morimoto1-1/+1
2020-04-29ASoC: mxs-saif: Fix unused assignmentTang Bin1-1/+1
2020-04-27ASoC: mxs-saif: Avoid unnecessary checkTang Bin1-3/+0
2020-03-27ASoC: mxs: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-2/+2
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-6/+2
2019-07-31ASoC: mxs-saif: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-4/+1
2019-06-28ASoC: mxs: mxs-sgtl5000: consider CPU-Platform possibilityKuninori Morimoto1-2/+6
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown6-70/+6
2019-06-19ASoC: mxs: mxs-sgtl5000: don't select unnecessary PlatformKuninori Morimoto1-6/+2
2019-06-06ASoC: mxs: mxs-sgtl5000: use modern dai_link styleKuninori Morimoto1-8/+19
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner5-70/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2018-01-18Merge remote-tracking branches 'asoc/topic/mxs', 'asoc/topic/mxs-sgtl5000', 'asoc/topic/nau8540', 'asoc/topic/nau8824' and 'asoc/topic/nau8825' into asoc-nextMark Brown1-2/+23
2018-01-18ASoC: mxs-sgtl5000: Do not print error on probe deferralFabio Estevam1-2/+3
2018-01-12ASoC: mxs-sgtl5000: add audio-routing supportChristian Fischer1-0/+20
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-01Merge remote-tracking branches 'asoc/topic/mtk', 'asoc/topic/mxs', 'asoc/topic/nau8825', 'asoc/topic/nuc900' and 'asoc/topic/of-graph' into asoc-nextMark Brown1-3/+10
2017-08-21ASoC: mxs-sgtl5000: Remove unnecessary function callDonglin Peng1-1/+0
2017-07-26ASoC: mxs-saif: Handle return value of clk_prepare_enable/clk_prepare.Arvind Yadav1-3/+10
2017-01-17ASoC: mxs-saif: fix setting master base rateJörg Krause1-7/+17
2017-01-17ASoC: mxs-saif: fix setting SAIF1 registerJörg Krause1-0/+10
2016-12-12Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/es8328', 'asoc/topic/extcon' and 'asoc/topic/fsl' into asoc-nextMark Brown1-4/+9
2016-10-26SoC: mxs-saif: check validity of ids in mxs_saif_probe()Alexey Khoroshilov1-4/+9
2016-10-24ASoC: constify snd_soc_ops structuresJulia Lawall1-1/+1
2016-03-13Merge remote-tracking branches 'asoc/topic/max98926', 'asoc/topic/mtk', 'asoc/topic/mxs-saif', 'asoc/topic/nau8825' and 'asoc/topic/omap' into asoc-nextMark Brown1-1/+1
2016-02-05ASoC: mxs-saif: check BUSY bit in hw_params() only if not mclk_in_useMans Rullgard1-1/+1
2016-01-27ASoC: mxs-saif: fix clk_prepare() without matching clk_unprepare()Mans Rullgard1-2/+11
2015-09-14ASoC: mxs-sgtl5000: Convert to devm_snd_soc_register_cardAxel Lin1-5/+1
2015-02-04Merge remote-tracking branches 'asoc/topic/fsl-spdif', 'asoc/topic/imx', 'asoc/topic/intel', 'asoc/topic/mxs-saif' and 'asoc/topic/nuc900' into asoc-nextMark Brown2-6/+5
2015-01-06ASoC: mxs-sgtl5000: Use static DAI format setupLars-Peter Clausen1-21/+6
2014-12-30ASoC: mxs-saif: Do not store the irq number in the private structureFabio Estevam2-6/+5
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-12-08Merge remote-tracking branches 'asoc/topic/multi-codec', 'asoc/topic/mxs-saif', 'asoc/topic/mxs-sgtl5000', 'asoc/topic/omap' and 'asoc/topic/pxa' into asoc-nextMark Brown2-8/+1
2014-11-27ASoC: mxs-sgtl5000: Remove MCLK restrictionFabio Estevam1-7/+0
2014-11-10ASoC: mxs: mxs-saif: Register the irq with the device nameFabio Estevam1-1/+1
2014-10-20ASoC: mxs: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-01-16Merge remote-tracking branches 'asoc/topic/adsp', 'asoc/topic/atmel', 'asoc/topic/bcm2835', 'asoc/topic/docs', 'asoc/topic/fsl', 'asoc/topic/generic', 'asoc/topic/kirkwood', 'asoc/topic/mc13783', 'asoc/topic/mxs', 'asoc/topic/nuc900', 'asoc/topic/sai', 'asoc/topic/sh', 'asoc/topic/ssm2602', 'asoc...Mark Brown1-6/+0
2014-01-07ASoC: mxs: Remove SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flagLars-Peter Clausen1-1/+0
2014-01-07ASoC: mxs: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen1-5/+0
2014-01-02Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'asoc/topic/adav80x', 'asoc/topic/adsp', 'asoc/topic/ak4641', 'asoc/topic/ak4642', 'asoc/topic/arizona', 'asoc/topic/atmel', 'asoc/topic/au1x', 'asoc/topic/axi', 'asoc/topic/bcm2835', 'asoc/topic/blackfin', 'asoc/topic/cs427...Mark Brown3-21/+6
2013-12-19ASoC: fsl/mxs: Remove unnecessarily gendered languageMatthew Garrett1-5/+5