[BACK]Return to audioctl.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / audioctl

Diff for /src/usr.bin/audioctl/audioctl.c between version 1.43 and 1.44

version 1.43, 2021/07/12 15:09:19 version 1.44, 2022/12/26 19:16:00
Line 71 
Line 71 
   
 /*  /*
  * parse encoding string (examples: s8, u8, s16, s16le, s24be ...)   * parse encoding string (examples: s8, u8, s16, s16le, s24be ...)
  * and fill enconding fields of audio_swpar structure   * and fill encoding fields of audio_swpar structure
  */   */
 int  int
 strtoenc(struct audio_swpar *ap, char *p)  strtoenc(struct audio_swpar *ap, char *p)

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44