diff options
author | Seungbae Shin <seungbae.shin@samsung.com> | 2023-06-19 16:44:30 +0900 |
---|---|---|
committer | Seungbae Shin <seungbae.shin@samsung.com> | 2023-06-19 16:48:02 +0900 |
commit | f75bd99c2ef068c9256f4f048813c87080cfaf60 (patch) | |
tree | 8a4667a20c1f20a8e32b0a2320133654976f4d14 /media-config-target-c4 | |
parent | 21421a8b55bc577b980a10acf60c336a915c4456 (diff) | |
download | media-config-f75bd99c2ef068c9256f4f048813c87080cfaf60.tar.gz media-config-f75bd99c2ef068c9256f4f048813c87080cfaf60.tar.bz2 media-config-f75bd99c2ef068c9256f4f048813c87080cfaf60.zip |
[all][audio] Fix improper rttime default valueaccepted/tizen/unified/20230620.022520
commented value should be a default value, but wasn't printed like that
[Version] 0.3.74
[Issue type] Update
Change-Id: I30d31e036cb2b4894a67196ace67923b772704e5
Diffstat (limited to 'media-config-target-c4')
-rw-r--r-- | media-config-target-c4/hal/etc/pulse/daemon.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-config-target-c4/hal/etc/pulse/daemon.conf b/media-config-target-c4/hal/etc/pulse/daemon.conf index 431e66b..a25883c 100644 --- a/media-config-target-c4/hal/etc/pulse/daemon.conf +++ b/media-config-target-c4/hal/etc/pulse/daemon.conf @@ -71,7 +71,7 @@ flat-volumes = no ; rlimit-msgqueue = -1 ; rlimit-nice = 31 ; rlimit-rtprio = 9 -; rlimit-rttime = 1000000 +; rlimit-rttime = 200000 ; default-sample-format = s16le ; default-sample-rate = 44100 |