Revert "commented out the highest latency (currently causing issues on some cases)"

This reverts commit 074c971fd5.
This commit is contained in:
serifpersia 2025-07-06 08:10:49 +02:00
parent 074c971fd5
commit a948d2eec3
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ static int tascam_pcm_hw_params(struct snd_pcm_substream *substream,
else if (period_frames <= profile_thresholds[3]) else if (period_frames <= profile_thresholds[3])
tascam->profile_idx = 3; tascam->profile_idx = 3;
else /* Anything larger falls into the highest latency profile */ else /* Anything larger falls into the highest latency profile */
//tascam->profile_idx = 4; tascam->profile_idx = 4;
dev_info(tascam->card->dev, dev_info(tascam->card->dev,
"User requested period of %u frames @ %u Hz, mapping to hardware profile %d\n", "User requested period of %u frames @ %u Hz, mapping to hardware profile %d\n",