aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mediatek/mt2701 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-21ASoC: mediatek: move .suspend/.resume to componentKuninori Morimoto1-12/+2
2019-08-22ASoC: mediatek: mt2701: Fix -Wunused-const-variable warningsYueHaibing2-21/+21
2019-08-15ASoC: mt2701: remove unused variablesYueHaibing1-13/+0
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-06ASoC: mediatek: mt2701-cs42448: use modern dai_link styleKuninori Morimoto1-30/+65
2019-06-06ASoC: mediatek: mt2701-wm8960: use modern dai_link styleKuninori Morimoto1-12/+22
2019-03-19ASoC: mediatek: Fix UBSAN warning.Pi-Hsun Shih1-13/+0
2018-09-21ASoC: tidyup for_each_card_prelinks() dai_linkKuninori Morimoto2-8/+8
2018-09-20ASoC: add for_each_card_prelinks() macroKuninori Morimoto2-12/+14
2018-09-12ASoC: remove unneeded static set .owner field in platform_driverzhong jiang1-1/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+2
2018-05-02ASoC: mediatek: add the .probe() callback in mt2701_afe_pcm_dai_componentRyder Lee1-17/+14
2018-04-26ASoC: mediatek: switch to SPDX license tagRyder Lee8-78/+9
2018-04-26ASoC: mediatek: add MT7622 AFE supportRyder Lee4-15/+48
2018-04-26ASoC: mediatek: Add MTK_STREAM_NUM to mtk-base-afe.hRyder Lee3-71/+28
2018-04-26ASoC: mediatek: simplify the control logic of MT2701 I2SRyder Lee3-100/+66
2018-04-25ASoC: mediatek: use snd_soc_dai_get_drvdata() to get the private dataRyder Lee1-54/+32
2018-03-28Merge remote-tracking branches 'asoc/topic/max98927', 'asoc/topic/mc13783', 'asoc/topic/mediatek', 'asoc/topic/ml26124' and 'asoc/topic/msm8916-wcd-analog' into asoc-nextMark Brown1-1/+1
2018-03-21ASoC: mediatek: mt2701: Fix a typo in printkMasanari Iida1-1/+1
2018-03-18ASoC: mediatek: mt2701: drop unnessary snd_soc_unregister_component()Wei Yongjun1-2/+0
2018-02-12ASoC: mt2701/mt8173: replace platform to componentKuninori Morimoto1-19/+31
2018-01-22ASoC: mediatek: fix double free in mt2701_afe_pcm_dev_probe()Ryder Lee1-14/+18
2018-01-08ASoC: mediatek: mt2701: fix return value check in mt2701_afe_pcm_dev_probe()Wei Yongjun1-2/+2
2018-01-04ASoC: mediatek: modify MT2701 AFE driver to adapt mfd deviceRyder Lee2-26/+20
2018-01-04ASoC: mediatek: add some core clocks for MT2701 AFERyder Lee2-1/+32
2018-01-03ASoC: mediatek: cleanup audio driver for MT2701Ryder Lee4-145/+24
2018-01-03ASoC: mediatek: rework clock functions for MT2701Ryder Lee4-442/+200
2018-01-03ASoC: mediatek: fix error handling in mt2701_afe_pcm_dev_probe()Ryder Lee1-17/+14
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-8/+7
2017-08-18ASoC: mediatek: switch to use platform_get_irq_byname()Ryder Lee1-7/+6
2017-08-07ASoC: mediatek: Fix an error checking codeChristophe Jaillet1-1/+1
2017-07-17ASoC: mediatek: mt2701: constify snd_soc_dai_ops structureGustavo A. R. Silva1-1/+1
2017-06-13ASoC: mediatek: Constify hw_constraintsTakashi Iwai1-1/+1
2017-03-29ASoC: mediatek: Add mt2701-wm8960 machine driverRyder Lee3-0/+193
2017-03-20ASoC: mediatek: constify snd_soc_ops structuresBhumika Goyal1-1/+1
2017-02-16ASoC: mediatek: add power-domain get/put ctrl for mt2701Garlic Tseng1-0/+2
2016-07-14ASoC: mediatek: mt2701: fix non static symbol warningWei Yongjun1-1/+1
2016-07-07ASoC: mediatek: mt2701: fix some error handling in probeDan Carpenter1-2/+4
2016-07-05ASoC: mediatek: add BT implementationGarlic Tseng1-0/+139
2016-07-04ASoC: mediatek: Add mt2701-cs42448 driver and config option.Garlic Tseng2-0/+431
2016-07-04ASoC: mediatek: add mt2701 platform driver implementation.Garlic Tseng2-9/+1515
2016-06-29ASoC: mediatek: add structure define and clock control for 2701Garlic Tseng4-0/+869