summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-25Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown19-127/+173
2021-05-24Merge series "ASoC: rsnd: add D3 support" from Kuninori Morimoto <kuninori.mo...Mark Brown2-6/+41
2021-05-24ASoC: codecs: Add driver for NXP/Goodix TFA989x (TFA1) amplifiersStephan Gerhold4-0/+318
2021-05-24ASoC: dt-bindings: codecs: Add bindings for nxp, tfa989xStephan Gerhold1-0/+54
2021-05-24ASoC: rsnd: add null CLOCKIN supportKuninori Morimoto1-2/+31
2021-05-24ASoC: rsnd: tidyup loop on rsnd_adg_clk_query()Kuninori Morimoto1-3/+1
2021-05-24ASoC: dt-bindings: renesas: rsnd: tidyup propertiesKuninori Morimoto1-1/+9
2021-05-24ASoC: core: Fix Null-point-dereference in fmt_single_name()Kefeng Wang1-0/+2
2021-05-21ASoC: Intel: sof_sdw: add quirk support for Brya and BT-offloadVamshi Krishna Gopal1-1/+15
2021-05-21ASoC: Intel: common: Add entries for sdw codecs in ADL match tableVamshi Krishna Gopal1-0/+45
2021-05-21ASoC: SOF: Intel: hda: Remove conditions against CONFIG_PCIPeter Ujfalusi1-5/+3
2021-05-21ASoC: SOF: ops: don't return void valuePierre-Louis Bossart1-2/+2
2021-05-21ASoC: SOF: topology: fix assignment to use le32_to_cpuJaska Uimonen1-1/+1
2021-05-21ASoC: SOF: loader: Use snd_sof_dsp_block_read() instead sof_block_read()Peter Ujfalusi1-1/+1
2021-05-21ASoC: SOF: ops: print out the polling registerKeyon Jie1-2/+4
2021-05-21ASoC: SOF: pci: No need to cast second time to save the descPeter Ujfalusi1-1/+1
2021-05-21ASoC: SOF: Check desc->ops directly in acpi/pci/of probe functionsPeter Ujfalusi3-12/+3
2021-05-21ASoC: qcom: lpass-cpu: Use optional clk APIsStephen Boyd1-11/+1
2021-05-20ASoC: imx-card: Add imx-card machine driverShengjiu Wang3-0/+859
2021-05-20ASoC: dt-bindings: imx-card: Add binding doc for imx sound cardShengjiu Wang1-0/+122
2021-05-20ASoC: topology: Fix using uninitialized pointerJaska Uimonen1-1/+1
2021-05-20ASoC: cs35l33: fix an error code in probe()Dan Carpenter1-0/+1
2021-05-19Merge series "ASoC: meson: g12a-toacodec: add support for SM1" from Neil Arms...Mark Brown1-19/+124
2021-05-19ASoC: soc-dai: fix up hw params only if it is neededGyeongtaek Lee1-6/+7
2021-05-19ASoC: wm8750: convert to the json-schemaRafał Miłecki2-18/+42
2021-05-19ASoC: meson: g12a-toacodec: add support for SM1 TOACODECNeil Armstrong1-1/+62
2021-05-19ASoC: meson: g12a-toacodec: use regmap fields to prepare SM1 supportNeil Armstrong1-18/+62
2021-05-19ASoC: SOF: Intel: hda: don't send DAI_CONFIG IPC for older firmwareRanjani Sridharan1-0/+5
2021-05-18ASoC: hisilicon: fix missing clk_disable_unprepare() on error in hi6210_i2s_s...Yang Yingliang1-6/+8
2021-05-18ASoC: soc-core: use DEVICE_ATTR_RO macroYueHaibing1-4/+4
2021-05-18ASoC: rk3328: fix missing clk_disable_unprepare() on error in rk3328_platform...Yang Yingliang1-6/+22
2021-05-18ASoC: fsl: fix SND_SOC_IMX_RPMSG dependencyArnd Bergmann1-0/+1
2021-05-14ASoC: topology: Add support for multiple kcontrol types to a widgetJaska Uimonen3-250/+233
2021-05-14ASoC: intel/boards: add missing MODULE_DEVICE_TABLEZou Wei2-0/+2
2021-05-12Merge series "ASoC: SOF/Intel: fix and remove Sparse warnings" from Pierre-Lo...Mark Brown6-12/+12
2021-05-12ASoC: cs42l42: make HSBIAS_SENSE_EN optionalVitaly Rodionov3-1/+14
2021-05-12ASoC: q6dsp: Undo buggy warning fixNathan Chancellor1-1/+1
2021-05-12ASoC: wm2200: remove include of wmfw.hSimon Trimmer1-1/+0
2021-05-12ASoC: wm_adsp: mark more data structures with the const qualifierSimon Trimmer2-10/+10
2021-05-12ASoC: Intel: bxt_da7219_max98357a: shrink platform_id below 20 charactersPierre-Louis Bossart4-9/+9
2021-05-12ASoC: Intel: sof_cs42l42: shrink platform id below 20 charactersPierre-Louis Bossart2-2/+2
2021-05-12ASoC: SOF: Intel: hda: fix index used in inner loopPierre-Louis Bossart1-1/+1
2021-05-12ASoC: cs42l52: Minor tidy up of error pathsCharles Keepax1-1/+6
2021-05-12ASoC: cs35l32: Add missing regmap use_single configCharles Keepax1-0/+3
2021-05-12ASoC: cs35l34: Add missing regmap use_single configCharles Keepax1-0/+3
2021-05-12ASoC: cs42l73: Add missing regmap use_single configCharles Keepax1-0/+3
2021-05-12ASoC: cs53l30: Add missing regmap use_single configCharles Keepax1-0/+3
2021-05-12ASoC: sti-sas: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-05-12ASoC: soc-dai.h: Align the word of comment for SND_SOC_DAIFMT_CBC_CFCKuninori Morimoto1-1/+1
2021-05-11Merge series "ASoC: simple-card / audio-graph re-cleanup" from Kuninori Morim...Mark Brown2-113/+112