summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-20ASoC: tegra: Add Tegra210 based MVC driverSameer Pujar4-0/+773
2021-09-20ASoC: tegra: Add routes for few AHUB modulesSameer Pujar1-2/+509
2021-09-20ASoC: dt-bindings: tegra: Few more Tegra210 AHUB modulesSameer Pujar6-0/+395
2021-09-20ASoC: audio-graph: Fixup CPU endpoint hw_params in a BE<->BE linkSameer Pujar1-1/+3
2021-09-20ASoC: simple-card-utils: Increase maximum DAI links limit to 512Sameer Pujar1-1/+1
2021-09-20ASoC: soc-pcm: Don't reconnect an already active BESameer Pujar1-0/+4
2021-09-20ASoC: compress/component: Use module_get_when_open/put_when_close for cstreamPeter Ujfalusi3-33/+61
2021-09-20ASoC: soc-component: Convert the mark_module to void*Peter Ujfalusi2-14/+10
2021-09-17Merge series "ASoC: SOF: ipc: Small cleanups for message handler functions" f...Mark Brown1-6/+5
2021-09-17ASoC: 88pm860x: Update to modern clocking terminologyMark Brown1-9/+9
2021-09-17ASoC: SOF: Rename sof_arch_ops to dsp_arch_opsPeter Ujfalusi11-19/+19
2021-09-17ASoC: SOF: ipc: Remove redundant error check from sof_ipc_tx_message_unlockedPeter Ujfalusi1-5/+2
2021-09-17ASoC: SOF: ipc: Print 0x prefix for errors in ipc_trace/stream_message()Peter Ujfalusi1-2/+2
2021-09-17ASoC: SOF: ipc: Clarify the parameter name for ipc_trace_message()Peter Ujfalusi1-5/+4
2021-09-16Merge series "ASoC: cs42l42: Implement Manual Type detection as fallback" fro...Mark Brown2-12/+146
2021-09-16Merge series "ASoC: SOF: Clean up the probe support" from Peter Ujfalusi <pet...Mark Brown14-393/+248
2021-09-16ASoC: au1x: Convert to modern terminology for DAI clockingMark Brown3-11/+11
2021-09-16ASoC: atmel: Convert to new style DAI format definitionsMark Brown8-27/+27
2021-09-16ASoC: cs35l41: Binding fixesDavid Rhodes1-12/+18
2021-09-16misc: cs35l41: Remove unused pdn variableCharles Keepax1-2/+0
2021-09-16ASoC: SOF: imx8m: add SAI1 infoViorel Suman1-0/+11
2021-09-16ASoC: cs42l42: Minor fix all errors reported by checkpatch.pl scriptVitaly Rodionov1-5/+5
2021-09-16ASoC: SOF: core: Move probe work related code under a single if () branchPeter Ujfalusi1-3/+1
2021-09-16ASoC: cs42l42: Implement Manual Type detection as fallbackStefan Binding2-12/+146
2021-09-16ASoC: SOF: sof-probes: Correct the function names used for snd_soc_cdai_opsPeter Ujfalusi1-6/+6
2021-09-16ASoC: SOF: Intel: Rename hda-compress.c to hda-probes.cPeter Ujfalusi2-1/+1
2021-09-16ASoC: SOF: probe: Merge and clean up the probe and compress filesPeter Ujfalusi10-364/+221
2021-09-16ASoC: SOF: compress: move and export sof_probe_compr_opsRanjani Sridharan3-50/+34
2021-09-16ASoC: SOF: pcm: Remove non existent CONFIG_SND_SOC_SOF_COMPRESS referencePeter Ujfalusi2-9/+0
2021-09-16ASoC: SOF: ipc: Add probe message logging to ipc_log_header()Peter Ujfalusi1-0/+23
2021-09-15ASoC: SOF: debug: No need to export the snd_sof_debugfs_io_item()Peter Ujfalusi2-9/+4
2021-09-15ASoC: SOF: loader: Use the generic ops for region debugfs handlingPeter Ujfalusi1-40/+28
2021-09-15ASoC: SOF: Intel: Provide debugfs_add_region_item ops for corePeter Ujfalusi7-0/+8
2021-09-15ASoC: SOF: imx: Provide debugfs_add_region_item ops for corePeter Ujfalusi2-0/+3
2021-09-15ASoC: SOF: debug: Add generic API and ops for DSP regionsPeter Ujfalusi3-10/+43
2021-09-15ASoC: SOF: core: Do not use 'bar' as parameter for block_read/writePeter Ujfalusi5-64/+78
2021-09-15ASoC: SOF: loader: No need to export snd_sof_fw_parse_ext_data()Peter Ujfalusi2-3/+1
2021-09-15ASoC: SOF: imx: Do not initialize the snd_sof_dsp_ops.read64Peter Ujfalusi2-9/+0
2021-09-15ASoC: SOF: ipc: Remove snd_sof_dsp_mailbox_init()Peter Ujfalusi3-21/+6
2021-09-15ASoC: SOF: Intel: bdw: Set the mailbox offset directly in bdw_probePeter Ujfalusi1-2/+2
2021-09-15Merge series "ASoC: SOF: Remove unused members from struct sof_dev_desc" from...Mark Brown6-18/+0
2021-09-15Merge series "ASoC: SOF: Intel: hda: Cleanups for local function uses" from P...Mark Brown3-73/+62
2021-09-15Merge series "Support ALC5682I-VS codec" from Brent Lu <brent.lu@intel.com>:Mark Brown3-18/+112
2021-09-15ASoC: cs35l41: Fix a bunch of trivial code formating/style issuesCharles Keepax5-496/+467
2021-09-15ASoC: cs35l41: Fixup the error messagesCharles Keepax1-29/+24
2021-09-15ASoC: cs35l41: Don't overwrite returned error codeCharles Keepax1-8/+0
2021-09-15ASoC: cs35l41: Combine adjacent register writesCharles Keepax2-98/+49
2021-09-15ASoC: cs35l41: Use regmap_read_poll_timeout to wait for OTP bootCharles Keepax1-13/+8
2021-09-15ASoC: cs35l41: Fix use of an uninitialised variableCharles Keepax1-14/+5
2021-09-15ASoC: mediatek: mt6359: Fix unexpected error in bind/unbind flowTrevor Wu1-1/+1