-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
increase the buffer size for popo noise
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...dor/intel/external/project-celadon/audio/0002-increase-in-buffersize-for-popo-noise.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 7bbcd0d190fed565737f1db01ce3ac3db1c20c76 Mon Sep 17 00:00:00 2001 | ||
From: gkdeepa <[email protected]> | ||
Date: Thu, 3 Mar 2022 10:58:40 +0530 | ||
Subject: [PATCH] increase in buffersize for popo noise | ||
|
||
Tracked-On: | ||
--- | ||
primary/audio_hw.c | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/primary/audio_hw.c b/primary/audio_hw.c | ||
index 6db5c0d..894f4f3 100755 | ||
--- a/primary/audio_hw.c | ||
+++ b/primary/audio_hw.c | ||
@@ -50,7 +50,7 @@ | ||
#define PCM_CARD_DEFAULT 0 | ||
#define PCM_DEVICE 0 | ||
|
||
-#define OUT_PERIOD_SIZE 4080 | ||
+#define OUT_PERIOD_SIZE 2048 | ||
#define OUT_PERIOD_COUNT 4 | ||
#define OUT_SAMPLING_RATE 48000 | ||
|
||
-- | ||
2.17.1 | ||
|