summaryrefslogtreecommitdiffstats
path: root/sound/soc/mediatek (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: mediatek: mt7986: silence error in case of -EPROBE_DEFERDaniel Golle2023-12-131-1/+1
* ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: trivial: fix error messagesEugen Hristev2023-11-031-2/+2
* ASoC: mediatek: mt8192: Handle component name prefixKrzysztof Kozlowski2023-10-262-4/+4
* ASoC: mediatek: mt8188: Handle component name prefixKrzysztof Kozlowski2023-10-261-2/+2
* ASoC: mediatek: mt8186: Handle component name prefixKrzysztof Kozlowski2023-10-264-6/+6
* ASoC: mediatek: mt8183: Handle component name prefixKrzysztof Kozlowski2023-10-261-2/+2
* ASoC: mediatek: mt8186: remove redundant assignments to variable tdm_conColin Ian King2023-10-241-2/+0
* ASoC: mediatek: mt7986: add sample rate checkerMaso Huang2023-10-241-4/+19
* ASoC: mediatek: mt7986: remove the mt7986_wm8960_priv structureMaso Huang2023-10-241-21/+12
* ASoC: mediatek: mt7986: drop the remove callback of mt7986_wm8960Maso Huang2023-10-241-10/+0
* ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: add rt5650 supportxiazhengqiao2023-10-192-1/+44
* ASoC: mediatek: mt8188-mt6359: add rt5682s supportxiazhengqiao2023-10-102-2/+121
* ASoC: DT matching and header cleanupsMark Brown2023-10-108-9/+7
|\
| * ASoC: Explicitly include correct DT includesRob Herring2023-10-098-9/+7
* | ASoC: mt8192-afe-gpio: Drop unused includeLinus Walleij2023-10-091-1/+0
* | ASoC: mt8186-mt6366-rt1019-rt5682s: Drop unused includeLinus Walleij2023-10-092-2/+0
* | ASoC: mt8173-rt5650: Drop unused includesLinus Walleij2023-10-091-2/+0
* | ASoC: mt8173-rt5650-rt5676: Drop unused includesLinus Walleij2023-10-091-2/+0
* | ASoC: mt8173-rt5650-rt5514: Drop unused includesLinus Walleij2023-10-091-2/+0
* | ASoC: mt8173-max98090: Drop unused includeLinus Walleij2023-10-091-1/+0
* | ASoC: mediatek: mt2701-cs42448: Convert to GPIO descriptorsLinus Walleij2023-10-091-32/+22
|/
* ASoC: mediatek: convert not to use asoc_xxx()Kuninori Morimoto2023-09-2624-124/+124
* ASoC: mediatek: mt8188-mt6359: add SOF supportTrevor Wu2023-09-111-13/+205
* ASoC: mediatek: common: revise SOF common codeTrevor Wu2023-09-112-15/+106
* ASoC: mediatek: mt8188-mt6359: support dynamic pinctrlTrevor Wu2023-09-111-0/+21
* Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-08-2817-56/+1679
|\
| * ASoC: mediatek: mt7986: add machine driver with wm8960Maso Huang2023-08-173-0/+207
| * ASoC: mediatek: mt7986: add platform driverMaso Huang2023-08-174-0/+641
| * ASoC: mediatek: mt7986: support etdm in platform driverMaso Huang2023-08-171-0/+411
| * ASoC: mediatek: mt7986: add common headerMaso Huang2023-08-172-0/+245
| * ASoC: mediatek: merge DAI call back functions into opsKuninori Morimoto2023-08-141-25/+31
| * ASoC: mediatek: mt8186-mt6366-da7219-max98357: Map missing jack kcontrolsAlper Nebi Yasak2023-08-071-0/+6
| * ASoC: mediatek: mt8183-mt6358-ts3a227-max98357: Map missing jack kcontrolsAlper Nebi Yasak2023-08-071-6/+47
| * ASoC: mediatek: mt8183-da7219-max98357: Map missing jack kcontrolsAlper Nebi Yasak2023-08-071-7/+36
| * ASoC: mediatek: mt8173-rt5650: Map missing jack kcontrolsAlper Nebi Yasak2023-08-071-5/+18
| * ASoC: mediatek: mt8173-rt5650-rt5676: Map missing jack kcontrolsAlper Nebi Yasak2023-08-071-5/+18
| * ASoC: mediatek: mt8173-rt5650-rt5514: Map missing jack kcontrolsAlper Nebi Yasak2023-08-071-5/+18
| * ASoC: mediatek: mt8173-max98090: Configure jack as a Headset jackAlper Nebi Yasak2023-08-071-1/+1
| * ASoC: mediatek: mt8186: Remove unused mutex.Sebastian Andrzej Siewior2023-08-031-2/+0
* | ASoC: mediatek: Convert to generic PCM copy opsTakashi Iwai2023-08-181-17/+10
* | Merge tag 'asoc-v6.6-early' of https://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai2023-07-253-5/+22
|\|
| * ASoC: mediatek: mt8188: DPCM used FE and BE merged parametersTrevor Wu2023-07-191-0/+15
| * ASoC: mediatek: mt8186: Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-171-3/+1
| * ASoC: mediatek: mt8188: add memory-region supportTrevor Wu2023-07-091-2/+6
* | ASoC: mediatek: mt8188: Simplify with snd_ctl_find_id_mixer()Takashi Iwai2023-07-211-11/+1
|/
* ASoC: soc-core.c: add index on snd_soc_of_get_dai_name()Kuninori Morimoto2023-06-201-1/+1
* ASoC: Merge fixes due to dependenciesMark Brown2023-06-1610-70/+48
|\
| * ASoC: mediatek: mt8195: fix use-after-free in driver remove pathTrevor Wu2023-06-015-34/+24
| * ASoC: mediatek: mt8188: fix use-after-free in driver remove pathTrevor Wu2023-06-015-36/+24
* | ASoC: mediatek: mt8173: Fix irq error pathRicardo Ribalda Delgado2023-06-121-4/+5