From 438ee50558b20311ffd2cd58fb4e8deb76116aac Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Thu, 7 Sep 2017 19:21:03 +0900 Subject: [PATCH] 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 --- packaging/alsa-lib.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.7.4