Mixer/BeBoB/MAudio: use list() for tuple.items() in for statement
commit26e4e43f77e84989cc311d850aff3386b8d3ce41
authormocchi <mocchi@2be59082-3212-0410-8809-b0798e1608f0>
Wed, 15 Oct 2014 16:06:14 +0000 (15 16:06 +0000)
committermocchi <mocchi@2be59082-3212-0410-8809-b0798e1608f0>
Wed, 15 Oct 2014 16:06:14 +0000 (15 16:06 +0000)
treea1f7f5831d33bdb74b0aa33a322a64aa9fdb301e
parentbac5d454098dbb1107c415c6979b214f12aaa3a7
Mixer/BeBoB/MAudio: use list() for tuple.items() in for statement

In Python 3, items() returns 'view' object, and this object is not list.

git-svn-id: svn+ssh://ffado.org/ffado/trunk@2562 2be59082-3212-0410-8809-b0798e1608f0
libffado/support/mixer-qt4/ffado/mixer/maudio_bebob.py