summaryrefslogtreecommitdiff
path: root/sound/soc/mediatek
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai17-56/+1679
2023-08-18ASoC: mediatek: Convert to generic PCM copy opsTakashi Iwai1-17/+10
2023-08-17ASoC: mediatek: mt7986: add machine driver with wm8960Maso Huang3-0/+207
2023-08-17ASoC: mediatek: mt7986: add platform driverMaso Huang4-0/+641
2023-08-17ASoC: mediatek: mt7986: support etdm in platform driverMaso Huang1-0/+411
2023-08-17ASoC: mediatek: mt7986: add common headerMaso Huang2-0/+245
2023-08-14ASoC: mediatek: merge DAI call back functions into opsKuninori Morimoto1-25/+31
2023-08-07ASoC: mediatek: mt8186-mt6366-da7219-max98357: Map missing jack kcontrolsAlper Nebi Yasak1-0/+6
2023-08-07ASoC: mediatek: mt8183-mt6358-ts3a227-max98357: Map missing jack kcontrolsAlper Nebi Yasak1-6/+47
2023-08-07ASoC: mediatek: mt8183-da7219-max98357: Map missing jack kcontrolsAlper Nebi Yasak1-7/+36
2023-08-07ASoC: mediatek: mt8173-rt5650: Map missing jack kcontrolsAlper Nebi Yasak1-5/+18
2023-08-07ASoC: mediatek: mt8173-rt5650-rt5676: Map missing jack kcontrolsAlper Nebi Yasak1-5/+18
2023-08-07ASoC: mediatek: mt8173-rt5650-rt5514: Map missing jack kcontrolsAlper Nebi Yasak1-5/+18
2023-08-07ASoC: mediatek: mt8173-max98090: Configure jack as a Headset jackAlper Nebi Yasak1-1/+1
2023-08-03ASoC: mediatek: mt8186: Remove unused mutex.Sebastian Andrzej Siewior1-2/+0
2023-07-25Merge tag 'asoc-v6.6-early' of https://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai3-5/+22
2023-07-21ASoC: mediatek: mt8188: Simplify with snd_ctl_find_id_mixer()Takashi Iwai1-11/+1
2023-07-19ASoC: mediatek: mt8188: DPCM used FE and BE merged parametersTrevor Wu1-0/+15
2023-07-17ASoC: mediatek: mt8186: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-07-10ASoC: mediatek: mt8188: add memory-region supportTrevor Wu1-2/+6
2023-06-20ASoC: soc-core.c: add index on snd_soc_of_get_dai_name()Kuninori Morimoto1-1/+1
2023-06-16ASoC: Merge fixes due to dependenciesMark Brown10-70/+48
2023-06-12ASoC: mediatek: mt8173: Fix irq error pathRicardo Ribalda Delgado1-4/+5
2023-06-12ASoC: mediatek: mt8173: Fix snd_soc_component_initialize error pathRicardo Ribalda Delgado1-2/+2
2023-06-09ASoC: mediatek: mt8192-mt6359: Go back to old headphone pin nameNĂ­colas F. R. A. Prado1-1/+1
2023-06-08ASoC: mediatek: mt8188-mt6359: Use bitfield macros for registersAngeloGioacchino Del Regno1-13/+19
2023-06-08ASoC: mediatek: mt8188-mt6359: Clean up log levelsAngeloGioacchino Del Regno1-11/+10
2023-06-08ASoC: mediatek: mt8188-mt6359: Cleanup return 0 disguised as return retAngeloGioacchino Del Regno1-8/+12
2023-06-08ASoC: mediatek: mt8188-mt6359: clean up a return in codec_initDan Carpenter1-1/+1
2023-06-08ASoC: mediatek: mt8188-mt6359: Compress of_device_id entriesAngeloGioacchino Del Regno1-9/+3
2023-06-07ASoC: mediatek: mt8188-mt6359: add i2c dependencyArnd Bergmann1-0/+1
2023-06-02ASoC: mediatek: mt8188-mt6359: support new board with nau88255Trevor Wu2-1/+330
2023-06-02ASoC: mediatek: common: soundcard driver add dai_fmt supportTrevor Wu1-2/+51
2023-06-02ASoC: mediatek: mt8188-mt6359: register hdmi/dp jack pinsTrevor Wu1-4/+23
2023-06-02ASoC: mediatek: mt8188: separate ADDA playback dai from capture daiTrevor Wu3-45/+65
2023-06-01ASoC: mediatek: mt8195: fix use-after-free in driver remove pathTrevor Wu5-34/+24
2023-06-01ASoC: mediatek: mt8188: fix use-after-free in driver remove pathTrevor Wu5-36/+24
2023-05-30ES8316 audio codec fixes on Rock5BMark Brown5-34/+24
2023-05-23ASoC: do not include pm_runtime.h if not usedClaudiu Beznea4-5/+0
2023-05-18ASoC: mediatek: mt8192-mt6359: Remove " Jack" from Headphone pin nameAngeloGioacchino Del Regno1-1/+1
2023-05-15ASoC: mediatek: mt8188: add required clocksTrevor Wu2-0/+8
2023-05-15ASoC: mediatek: mt8188: add bus protectionTrevor Wu1-0/+76
2023-05-15ASoC: mediatek: mt8188: combine afe component registrationTrevor Wu1-35/+2
2023-05-15ASoC: mediatek: mt8188: refine APLL controlTrevor Wu3-23/+241
2023-05-15ASoC: mediatek: mt8188: revise ETDM control flowTrevor Wu2-386/+406
2023-05-15ASoC: mediatek: mt8188: complete set_tdm_slot functionTrevor Wu1-3/+18
2023-05-15ASoC: mediatek: mt8188: remove supply AUDIO_HIRESTrevor Wu1-37/+0
2023-05-15ASoC: mediatek: mt8186: Fix use-after-free in driver remove pathDouglas Anderson5-34/+24
2023-05-08ASoC: mediatek: mt8195-afe-pcm: Simplify with dev_err_probe()AngeloGioacchino Del Regno1-31/+14
2023-05-08ASoC: mediatek: mt8195-afe-pcm: Simplify runtime PM during probeAngeloGioacchino Del Regno1-10/+12