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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastien NOEL, Sebastien NOEL, Benda Xu
  • Date: 2014-10-23 22:47:56 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20141023224756-ugge2zw3qib5ldip
Tags: 4.2-build2010-1
[ Sebastien NOEL ]
* New upstream release.
  - fix build with recent kernel. (Closes: #696751)
* Add build dependency on libtool-bin. (Closes: #761783)

[ Benda Xu ]
* Use debhelper 9.
* Bump to standard 3.9.6.
* Add Benda Xu to uploaders.
* Run wrap-and-sort.
* Canonicalize Vcs-Svn field and add Vcs-Browser field.
* Get rid of limits.h copy hack, leverage include-fixed from gcc.

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 */
24
25
 
25
26
/*
26
27
 * All kind of status messages
74
75
 
75
76
  put_status ("OSS " OSS_VERSION_STRING);
76
77
  put_status (oss_license_string);
77
 
  put_status (" (C) 4Front Technologies 1996-2012\n");
 
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");
78
82
 
79
83
#ifdef LICENSED_VERSION
80
84
  oss_print_license (put_status, put_status_int);