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

« back to all changes in this revision

Viewing changes to .pc/402_os_cmd.patch/os_cmd/Linux/ossdetect/ossdetect.man

  • 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:
 
1
NAME
 
2
ossdetect - Open Sound System audio device detection program.
 
3
 
 
4
SYNOPSIS
 
5
ossdetect [-diuv] [-m<mode>] [-L<path>]
 
6
 
 
7
DESCRIPTION
 
8
The ossdetect application performs automatic detection of soundcards.
 
9
The application looks at the /usr/lib/oss/etc/device.list and performs
 
10
automatic detection. It will create a file with the list of the configured
 
11
drivers in /usr/lib/oss/etc/installed_drivers.
 
12
 
 
13
The Input Multiplexer driver (IMUX) is not configured by default and
 
14
can be added to the OSS configuration using the -i option.
 
15
 
 
16
OPTIONS
 
17
-d              Create device file links.
 
18
-i              Adds the oss_imux driver.
 
19
-m<mode>        Create nodes with permissions set to octal <mode>.
 
20
-u              Adds the oss_userdev driver.
 
21
-v              Verbose output.
 
22
-L<path>        Use <path> as root directory for OSS files.
 
23
                Default: Path from /etc/oss.conf, followed by /usr/lib/oss.
 
24
 
 
25
SEE ALSO
 
26
ossdevlinks(1), ossinfo(1)
 
27
 
 
28
FILES
 
29
/usr/sbin/ossdetect
 
30
 
 
31
AUTHOR
 
32
4Front Technologies