me wrote: >updated alsa-cvs this afternoon; alsactl produces an oops when >treating the ice1712 (audiophile). same for envy24control.
attached patch fixes the problem. tim
Index: alsa-kernel/pci/ice1712/ak4524.c =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/pci/ice1712/ak4524.c,v retrieving revision 1.3 diff -u -r1.3 ak4524.c --- alsa-kernel/pci/ice1712/ak4524.c 1 Nov 2002 12:00:49 -0000 1.3 +++ alsa-kernel/pci/ice1712/ak4524.c 6 Nov 2002 00:40:43 -0000 @@ -349,6 +349,7 @@ break; } } + ctl.private_data = ice; if ((err = snd_ctl_add(ice->card, snd_ctl_new(&ctl))) < 0) return err; }