From: Seungbae Shin Date: Thu, 7 Sep 2017 10:21:03 +0000 (+0900) Subject: Enable route plugin to handle unsupported channel count X-Git-Tag: submit/tizen/20170914.083817^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=438ee50558b20311ffd2cd58fb4e8deb76116aac;p=platform%2Fupstream%2Falsa-lib.git Enable route plugin to handle unsupported channel count This patch enable us to play the mono channel content on some H/W which support only stereo channel. Change-Id: I117ef63a5f5394f6954b3c29320d0883c1732a3b --- diff --git a/packaging/alsa-lib.spec b/packaging/alsa-lib.spec index 8a44394..79d3739 100644 --- 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}