From d8e47da88ef82a06d2e50c5b1f3b48aa0f641752 Mon Sep 17 00:00:00 2001 From: awiouy Date: Thu, 8 Sep 2016 21:23:55 +0200 Subject: [PATCH] spotify-connect-web: handle PCM specified as a:CARD=c,DEV=d --- packages/addons/service/spotify-connect-web/changelog.txt | 3 +++ packages/addons/service/spotify-connect-web/package.mk | 2 +- .../spotify-connect-web/source/bin/spotify-connect-web.start | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/addons/service/spotify-connect-web/changelog.txt b/packages/addons/service/spotify-connect-web/changelog.txt index 9892437d56..0c63aada54 100644 --- a/packages/addons/service/spotify-connect-web/changelog.txt +++ b/packages/addons/service/spotify-connect-web/changelog.txt @@ -1,3 +1,6 @@ +8.0.103 +- Handle PCM specified as a:CARD=c,DEV=d + 8.0.102 - Add passwordless/mutiuser login diff --git a/packages/addons/service/spotify-connect-web/package.mk b/packages/addons/service/spotify-connect-web/package.mk index 23c63488c3..eaf05e87da 100644 --- a/packages/addons/service/spotify-connect-web/package.mk +++ b/packages/addons/service/spotify-connect-web/package.mk @@ -18,7 +18,7 @@ PKG_NAME="spotify-connect-web" PKG_VERSION="0.0.3-alpha" -PKG_REV="102" +PKG_REV="103" PKG_ARCH="arm" PKG_ADDON_PROJECTS="RPi2 WeTek_Core WeTek_Play" PKG_LICENSE="prop." diff --git a/packages/addons/service/spotify-connect-web/source/bin/spotify-connect-web.start b/packages/addons/service/spotify-connect-web/source/bin/spotify-connect-web.start index a10e515d3e..7b2ee0874e 100755 --- a/packages/addons/service/spotify-connect-web/source/bin/spotify-connect-web.start +++ b/packages/addons/service/spotify-connect-web/source/bin/spotify-connect-web.start @@ -71,6 +71,7 @@ case "$scw_o" in *:CARD=*) card="${scw_o##*:CARD=}" + card="${card%%,*}" activate_card "$card" index="$(readlink /proc/asound/$card)" index="${index##*card}"