From a948d2eec3adb5780a0a5e955150eaafbdbaa261 Mon Sep 17 00:00:00 2001 From: serifpersia Date: Sun, 6 Jul 2025 08:10:49 +0200 Subject: [PATCH] Revert "commented out the highest latency (currently causing issues on some cases)" This reverts commit 074c971fd590980f54f7afc32aa980b47331e82f. --- us144mkii.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/us144mkii.c b/us144mkii.c index 806aac0..50f3ce7 100644 --- a/us144mkii.c +++ b/us144mkii.c @@ -415,7 +415,7 @@ static int tascam_pcm_hw_params(struct snd_pcm_substream *substream, else if (period_frames <= profile_thresholds[3]) tascam->profile_idx = 3; else /* Anything larger falls into the highest latency profile */ - //tascam->profile_idx = 4; + tascam->profile_idx = 4; dev_info(tascam->card->dev, "User requested period of %u frames @ %u Hz, mapping to hardware profile %d\n",