Mixer/BeBoB/Yamaha: use list() for dict.items() in for statement
commit0fde145038880d245487c3680e92ea66ee7a0fcf
authormocchi <mocchi@2be59082-3212-0410-8809-b0798e1608f0>
Wed, 15 Oct 2014 16:10:45 +0000 (15 16:10 +0000)
committermocchi <mocchi@2be59082-3212-0410-8809-b0798e1608f0>
Wed, 15 Oct 2014 16:10:45 +0000 (15 16:10 +0000)
tree135f31f3f769d260c3277b2af8d08b52a3b699db
parentf8a2adae06cce1474812a3099798524659384f2a
Mixer/BeBoB/Yamaha: use list() for dict.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@2572 2be59082-3212-0410-8809-b0798e1608f0
libffado/support/mixer-qt4/ffado/mixer/yamahago.py