I just tried it using these commands:
adb shell mount -o remount,rw /system
adb shell cp /system/etc/asound.conf /system/etc/asound.conf.original
adb push c:\asound.conf.downmixed /system/etc/asound.conf
adb shell chmod 644 /system/etc/asound.conf
adb reboot
but before doing so I watched a...