--- nm256.c.orig 2004-09-07 10:05:58.000000000 -0500 +++ nm256.c 2004-09-07 10:07:32.000000000 -0500 @@ -1513,6 +1513,11 @@ /* this workaround will cause lock-up after suspend/resume on a Dell laptop */ chip->latitude_workaround = 0; } + if (subsystem_vendor == 0x10c8 && subsystem_device == 0x8006) { + /* this workaround will cause lock-up after suspend/resume on a Dell laptop */ + chip->latitude_workaround = 0; + } + snd_nm256_init_chip(chip);