Skip to content

Commit

Permalink
camera patches to caas hori
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdeepa committed Jan 10, 2022
1 parent b1f159a commit 66fac34
Show file tree
Hide file tree
Showing 5 changed files with 5,665 additions and 69 deletions.

This file was deleted.

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

Loading

0 comments on commit 66fac34

Please sign in to comment.