summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-11ASoC: simple-card-utils: Fix device module clockSameer Pujar1-7/+6
2021-02-10Merge series "ASoC: dapm/pins: handle component prefix" from Pierre-Louis Bos...Mark Brown2-3/+15
2021-02-10Merge series "ASoC: SOF: cleanups" from Pierre-Louis Bossart <pierre-louis.bo...Mark Brown9-72/+19
2021-02-10Merge series "ASoC: SOF/Intel/SoundWire: add missing quirks and DMIC support"...Mark Brown3-122/+244
2021-02-10ASoC: SOF: fix runtime pm usage mismatch after probe errorsKai Vehmanen3-1/+14
2021-02-10ASoC: soc-pcm: change error message to debug messageShengjiu Wang1-2/+2
2021-02-10ASoC: SOF: Intel: hda: add dev_dbg() when DMIC number is overriddenPierre-Louis Bossart1-1/+5
2021-02-10ASoC: SOF: Intel: HDA: don't keep a temporary variableGuennadi Liakhovetski1-8/+8
2021-02-10ASoC: SOF: Intel: detect DMIC number in SoundWire mixed configPierre-Louis Bossart1-48/+85
2021-02-10ASoC: SOF: Intel: SoundWire: refine ACPI matchPierre-Louis Bossart1-14/+45
2021-02-10ASoC: Intel: soc-acpi: add ACPI matching table for HP Spectre x360Pierre-Louis Bossart1-0/+20
2021-02-10ASoC: intel: sof_sdw: add trace for dai linksBard Liao1-11/+10
2021-02-10ASoC: Intel: sof_sdw: detect DMIC number based on mach paramsRander Wang1-1/+1
2021-02-10ASoC: Intel: sof_sdw: add mic:dmic and cfg-mics component stringsPierre-Louis Bossart1-0/+9
2021-02-10ASoC: Intel: sof_sdw: add quirk for HP Spectre x360 convertiblePierre-Louis Bossart1-0/+16
2021-02-10ASoC: Intel: sof-sdw: indent and add quirks consistentlyPierre-Louis Bossart1-5/+8
2021-02-10ASoC: Intel: sof_sdw: reorganize quirks by generationPierre-Louis Bossart1-35/+38
2021-02-10ASoC: SOF: ext_manifest: use explicit number for elem_typeFred Oh1-3/+3
2021-02-10ASoC: SOF: HDA: (cosmetic) simplify hda_dsp_d0i3_work()Guennadi Liakhovetski1-10/+6
2021-02-10ASoC: SOF: remove unused functionsGuennadi Liakhovetski2-51/+0
2021-02-10ASoC: SOF: fix string format for errorsCurtis Malainey5-8/+8
2021-02-10ASoC: SOF: add missing pm debugCurtis Malainey1-0/+2
2021-02-10ASoC: Intel: boards: max98373: get dapm from cpu_daiBard Liao1-2/+3
2021-02-10ASoC: dapm: use component prefix when checking widget namesShuming Fan1-1/+12
2021-02-08Merge series "MFD/ASoC: Add support for Intel Bay Trail boards with WM5102 co...Mark Brown5-0/+520
2021-02-08ASoC: Intel: bytcr_wm5102: Add machine driver for BYT/WM5102Pierre-Louis Bossart4-0/+495
2021-02-08ASoC: Intel: Add DMI quirk table to soc_intel_is_byt_cr()Hans de Goede1-0/+25
2021-02-08ASoC: Add compatible strings for JZ4760(B) SoCPaul Cercueil1-3/+8
2021-02-08ASoC: codec: Add driver for JZ4760 internal codecChristophe Branchereau3-0/+904
2021-02-08ASoC: codec/ingenic: Depend on MACH_INGENICPaul Cercueil1-3/+3
2021-02-08Merge tag 'ib-mfd-asoc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown4-28/+141
2021-02-08Merge series "Add HDMI support for Intel KeemBay I2S" from Sia Jee Heng <jee....Mark Brown5-2/+82
2021-02-08Merge series "Rename audio graph export functions" from Sameer Pujar <spujar@...Mark Brown3-14/+18
2021-02-08ASoC: fsl_esai: Remove unused 'imx' fieldFabio Estevam1-5/+0
2021-02-08ASoC: fsl: constify static snd_soc_dai_ops structsRikard Falkeborn3-3/+3
2021-02-08ASoC: Intel, Keembay-i2s: Add hdmi-i2s compatible stringSia Jee Heng1-0/+1
2021-02-08ASoC: Intel: KMB: Support IEC958 encoded PCM formatSia Jee Heng2-1/+73
2021-02-08ASoC: codec: hdmi-codec: Support IEC958 encoded PCM formatSia Jee Heng2-1/+8
2021-02-08ASoC: tegra: Add driver remove() callbackSameer Pujar1-1/+2
2021-02-08ASoC: audio-graph: Rename functions needed for exportSameer Pujar3-13/+16
2021-02-05ASoC: dt-bindings: renesas, rsnd: Group tuples in playback/capture propertiesGeert Uytterhoeven1-3/+3
2021-02-05ASoC: dmaengine_pcm: add peripheral configurationShengjiu Wang2-0/+7
2021-02-05Merge series "ASoC: stm32: i2s: add master clock provider" from Olivier Moysa...Mark Brown2-44/+270
2021-02-05ASoC: mediatek: mt8183-mt6358: set playback and capture constraintsJiaxin Yu1-0/+41
2021-02-05ASoC: stm32: i2s: add master clock providerOlivier Moysan1-44/+266
2021-02-05ASoC: dt-bindings: add mclk provider support to stm32 i2sOlivier Moysan1-0/+4
2021-02-05Merge branch 'asoc-5.11' into asoc-5.12Mark Brown43-149/+295
2021-02-05Merge series "ASoC: SOF/Intel/SoundWire: add missing quirks and DMIC support"...Mark Brown1-3/+6
2021-02-05ASoC: rt5682: do nothing in rt5682_suspend/resume in sdw modeBard Liao1-0/+6
2021-02-05ASoC: rt5682-sdw: cancel_work_sync() in .remove and .suspendPierre-Louis Bossart1-1/+3