[oss-devel] New v4.0 and v4.1 source drops
Hannu Savolainen
hannu at opensound.com
Sat Feb 2 03:26:28 EET 2008
Yair K. kirjoitti:
> 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.
>
Many thanks for pointing this out. I had to apply some of the patches
from v4.0-b1013 manually to the v4.1 tree and these changes got dropped.
I will update the hg version ASAP.
Best regards,
Hannu
More information about the oss-devel
mailing list