summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: intel: use helper functionKuninori Morimoto2023-01-314-31/+17
* ASoC: sdw-mockup: use helper functionKuninori Morimoto2023-01-311-4/+1
* ASoC: spear: use helper functionKuninori Morimoto2023-01-311-1/+2
* ASoC: cirrus: use helper functionKuninori Morimoto2023-01-312-4/+4
* ASoC: rt: use helper functionKuninori Morimoto2023-01-3114-48/+21
* ASoC: max: use helper functionKuninori Morimoto2023-01-311-4/+1
* ASoC: hda: use helper functionKuninori Morimoto2023-01-311-2/+5
* ASoC: hdmi-codec: use helper functionKuninori Morimoto2023-01-311-5/+6
* ASoC: topology: Fixes and cleanupsMark Brown2023-01-301-110/+73
|\
| * ASoC: topology: Use unload() op directlyAmadeusz Sławiński2023-01-301-20/+28
| * ASoC: topology: Unify kcontrol removal codeAmadeusz Sławiński2023-01-301-42/+6
| * ASoC: topology: Remove unnecessary check for EOFAmadeusz Sławiński2023-01-301-6/+1
| * ASoC: topology: Return an error on complete() failureAmadeusz Sławiński2023-01-301-1/+1
| * ASoC: topology: Pass correct pointer instead of castingAmadeusz Sławiński2023-01-301-6/+6
| * ASoC: topology: Remove unnecessary forward declarationsAmadeusz Sławiński2023-01-301-3/+0
| * ASoC: topology: Rename remove_ handlersAmadeusz Sławiński2023-01-301-16/+16
| * ASoC: topology: Fix function nameAmadeusz Sławiński2023-01-301-2/+2
| * ASoC: topology: Fix typo in functions nameAmadeusz Sławiński2023-01-301-16/+16
| * ASoC: topology: Remove unused SOC_TPLG_PASS_PINS constantAmadeusz Sławiński2023-01-301-3/+2
| * ASoC: topology: Properly access value coming from topology fileAmadeusz Sławiński2023-01-301-1/+1
* | ASoC: tas5720: set bit 7 in ANALOG_CTRL_REG for TAS5720A-Q1 during probeSteffen Aschbacher2023-01-302-0/+14
* | ASoC: codecs: tas5720: add support for TAS5720A-Q1 (automotive) variantSteffen Aschbacher2023-01-302-13/+106
* | ASoC: codecs: tas5720: split a tas5720_mute_soc_component() functionAlexandru Ardelean2023-01-301-4/+7
* | ASoC: SMA1303: Fix spelling mistake "Invald" -> "Invalid"Colin Ian King2023-01-301-2/+2
* | ASoC: amd: acp: Refactor bit width calculationVenkata Prasad Potturu2023-01-301-4/+4
|/
* ASoC: soc-compress.c: fixup private_data on snd_soc_new_compress()Kuninori Morimoto2023-01-281-1/+1
* ASoC: kirkwood: Iterate over array indexes instead of using pointer mathKees Cook2023-01-281-1/+1
* ASoC: imx-hdmi: Use dev_err_probeAlexander Stein2023-01-281-1/+1
* ASoC: The Iron Device SMA1303 is a boosted Class-D audio amplifier.KiseokJo2023-01-284-0/+2422
* ASoC: fsl-asoc-card: constify fsl_asoc_card_daiLuca Ceresoli2023-01-281-1/+1
* ASoC: SOF: ipc4: Multi-stream playback and capture supportMark Brown2023-01-2816-305/+709
|\
| * ASoC: SOF: ipc4-pcm: Do not run the trigger pipelines if no spipe is storedPeter Ujfalusi2023-01-271-1/+1
| * ASoC: SOF: Protect swidget->use_count with mutex for kcontrol access racePeter Ujfalusi2023-01-276-33/+97
| * ASoC: SOF: Avoid double decrementing use_count in sof_widget_setup on errorPeter Ujfalusi2023-01-271-1/+5
| * ASoC: SOF: ipc4-topology: Protect pipeline free with mutexRanjani Sridharan2023-01-274-5/+10
| * ASoC: SOF: ipc4-pcm: Implement pipeline trigger reference countingRanjani Sridharan2023-01-273-50/+182
| * ASoC: SOF: ipc4-pcm: Rename 'data' variable to trigger_listRanjani Sridharan2023-01-271-18/+20
| * ASoC: SOF: Introduce struct snd_sof_pipelineRanjani Sridharan2023-01-279-70/+126
| * ASoC: SOF: ipc4-pcm: Use the PCM stream's pipeline_info during triggerRanjani Sridharan2023-01-272-35/+112
| * ASoC: SOF: sof-audio: Populate the PCM stream pipeline_infoRanjani Sridharan2023-01-271-17/+52
| * ASoC: SOF: ipc4: Add flag to skip triggering pipelines during FE DAI triggerRanjani Sridharan2023-01-274-91/+21
| * ASoC: SOF: ipc4-pcm: Define pcm_setup/free opsRanjani Sridharan2023-01-272-0/+47
| * ASoC: SOF: Introduce PCM setup/free PCM IPC opsRanjani Sridharan2023-01-272-0/+21
| * ASoC: SOF: topology: Set IPC-specific trigger order for DAI linksRanjani Sridharan2023-01-274-18/+47
| * ASoC: SOF: pcm: do not free widgets during suspend triggerRanjani Sridharan2023-01-274-18/+3
| * ASoC: SOF: sof-audio: Only process widgets in the connected widget listRanjani Sridharan2023-01-271-15/+36
| * ASoC: SOF: sof-audio: Set up/free DAI/AIF widgets only onceRanjani Sridharan2023-01-271-30/+18
| * ASoC: soc-pcm: Export widget_in_list()Ranjani Sridharan2023-01-271-1/+2
| * ASoC: SOF: ipc4-topology: No need to unbind routes within a pipelineRanjani Sridharan2023-01-271-2/+9
* | ASoC: simple-card-utils: create jack inputs forMark Brown2023-01-284-1/+92
|\ \