--- - branch: netbsd-8 date: Mon Apr 16 14:11:44 UTC 2018 files: - new: 1.26.2.5 old: 1.26.2.4 path: src/sys/dev/auconv.c pathrev: src/sys/dev/auconv.c@1.26.2.5 type: modified - new: 1.357.2.11 old: 1.357.2.10 path: src/sys/dev/audio.c pathrev: src/sys/dev/audio.c@1.357.2.11 type: modified - new: 1.55.2.6 old: 1.55.2.5 path: src/sys/dev/audiovar.h pathrev: src/sys/dev/audiovar.h@1.55.2.6 type: modified - new: 1.19.42.2 old: 1.19.42.1 path: src/sys/dev/aurateconv.c pathrev: src/sys/dev/aurateconv.c@1.19.42.2 type: modified id: 20180416T141144Z.5ddda8e135b800aa7ba970fa388f1b12e81ac3df log: "Pull up following revision(s) (requested by nat in ticket #759):\n\n\tsys/dev/audio.c: revision 1.367\n\tsys/dev/audio.c: revision 1.369\n\tsys/dev/audio.c: revision 1.376 (patch)\n\tsys/dev/audio.c: revision 1.377 (patch)\n\tsys/dev/audio.c: revision 1.378\n\tsys/dev/audio.c: revision 1.382 (patch)\n\tsys/dev/audio.c: revision 1.383 (patch)\n\tsys/dev/audio.c: revision 1.384\n\tsys/dev/audio.c: revision 1.388\n\tsys/dev/audio.c: revision 1.389\n\tsys/dev/audio.c: revision 1.395\n\tsys/dev/audio.c: revision 1.396 (patch)\n\tsys/dev/audio.c: revision 1.397\n\tsys/dev/audio.c: revision 1.403\n\tsys/dev/audio.c: revision 1.451\n\tsys/dev/audio.c: revision 1.452\n\tsys/dev/audiovar.h: revision 1.59 (patch)\n\tsys/dev/aurateconv.c: revision 1.21 (patch)\n\tsys/dev/auconv.c: revision 1.31 (patch)\n\tsys/dev/audiovar.h: revision 1.60 (patch)\n\nBroadcast all conditional variables if in being deactivated so no readers\nor writers get stuck.\n\nFix a panic caused by opening pad(4)'s mixer before the corresponding\naudio device has attached.\n\nAddresses PR kern/52424.\n\nImprove audio_set_vchan_defaults().\n- Correct confused input/output parameters.\n- Remove sc->{sc_channels, sc_precision, sc_frequency}. They are\n the same as sc->sc_vchan_params.{channels, precision, sample_rate}.\nThe input parameter of audio_set_vchan_defaults() is now only\nsc->sc_vchan_params.\n\nFix PR kern/52437\n\nconst-ify.\n\n0 -> NULL in audioattach()\n\n\"bits\" sounds better than \"name\" for argument name.\nI feel expression (name / NBBY) a little strange.\n\nThe audio module will now compile with WARNS=5.\n\nTypo in debug message.\n\nRemove a duplicated line.\n\nAdd missing initialization of sc_rfilters in audioattach().\n\nRemove dead codes.\n\nsc->sc_opens never changes in this loop and as a result of\nprevious sc_audiochan cleanup \"sc_opens == 0\" is the same as\n\"sc_audiochan is empty\".\n\nClean up audio_allocbufs().\n\nAs a result of sc_audiochan cleanup, it is easy to access sc_hwvc.\n\nClean up audio_open().\n\nAs a result of sc_audiochan cleanup, this loop is the same as last + 1.\nhw_if->set_params is mandatory, so it will never be NULL.\n\nCID-1427745: kill possible buffer overflows.\n\nRevert my wrong r1.380 and add a comment instead.\n" module: src subject: 'CVS commit: [netbsd-8] src/sys/dev' unixtime: '1523887904' user: martin