summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ASoC: codecs: ak4118: Use dev_err_probe() helperKuninori Morimoto2021-12-201-12/+6
| * | | ASoC: mediatek: mt8195-mt6359: reduce log verbosity in probe()Tzung-Bi Shih2021-12-202-4/+0
| * | | ASoC: codec: tlv320adc3xxx: New codec driverRicard Wanderlof2021-12-203-0/+1321
| |/ /
| * | ASoC: Intel: catpt: Dma-transfer fix and coupleMark Brown2021-12-172-21/+30
| |\ \
| | * | ASoC: Intel: catpt: Streamline locals declaration for PCM-functionsCezary Rojewski2021-12-171-16/+16
| | * | ASoC: Intel: catpt: Reduce size of catpt_component_open()Cezary Rojewski2021-12-171-3/+2
| | * | ASoC: Intel: catpt: Test dmaengine_submit() result before moving onCezary Rojewski2021-12-171-2/+12
| * | | Support HDMI audio on NVIDIA Tegra20Mark Brown2021-12-175-58/+196
| |\ \ \
| | * | | ASoC: tegra20: i2s: Filter out unsupported ratesDmitry Osipenko2021-12-171-0/+49
| | * | | ASoC: tegra20: spdif: Filter out unsupported ratesDmitry Osipenko2021-12-171-0/+61
| | * | | ASoC: tegra20: spdif: Support system suspendDmitry Osipenko2021-12-171-0/+2
| | * | | ASoC: tegra20: spdif: Reset hardwareDmitry Osipenko2021-12-172-0/+33
| | * | | ASoC: tegra20: spdif: Use more resource-managed helpersDmitry Osipenko2021-12-173-24/+16
| | * | | ASoC: tegra20: spdif: Improve driver's codeDmitry Osipenko2021-12-171-31/+18
| | * | | ASoC: tegra20: spdif: Support device-treeDmitry Osipenko2021-12-171-2/+9
| | * | | ASoC: tegra20: spdif: Set FIFO trigger levelDmitry Osipenko2021-12-171-0/+8
| | * | | Merge tag 'dmaengine_topic_slave_id_removal_5.17' of git://git.kernel.org/pub...Mark Brown2021-12-171-1/+0
| | |\ \ \ | | | |/ / | | |/| |
| | | * | ASoC: tegra20-spdif: stop setting slave_idArnd Bergmann2021-12-171-1/+0
| * | | | ASoC: SOF: couple of cleanupsMark Brown2021-12-1710-59/+64
| |\ \ \ \
| | * | | | ASoC: SOF: ipc: Add null pointer check for substream->runtimeAjit Kumar Pandey2021-12-171-1/+2
| | * | | | ASoC: SOF: avoid casting "const" attribute awayGuennadi Liakhovetski2021-12-179-58/+62
| | |/ / /
| * | | | ASoC: SOF: remove suport for TRIGGER_RESUMEMark Brown2021-12-173-31/+0
| |\ \ \ \
| | * | | | ASoC: SOF: Intel: hda: remove support for RESUME in platform triggerRanjani Sridharan2021-12-171-1/+0
| | * | | | ASoC: SOF: Intel: hda: remove support for RESUME triggerRanjani Sridharan2021-12-171-10/+0
| | * | | | ASoC: SOF: pcm: remove support for RESUME triggerRanjani Sridharan2021-12-171-20/+0
| | |/ / /
| * | | | ASoC: sh: rz-ssi: Check return value of pm_runtime_resume_and_get()Heiner Kallweit2021-12-171-1/+6
| * | | | ASoC: SOF: Kconfig: Make the SOF_DEVELOPER_SUPPORT depend on SND_SOC_SOFPeter Ujfalusi2021-12-171-1/+1
| |/ / /
| * | | ASoC: Changes to SOF kcontrol data set/get opsMark Brown2021-12-165-98/+62
| |\ \ \
| | * | | ASoC: SOF: topology: read back control data from DSPRanjani Sridharan2021-12-151-0/+14
| | * | | ASoC: SOF: Drop ctrl_type parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-154-48/+22
| | * | | ASoC: SOF: control: Do not handle control notification with component typePeter Ujfalusi2021-12-151-5/+7
| | * | | ASoC: SOF: sof-audio: Drop the `cmd` member from struct snd_sof_controlPeter Ujfalusi2021-12-154-14/+9
| | * | | ASoC: SOF: Drop ctrl_cmd parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-154-26/+11
| | * | | ASoC: SOF: topology: Set control_data->cmd alongside scontrol->cmdPeter Ujfalusi2021-12-151-0/+4
| | * | | ASoC: SOF: Drop ipc_cmd parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-154-19/+11
| | * | | ASoC: SOF: ipc: Rename send parameter in snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-152-11/+9
| * | | | ASoC: AMD: fix depend/select mistake on SND_AMD_ACP_CONFIGPierre-Louis Bossart2021-12-151-1/+1
| |/ / /
| * | | ASoC: rt5663: Handle device_property_read_u32_array error codesJiasheng Jiang2021-12-151-3/+9
| * | | ASoC: SOF: OF: Avoid reverse module dependencyDaniel Baluta2021-12-157-99/+118
| * | | ASoC : soc-pcm: fix trigger race conditions with shared BEMark Brown2021-12-152-108/+244
| |\ \ \
| | * | | ASoC: soc-pcm: fix BE handling of PAUSE_RELEASEPierre-Louis Bossart2021-12-141-1/+4
| | * | | ASoC: soc-pcm: test refcount before triggeringPierre-Louis Bossart2021-12-141-11/+42
| | * | | ASoC: soc-pcm: serialize BE triggersTakashi Iwai2021-12-141-17/+29
| | * | | ASoC: soc-pcm: Fix and cleanup DPCM lockingTakashi Iwai2021-12-142-78/+152
| | * | | ASoC: soc-pcm: align BE 'atomicity' with that of the FEPierre-Louis Bossart2021-12-141-0/+16
| | * | | ASoC: soc-pcm: use GFP_ATOMIC for dpcm structurePierre-Louis Bossart2021-12-141-1/+1
| * | | | ASoC: qdsp6: Fix an IS_ERR() vs NULL bugMiaoqian Lin2021-12-141-2/+2
| * | | | ASoC: qcom: Distinguish headset codec by codec_dai->nameJudy Hsiao2021-12-141-2/+2
| |/ / /
| * | | ASoC: qcom: apq8016_sbc: Allow routing audio through QDSP6Mark Brown2021-12-141-5/+129
| |\ \ \
| | * | | ASoC: qcom: apq8016_sbc: Allow routing audio through QDSP6Stephan Gerhold2021-12-131-5/+129