Age | Commit message (Expand) | Author | Files | Lines |
2021-09-20 | ASoC: tegra: Add Tegra210 based MVC driver | Sameer Pujar | 4 | -0/+773 |
2021-09-20 | ASoC: tegra: Add routes for few AHUB modules | Sameer Pujar | 1 | -2/+509 |
2021-09-20 | ASoC: dt-bindings: tegra: Few more Tegra210 AHUB modules | Sameer Pujar | 6 | -0/+395 |
2021-09-20 | ASoC: audio-graph: Fixup CPU endpoint hw_params in a BE<->BE link | Sameer Pujar | 1 | -1/+3 |
2021-09-20 | ASoC: simple-card-utils: Increase maximum DAI links limit to 512 | Sameer Pujar | 1 | -1/+1 |
2021-09-20 | ASoC: soc-pcm: Don't reconnect an already active BE | Sameer Pujar | 1 | -0/+4 |
2021-09-20 | ASoC: compress/component: Use module_get_when_open/put_when_close for cstream | Peter Ujfalusi | 3 | -33/+61 |
2021-09-20 | ASoC: soc-component: Convert the mark_module to void* | Peter Ujfalusi | 2 | -14/+10 |
2021-09-17 | Merge series "ASoC: SOF: ipc: Small cleanups for message handler functions" f... | Mark Brown | 1 | -6/+5 |
2021-09-17 | ASoC: 88pm860x: Update to modern clocking terminology | Mark Brown | 1 | -9/+9 |
2021-09-17 | ASoC: SOF: Rename sof_arch_ops to dsp_arch_ops | Peter Ujfalusi | 11 | -19/+19 |
2021-09-17 | ASoC: SOF: ipc: Remove redundant error check from sof_ipc_tx_message_unlocked | Peter Ujfalusi | 1 | -5/+2 |
2021-09-17 | ASoC: SOF: ipc: Print 0x prefix for errors in ipc_trace/stream_message() | Peter Ujfalusi | 1 | -2/+2 |
2021-09-17 | ASoC: SOF: ipc: Clarify the parameter name for ipc_trace_message() | Peter Ujfalusi | 1 | -5/+4 |
2021-09-16 | Merge series "ASoC: cs42l42: Implement Manual Type detection as fallback" fro... | Mark Brown | 2 | -12/+146 |
2021-09-16 | Merge series "ASoC: SOF: Clean up the probe support" from Peter Ujfalusi <pet... | Mark Brown | 14 | -393/+248 |
2021-09-16 | ASoC: au1x: Convert to modern terminology for DAI clocking | Mark Brown | 3 | -11/+11 |
2021-09-16 | ASoC: atmel: Convert to new style DAI format definitions | Mark Brown | 8 | -27/+27 |
2021-09-16 | ASoC: cs35l41: Binding fixes | David Rhodes | 1 | -12/+18 |
2021-09-16 | misc: cs35l41: Remove unused pdn variable | Charles Keepax | 1 | -2/+0 |
2021-09-16 | ASoC: SOF: imx8m: add SAI1 info | Viorel Suman | 1 | -0/+11 |
2021-09-16 | ASoC: cs42l42: Minor fix all errors reported by checkpatch.pl script | Vitaly Rodionov | 1 | -5/+5 |
2021-09-16 | ASoC: SOF: core: Move probe work related code under a single if () branch | Peter Ujfalusi | 1 | -3/+1 |
2021-09-16 | ASoC: cs42l42: Implement Manual Type detection as fallback | Stefan Binding | 2 | -12/+146 |
2021-09-16 | ASoC: SOF: sof-probes: Correct the function names used for snd_soc_cdai_ops | Peter Ujfalusi | 1 | -6/+6 |
2021-09-16 | ASoC: SOF: Intel: Rename hda-compress.c to hda-probes.c | Peter Ujfalusi | 2 | -1/+1 |
2021-09-16 | ASoC: SOF: probe: Merge and clean up the probe and compress files | Peter Ujfalusi | 10 | -364/+221 |
2021-09-16 | ASoC: SOF: compress: move and export sof_probe_compr_ops | Ranjani Sridharan | 3 | -50/+34 |
2021-09-16 | ASoC: SOF: pcm: Remove non existent CONFIG_SND_SOC_SOF_COMPRESS reference | Peter Ujfalusi | 2 | -9/+0 |
2021-09-16 | ASoC: SOF: ipc: Add probe message logging to ipc_log_header() | Peter Ujfalusi | 1 | -0/+23 |
2021-09-15 | ASoC: SOF: debug: No need to export the snd_sof_debugfs_io_item() | Peter Ujfalusi | 2 | -9/+4 |
2021-09-15 | ASoC: SOF: loader: Use the generic ops for region debugfs handling | Peter Ujfalusi | 1 | -40/+28 |
2021-09-15 | ASoC: SOF: Intel: Provide debugfs_add_region_item ops for core | Peter Ujfalusi | 7 | -0/+8 |
2021-09-15 | ASoC: SOF: imx: Provide debugfs_add_region_item ops for core | Peter Ujfalusi | 2 | -0/+3 |
2021-09-15 | ASoC: SOF: debug: Add generic API and ops for DSP regions | Peter Ujfalusi | 3 | -10/+43 |
2021-09-15 | ASoC: SOF: core: Do not use 'bar' as parameter for block_read/write | Peter Ujfalusi | 5 | -64/+78 |
2021-09-15 | ASoC: SOF: loader: No need to export snd_sof_fw_parse_ext_data() | Peter Ujfalusi | 2 | -3/+1 |
2021-09-15 | ASoC: SOF: imx: Do not initialize the snd_sof_dsp_ops.read64 | Peter Ujfalusi | 2 | -9/+0 |
2021-09-15 | ASoC: SOF: ipc: Remove snd_sof_dsp_mailbox_init() | Peter Ujfalusi | 3 | -21/+6 |
2021-09-15 | ASoC: SOF: Intel: bdw: Set the mailbox offset directly in bdw_probe | Peter Ujfalusi | 1 | -2/+2 |
2021-09-15 | Merge series "ASoC: SOF: Remove unused members from struct sof_dev_desc" from... | Mark Brown | 6 | -18/+0 |
2021-09-15 | Merge series "ASoC: SOF: Intel: hda: Cleanups for local function uses" from P... | Mark Brown | 3 | -73/+62 |
2021-09-15 | Merge series "Support ALC5682I-VS codec" from Brent Lu <brent.lu@intel.com>: | Mark Brown | 3 | -18/+112 |
2021-09-15 | ASoC: cs35l41: Fix a bunch of trivial code formating/style issues | Charles Keepax | 5 | -496/+467 |
2021-09-15 | ASoC: cs35l41: Fixup the error messages | Charles Keepax | 1 | -29/+24 |
2021-09-15 | ASoC: cs35l41: Don't overwrite returned error code | Charles Keepax | 1 | -8/+0 |
2021-09-15 | ASoC: cs35l41: Combine adjacent register writes | Charles Keepax | 2 | -98/+49 |
2021-09-15 | ASoC: cs35l41: Use regmap_read_poll_timeout to wait for OTP boot | Charles Keepax | 1 | -13/+8 |
2021-09-15 | ASoC: cs35l41: Fix use of an uninitialised variable | Charles Keepax | 1 | -14/+5 |
2021-09-15 | ASoC: mediatek: mt6359: Fix unexpected error in bind/unbind flow | Trevor Wu | 1 | -1/+1 |