aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2023-01-31ASoC: meson: use helper functionKuninori Morimoto7-35/+38
2023-01-31ASoC: mediatek: use helper functionKuninori Morimoto7-26/+32
2023-01-31ASoC: intel: use helper functionKuninori Morimoto4-31/+17
2023-01-31ASoC: sdw-mockup: use helper functionKuninori Morimoto1-4/+1
2023-01-31ASoC: spear: use helper functionKuninori Morimoto1-1/+2
2023-01-31ASoC: cirrus: use helper functionKuninori Morimoto2-4/+4
2023-01-31ASoC: rt: use helper functionKuninori Morimoto14-48/+21
2023-01-31ASoC: max: use helper functionKuninori Morimoto1-4/+1
2023-01-31ASoC: hda: use helper functionKuninori Morimoto1-2/+5
2023-01-31ASoC: hdmi-codec: use helper functionKuninori Morimoto1-5/+6
2023-01-30ASoC: topology: Fixes and cleanupsMark Brown1-110/+73
2023-01-30ASoC: topology: Use unload() op directlyAmadeusz Sławiński1-20/+28
2023-01-30ASoC: topology: Unify kcontrol removal codeAmadeusz Sławiński1-42/+6
2023-01-30ASoC: topology: Remove unnecessary check for EOFAmadeusz Sławiński1-6/+1
2023-01-30ASoC: topology: Return an error on complete() failureAmadeusz Sławiński1-1/+1
2023-01-30ASoC: topology: Pass correct pointer instead of castingAmadeusz Sławiński1-6/+6
2023-01-30ASoC: topology: Remove unnecessary forward declarationsAmadeusz Sławiński1-3/+0
2023-01-30ASoC: topology: Rename remove_ handlersAmadeusz Sławiński1-16/+16
2023-01-30ASoC: topology: Fix function nameAmadeusz Sławiński1-2/+2
2023-01-30ASoC: topology: Fix typo in functions nameAmadeusz Sławiński1-16/+16
2023-01-30ASoC: topology: Remove unused SOC_TPLG_PASS_PINS constantAmadeusz Sławiński1-3/+2
2023-01-30ASoC: topology: Properly access value coming from topology fileAmadeusz Sławiński1-1/+1
2023-01-30ASoC: tas5720: set bit 7 in ANALOG_CTRL_REG for TAS5720A-Q1 during probeSteffen Aschbacher2-0/+14
2023-01-30ASoC: codecs: tas5720: add support for TAS5720A-Q1 (automotive) variantSteffen Aschbacher2-13/+106
2023-01-30ASoC: codecs: tas5720: split a tas5720_mute_soc_component() functionAlexandru Ardelean1-4/+7
2023-01-30ASoC: SMA1303: Fix spelling mistake "Invald" -> "Invalid"Colin Ian King1-2/+2
2023-01-30ASoC: amd: acp: Refactor bit width calculationVenkata Prasad Potturu1-4/+4
2023-01-28ASoC: soc-compress.c: fixup private_data on snd_soc_new_compress()Kuninori Morimoto1-1/+1
2023-01-28ASoC: kirkwood: Iterate over array indexes instead of using pointer mathKees Cook1-1/+1
2023-01-28ASoC: imx-hdmi: Use dev_err_probeAlexander Stein1-1/+1
2023-01-28ASoC: The Iron Device SMA1303 is a boosted Class-D audio amplifier.KiseokJo4-0/+2422
2023-01-28ASoC: fsl-asoc-card: constify fsl_asoc_card_daiLuca Ceresoli1-1/+1
2023-01-28ASoC: SOF: ipc4: Multi-stream playback and capture supportMark Brown16-305/+709
2023-01-28ASoC: simple-card-utils: create jack inputs forMark Brown4-1/+92
2023-01-27ASoC: ts3a227e: add set_jack and get_jack_typeAstrid Rost1-1/+19
2023-01-27ASoC: simple-card-utils: create jack inputs for aux_devsAstrid Rost2-0/+53
2023-01-27ASoC: soc-component: add get_jack_typeAstrid Rost1-0/+20
2023-01-27ASoC: SOF: ipc4-pcm: Do not run the trigger pipelines if no spipe is storedPeter Ujfalusi1-1/+1
2023-01-27ASoC: SOF: Protect swidget->use_count with mutex for kcontrol access racePeter Ujfalusi6-33/+97
2023-01-27ASoC: SOF: Avoid double decrementing use_count in sof_widget_setup on errorPeter Ujfalusi1-1/+5
2023-01-27ASoC: SOF: ipc4-topology: Protect pipeline free with mutexRanjani Sridharan4-5/+10
2023-01-27ASoC: SOF: ipc4-pcm: Implement pipeline trigger reference countingRanjani Sridharan3-50/+182
2023-01-27ASoC: SOF: ipc4-pcm: Rename 'data' variable to trigger_listRanjani Sridharan1-18/+20
2023-01-27ASoC: SOF: Introduce struct snd_sof_pipelineRanjani Sridharan9-70/+126
2023-01-27ASoC: SOF: ipc4-pcm: Use the PCM stream's pipeline_info during triggerRanjani Sridharan2-35/+112
2023-01-27ASoC: SOF: sof-audio: Populate the PCM stream pipeline_infoRanjani Sridharan1-17/+52
2023-01-27ASoC: SOF: ipc4: Add flag to skip triggering pipelines during FE DAI triggerRanjani Sridharan4-91/+21
2023-01-27ASoC: SOF: ipc4-pcm: Define pcm_setup/free opsRanjani Sridharan2-0/+47
2023-01-27ASoC: SOF: Introduce PCM setup/free PCM IPC opsRanjani Sridharan2-0/+21
2023-01-27ASoC: SOF: topology: Set IPC-specific trigger order for DAI linksRanjani Sridharan4-18/+47