mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue