-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5,665 additions
and
69 deletions.
There are no files selected for viewing
69 changes: 0 additions & 69 deletions
69
bsp_diff/caas/device/intel/mixins/0004-Revert-Include-VHAL-for-camera.patch
This file was deleted.
Oops, something went wrong.
31 changes: 31 additions & 0 deletions
31
...xternal/project-celadon/audio/0001-Tuning-period_size-and-period_count-for-QEMU-KVM.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,31 @@ | ||
From 10714f7af66e854e1e1c0b59cffe5e690bddd048 Mon Sep 17 00:00:00 2001 | ||
From: pmandri <[email protected]> | ||
Date: Mon, 13 Dec 2021 12:43:05 +0530 | ||
Subject: [PATCH] Tuning period_size and period_count for QEMU/KVM | ||
|
||
bsp_diff/common/vendor/intel/external/project-celadon/audio/01_679470_1-Tuning-period_size-and-period_count-for-QEMU-KVM.patch | ||
This commit has dependancy on above patch. | ||
|
||
Change-Id: Ib461120321a928f67352e4022ff8d6d7b403fbd7 | ||
Tracked-On: | ||
Signed-off-by: pmandri <[email protected]> | ||
--- | ||
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 e4394c5..6db5c0d 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 1024 | ||
+#define OUT_PERIOD_SIZE 4080 | ||
#define OUT_PERIOD_COUNT 4 | ||
#define OUT_SAMPLING_RATE 48000 | ||
|
||
-- | ||
2.17.1 | ||
|
Oops, something went wrong.