sb16: remove useless mixer_write_indexw
commit3337d0b2794131425d0b5cb525e67c5989f4a9dd
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 30 Mar 2015 10:34:17 +0000 (30 12:34 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Apr 2015 16:24:18 +0000 (27 18:24 +0200)
tree9d47ea805e07ca2948ce05f2c4005ea6316f7590
parent0e1cd6576c55269b6e5251dc739a7fc819f9b4a6
sb16: remove useless mixer_write_indexw

ioport.c is already able to split a 16-bit access into two 8-bit
accesses to consecutive ports.  Tested with Epic Pinball.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/audio/sb16.c