Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sound/soc/sof/intel/hda-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,11 @@ int hda_dsp_pcm_open(struct snd_sof_dev *sdev,
}

/*
* if we want the .ack to work, we need to prevent the status and
* control from being mapped
* if we want the .ack to work, we need to prevent the control from being mapped.
* The status can still be mapped.
*/
if (hda_disable_rewinds)
runtime->hw.info |= SNDRV_PCM_INFO_NO_REWINDS | SNDRV_PCM_INFO_EXPLICIT_SYNC;
runtime->hw.info |= SNDRV_PCM_INFO_NO_REWINDS | SNDRV_PCM_INFO_SYNC_APPLPTR;

/*
* All playback streams are DMI L1 capable, capture streams need
Expand Down