hda-audio: fix non-mixer codecs
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 17 Apr 2014 10:43:26 +0000 (12:43 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 29 Apr 2014 08:46:29 +0000 (10:46 +0200)
commit4843877e5d7d9ef4fdd29ac14ee1ce55531a0fc4
tree91a76e742c8639235af162ffef6800258dfd6726
parente2da502c003b9a91b4aea7684959192bd07c1f1d
hda-audio: fix non-mixer codecs

They don't advertise mixer support, but still allow the guest change
mixer settings.  Add a check to avoid it.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/audio/hda-codec.c