projects
/
platform
/
upstream
/
alsa-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9fbb05
)
Enable route plugin to handle unsupported channel count
98/148298/2
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
accepted/tizen/5.0/unified/20181102.023657
accepted/tizen/5.5/unified/20191031.005026
accepted/tizen/5.5/unified/mobile/hotfix/20201027.063422
accepted/tizen/5.5/unified/wearable/hotfix/20201027.102119
accepted/tizen/6.0/unified/20201030.105115
accepted/tizen/6.0/unified/hotfix/20201103.000622
accepted/tizen/unified/20170914.230137
submit/tizen/20170914.083817
submit/tizen_5.0/20181101.000005
submit/tizen_5.5/20191031.000006
submit/tizen_5.5_mobile_hotfix/20201026.185106
submit/tizen_5.5_wearable_hotfix/20201026.184306
submit/tizen_6.0/20201029.205501
submit/tizen_6.0_hotfix/20201102.192901
submit/tizen_6.0_hotfix/20201103.115101
tizen_5.5.m2_release
tizen_6.0.m2_release
author
Seungbae Shin
<seungbae.shin@samsung.com>
Thu, 7 Sep 2017 10:21:03 +0000
(19:21 +0900)
committer
Seungbae Shin
<seungbae.shin@samsung.com>
Thu, 7 Sep 2017 18:12:09 +0000
(18:12 +0000)
This patch enable us to play the mono channel content on some H/W which support only stereo channel.
Change-Id: I117ef63a5f5394f6954b3c29320d0883c1732a3b
packaging/alsa-lib.spec
patch
|
blob
|
history
diff --git
a/packaging/alsa-lib.spec
b/packaging/alsa-lib.spec
index
8a44394
..
79d3739
100644
(file)
--- a/
packaging/alsa-lib.spec
+++ b/
packaging/alsa-lib.spec
@@
-1,6
+1,6
@@
Name: alsa-lib
Version: 1.0.28
-Release:
5
+Release:
6
License: LGPL-2.1+
Summary: The Advanced Linux Sound Architecture (ALSA) library
Url: http://www.alsa-project.org/
@@
-42,7
+42,7
@@
cp %{SOURCE1001} .
--disable-alisp \
--disable-python \
--with-gnu-ld \
- --with-pcm-plugins=rate,linear,plug,dmix,dsnoop,asym,mmap,ioplug,null,empty
+ --with-pcm-plugins=rate,
route,
linear,plug,dmix,dsnoop,asym,mmap,ioplug,null,empty
make %{?_smp_mflags}