Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: SOF: Intel: hda-stream: clarify comment

The Yoda grammar and multiple negatives are unclear.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Rander Wang <rander.wang@intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://msgid.link/r/20240404185448.136157-5-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Pierre-Louis Bossart and committed by
Mark Brown
716778b3 d5263dbb

+1 -1
+1 -1
sound/soc/sof/intel/hda-stream.c
··· 785 785 continue; 786 786 } 787 787 788 - /* Inform ALSA only in case not do that with IPC */ 788 + /* Inform ALSA only if the IPC position is not used */ 789 789 if (s->substream && sof_hda->no_ipc_position) { 790 790 snd_sof_pcm_period_elapsed(s->substream); 791 791 } else if (s->cstream) {