[BACK]Return to audio.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / audio

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/audio/audio.c between version 1.31 and 1.32

version 1.31, 2019/09/06 06:44:45 version 1.32, 2019/10/18 04:09:02
Line 5961  audio_check_params(audio_format2_t *p)
Line 5961  audio_check_params(audio_format2_t *p)
   
 /*  /*
  * Initialize playback and record mixers.   * Initialize playback and record mixers.
  * mode (AUMODE_{PLAY,RECORD}) indicates the mixer to be initalized.   * mode (AUMODE_{PLAY,RECORD}) indicates the mixer to be initialized.
  * phwfmt and rhwfmt indicate the hardware format.  pfil and rfil indicate   * phwfmt and rhwfmt indicate the hardware format.  pfil and rfil indicate
  * the filter registration information.  These four must not be NULL.   * the filter registration information.  These four must not be NULL.
  * If successful returns 0.  Otherwise returns errno.   * If successful returns 0.  Otherwise returns errno.

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>