~ubuntu-branches/ubuntu/vivid/oss4/vivid-proposed

« back to all changes in this revision

Viewing changes to kernel/framework/sndstat/oss_sndstat.c

  • Committer: Package Import Robot
  • Author(s): Sebastien NOEL
  • Date: 2012-11-19 11:47:24 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121119114724-svu8mq7x3pk64nez
Tags: 4.2-build2007-1
* New upstream release.
* Acknowledge NMU, thanks Michael Gilbert.
* Add debian/patches/110_ld-as-needed.patch: Rearrange order of linker
  arguments to fix building with "ld --as-needed" (closes: #630737).
* Add missing dependency on dpkg-dev to oss4-dkms and oss4-source
  (closes: #687086).
* Fix typo in the changelog (closes: #628876, #675933)
* Add debian/patches/002_fix-linux-oss_native_word.patch (closes: #693657).
  Thanks to Ben Hutchings.
* Add debian/patches/003_linux-error-logging-fixes.patch (closes: #693657).
  Thanks to Ben Hutchings.
* check for /lib/modules/${kernelver}/build in addition of
  /lib/modules/${kernelver}/source (closes: #587191).
* oss4-dkms.dkms.in: fix 'CLEAN' rules (closes: #653374).

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
static char *sndstat_buf = NULL;
22
22
static int sndstat_len, sndstat_ptr;
23
23
static volatile int sndstat_busy = 0;
24
 
int riptide_notice = 0;         /* The Riptide driver will set this to 1 */
25
24
 
26
25
/*
27
26
 * All kind of status messages
75
74
 
76
75
  put_status ("OSS " OSS_VERSION_STRING);
77
76
  put_status (oss_license_string);
78
 
  put_status (" (C) 4Front Technologies 1996-2011\n");
79
 
 
80
 
  if (riptide_notice)
81
 
    put_status ("RipTide Driver (C) 2000, Conexant Systems, Inc.\n");
 
77
  put_status (" (C) 4Front Technologies 1996-2012\n");
82
78
 
83
79
#ifdef LICENSED_VERSION
84
80
  oss_print_license (put_status, put_status_int);