diff options
author | Jaechul Lee <jcsing.lee@samsung.com> | 2023-10-30 09:48:31 +0900 |
---|---|---|
committer | Jaechul Lee <jcsing.lee@samsung.com> | 2023-10-30 09:49:40 +0900 |
commit | c32f36b9db49246f6f2edbd7be4c4a07d8bfa0c3 (patch) | |
tree | 3ce3fa47e04cc20a8d345bd5b9a1fb6910bafeed | |
parent | 65174e3b1745273350e34e614ca3399f71d1372c (diff) | |
download | media-config-c32f36b9db49246f6f2edbd7be4c4a07d8bfa0c3.tar.gz media-config-c32f36b9db49246f6f2edbd7be4c4a07d8bfa0c3.tar.bz2 media-config-c32f36b9db49246f6f2edbd7be4c4a07d8bfa0c3.zip |
[rpi][audio] Use use_tizen_hal=both by defaultaccepted/tizen/unified/riscv/20231211.234138accepted/tizen/unified/20231030.145732accepted/tizen_unified_riscv
The value of the parameter has been changed to both/sink/source
[Version] 0.3.79
[Issue type] Update
Change-Id: Ie856c6ceb16b177ab7bbbe13fb81d842dbbd9db0
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
-rw-r--r-- | media-config-target-rpi3/hal/etc/pulse/system.pa | 2 | ||||
-rw-r--r-- | packaging/media-config.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-config-target-rpi3/hal/etc/pulse/system.pa b/media-config-target-rpi3/hal/etc/pulse/system.pa index a9d3ae6..890ccf9 100644 --- a/media-config-target-rpi3/hal/etc/pulse/system.pa +++ b/media-config-target-rpi3/hal/etc/pulse/system.pa @@ -26,7 +26,7 @@ load-module module-tizenaudio-policy load-module module-tizenaudio-preprocessor #.ifexists module-udev-detect.so -load-module module-udev-detect use_tizen_hal=yes +load-module module-udev-detect use_tizen_hal=both #.endif ### Sound Player module diff --git a/packaging/media-config.spec b/packaging/media-config.spec index 0ce88c3..74a4d09 100644 --- a/packaging/media-config.spec +++ b/packaging/media-config.spec @@ -2,7 +2,7 @@ Name: media-config Summary: Multimedia Framework system configuration package -Version: 0.3.78 +Version: 0.3.79 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1 and Apache-2.0 |