~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: 2014-10-23 22:47:56 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20141023224756-y9n3qw7w3ewjmu96
Tags: upstream-4.2-build2010
ImportĀ upstreamĀ versionĀ 4.2-build2010

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);