~ubuntu-branches/ubuntu/lucid/alsa-lib/lucid

« back to all changes in this revision

Viewing changes to include/control.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-11-04 19:04:11 UTC
  • mfrom: (1.1.12 upstream) (2.2.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091104190411-igse8f4bzca8dq5x
Tags: 1.0.21a-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/rules:
    + Don't bail when removing include/alsa
  - debian/control: Add Vcs-Bzr URI
  - Add configuration files for bluetooth/bluez-alsa and pulseaudio
  - debian/libasound2.install: Ship smixer plugins for native and bi-arch
    packages
  - drop libcxxtools-dev build dependency, its in universe
  - debian/patches/Fix-fpe-snd_pcm_mmap_begin.patch: Handle attempts to
    divide by zero

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
#define SND_CTL_TLVT_DB_LINEAR          0x0002
175
175
/** TLV type - dB range container */
176
176
#define SND_CTL_TLVT_DB_RANGE           0x0003
 
177
/** TLV type - dB scale specified by min/max values */
 
178
#define SND_CTL_TLVT_DB_MINMAX          0x0004
 
179
/** TLV type - dB scale specified by min/max values (with mute) */
 
180
#define SND_CTL_TLVT_DB_MINMAX_MUTE     0x0005
177
181
 
178
182
/** Mute state */
179
183
#define SND_CTL_TLV_DB_GAIN_MUTE        -9999999