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

« back to all changes in this revision

Viewing changes to kernel/drv/oss_digi96/oss_digi96.man

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis, Samuel Thibault, Romain Beauxis, Sebastien NOEL
  • Date: 2011-06-14 10:06:56 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110614100656-cx4oc7u426zn812z
Tags: 4.2-build2004-1
[ Samuel Thibault ]
* debian/control: Add liboss4-salsa2, liboss4-salsa-dev and
  liboss4-salsa-asound2 packages, equivalent to (and will replace) those from
  the oss-libsalsa package (Closes: #589127).
* debian/patches/liboss4-salsa.patch: New patch to rename libsalsa into
  liboss4-salsa to avoid conflicts in the archive for no good reason.
* debian/rules: Make in libOSSlib and libsalsa.
* debian/liboss4-salsa-dev.install, debian/liboss4-salsa2.install,
  debian/liboss4-salsa-asound2.links, debian/liboss4-salsa-dev.links:
  Install liboss4-salsa libraries like was done in the oss-libsalsa package.
* include-alsa: Add a copy of ALSA 1.0.5 headers: Cf ALSA_1.0.* symbols in
  libsalsa, this is the roughly supported version.
* debian/copyright: Update for new include-alsa files.
* alsa.pc: New file for compatibility with libasound-dev.
* debian/control:
  - Add Vcs-Browser and Vcs-Svn fields.
  - Use linux-any instead of the list of Linux archs (Closes: #604679).
  - Make dkms dependency linux-any only.
* debian/patches/hurd_iot.patch: New patch to fix soundcard.h usage in
  libsalsa on hurd-i386.
* debian/patches/libsalsa_fixes.patch: New patch to fix some printf usages
  and ioctl declaration in libsalsa.
* debian/patches/no_EBADE.patch: New patch to cope with hurd-i386 not having
  EBADE.
* debian/patches/CFLAGS.patch: New patch to make oss4 take debian/rules
  CFLAGS into account.
* debian/patches/snd_asoundlib_version.patch: New patch to add
  snd_asoundlib_version().
* debian/patches/generic_srccconf.patch: New patch to fix source
  configuration on unknown archs.

[ Romain Beauxis ]
* Fixed README.Debian to only mention dkms' modules.
* Switch to dpkg-source 3.0 (quilt) format
* Added DM-Upload-Allowed: yes

[ Sebastien NOEL ]
* New upstream release (Closes: #595298, #619272).
* Fix typo in initscript (Closes: #627149).
* debian/control: adjust linux-headers dependencies (Closes: #628879).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NAME
 
2
oss_digi96 - RME Digi96 professional audio driver.
 
3
 
 
4
DESCRIPTION
 
5
Audio driver for the RME Digi96 family of profressional audio controllers.
 
6
- Only 16 and 24/32 bit audio formats are supported.
 
7
- All Digi96 family members support 32kHz, 44.1kHz, 48kHz, 64kHz, 88.2kHz and
 
8
96kHz. sampling rates.
 
9
 
 
10
 
 
11
MIXER PANEL
 
12
 
 
13
Note! For recording you need to set digi96.sync to INTERNAL and the values
 
14
      of digi96.mode and digi96.input to match your studio setup. Otherwise
 
15
      recordings will fail with I/O error.
 
16
 
 
17
There are several settings that can be changed using the ossmix program
 
18
shipped with OSS. Note that some features don't work with all Digi96
 
19
family members. For example ADAT mode is not supported by the base
 
20
model.
 
21
 
 
22
o digi96.mode <SPDIF|AESEBU|ADAT>:
 
23
This setting controls the output mode which can be S/PDIF (consumer),
 
24
AES/EBU (professional) or ADAT. The input mode is detected automatically.
 
25
If ADAT input is detected the output mode will be switched to ADAT
 
26
automatically (this doesn't work in the other direction).
 
27
 
 
28
o digi96.sync <EXTERNAL|INTERNAL>:
 
29
This setting tells if the playback sampling rate is based on the internal
 
30
oscillator or the sample rate detected in the input port. See also the
 
31
definition of the digi96.worldclk setting.
 
32
 
 
33
o digi96.input <OPTICAL|COAXIAL|INTERNAL|XLR>: Selects the active input.
 
34
 
 
35
o digi96.sel <BYPASS|NORMAL>: 
 
36
When set to BYPASS the input signal will be routed directly to the
 
37
output (also sets digi96.sync automatically to EXTERNAL). In this mode
 
38
audio data written to /dev/dsp will be muted.
 
39
 
 
40
o digi96.worldclk ON|OFF:
 
41
Setting this control to ON will enable the optional worldclock input as
 
42
the sample rate source (overrides the digi96.sync setting).
 
43
 
 
44
o digi96.emph ON|OFF:
 
45
Enables/disables the de-emphasis option on the analog (monitor) output
 
46
connector.
 
47
 
 
48
o digi96.data <AUDIO|AC3>:
 
49
Specifies if the output signal is audio or AC3 data (sets the non-audio
 
50
bit in the channel status data).
 
51
 
 
52
 
 
53
OPTIONS
 
54
None
 
55
 
 
56
FILES
 
57
CONFIGFILEPATH/oss_digi96.conf Device configuration file
 
58
 
 
59
AUTHOR
 
60
4Front Technologies
 
61
 
 
62
 
 
63