I just updated all my alsa files off of cvs tonite (10pm pdt) and tried to compile. The drivers and lib compiled fine, but when I got to utils, it still bombs out as follows:
Making all in include make[1]: Entering directory `/usr/local/src/alsa-cvs/alsa-utils/include' make[1]: Leaving directory `/usr/local/src/alsa-cvs/alsa-utils/include' Making all in alsactl make[1]: Entering directory `/usr/local/src/alsa-cvs/alsa-utils/alsactl' gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -Wall -pipe -g -c alsactl.c alsactl.c: In function `get_int_state': alsactl.c:1053: `SND_CTL_POWER_D0' undeclared (first use in this function) alsactl.c:1053: (Each undeclared identifier is reported only once alsactl.c:1053: for each function it appears in.) alsactl.c:1055: `SND_CTL_POWER_D3hot' undeclared (first use in this function) alsactl.c:1061: `SND_CTL_POWER_D1' undeclared (first use in this function) alsactl.c:1063: `SND_CTL_POWER_D2' undeclared (first use in this function) alsactl.c:1065: `SND_CTL_POWER_D3' undeclared (first use in this function) alsactl.c:1069: `SND_CTL_POWER_D3cold' undeclared (first use in this function) alsactl.c: In function `get_str_state': alsactl.c:1079: `SND_CTL_POWER_D0' undeclared (first use in this function) alsactl.c:1081: `SND_CTL_POWER_D1' undeclared (first use in this function) alsactl.c:1083: `SND_CTL_POWER_D2' undeclared (first use in this function) alsactl.c:1086: `SND_CTL_POWER_D3hot' undeclared (first use in this function) alsactl.c:1088: `SND_CTL_POWER_D3cold' undeclared (first use in this function) alsactl.c:1080: warning: unreachable code at beginning of switch statement alsactl.c: In function `show_power': alsactl.c:1108: warning: implicit declaration of function `snd_ctl_get_power_state' alsactl.c: In function `set_power': alsactl.c:1131: warning: implicit declaration of function `snd_ctl_set_power_state' make[1]: *** [alsactl.o] Error 1 make[1]: Leaving directory `/usr/local/src/alsa-cvs/alsa-utils/alsactl' make: *** [all-recursive] Error 1 _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel