Hi,

> Unfortunately I can't provide any change log for the other changes. The
> most important ones have been in the ossxmix program (thanks to Yair
> K.). Other major modifications have been getopt() support to many of the
> utilities. There has also been some changes in the hdaudio driver.
>

The merge wasn't completely successful.

In two cases the line
new_label[FRAME_NAME_LENGTH] = 0;
should be
new_label[FRAME_NAME_LENGTH-1] = '\0';

Also, the line 
printf ("       -a          Show all mixers\n");

should be removed, since this option is not accepted.

Yours,
Yair K.
_______________________________________________
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensound.com/mailman/listinfo/oss-devel

Reply via email to