Don't re-init the mixer on resume. This keeps the channel volumes from
being trashed when you suspend, though this may need to be revisited if we ever get suspend-to-disk implememted.
This commit is contained in:
parent
5fc391d0cc
commit
ea0e6ecfe9
@ -1302,8 +1302,6 @@ m3_pci_resume(device_t dev)
|
||||
|
||||
reset_state = m3_assp_halt(sc);
|
||||
|
||||
m3_codec_reset(sc);
|
||||
|
||||
/* Restore the ASSP state */
|
||||
for (i = REV_B_CODE_MEMORY_BEGIN; i <= REV_B_CODE_MEMORY_END; i++)
|
||||
m3_wr_assp_code(sc, i, sc->savemem[index++]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user