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

This commit is contained in:
serifpersia 2025-07-05 20:56:40 +02:00
parent 2ab4797401
commit 074c971fd5
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",