~ubuntu-branches/ubuntu/wily/oss4/wily

« back to all changes in this revision

Viewing changes to cmd/ossplay/ossplay_console.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien NOEL, Sebastien NOEL
  • Date: 2011-10-15 15:22:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20111015152251-o3niiwq0ut6v2gn4
Tags: 4.2-build2005-1
[ Sebastien NOEL ]
* New upstream release.
* debian/patches/os_cmd: add a new option to ossdetect to choose
  the devices nodes' owner (Closes: #632296).
* add debian/patches/gcc-4.6.patch (Closes: #625398).
* add debian/patches/kfreebsd-gnu.patch to build liboss4-salsa2
  and oss4-gtk on GNU/kFreeBSD, thanks to Robert Millan! (Closes: #636631).
* debian/control: stop providing libasound-dev (Closes: #644685).
* debian/create-ma-tree.sh: fix oss4-dkms installation (Closes: #640829).

Show diffs side-by-side

added added

removed removed

Lines of Context:
326
326
  errors_t err;
327
327
 
328
328
  extern int force_fmt, force_channels, force_speed, nfiles;
329
 
  extern big_t datalimit;
 
329
  extern double datalimit;
330
330
  extern fctypes_t type;
331
331
  extern char script[512];
332
332