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

« back to all changes in this revision

Viewing changes to kernel/framework/sndstat/oss_sndstat.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:
75
75
 
76
76
  put_status ("OSS " OSS_VERSION_STRING);
77
77
  put_status (oss_license_string);
78
 
  put_status (" (C) 4Front Technologies 1996-2009\n");
 
78
  put_status (" (C) 4Front Technologies 1996-2011\n");
79
79
 
80
80
  if (riptide_notice)
81
81
    put_status ("RipTide Driver (C) 2000, Conexant Systems, Inc.\n");
109
109
      put_status ("\n");
110
110
    }
111
111
 
112
 
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
 
112
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__) || defined(__NetBSD__)
113
113
  {
114
 
#if defined(__FreeBSD__)
 
114
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
115
115
    extern char version[];
116
116
#endif
117
117