~ubuntu-branches/ubuntu/quantal/alsa-utils/quantal-updates

« back to all changes in this revision

Viewing changes to alsactl/init/00main

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2012-04-04 14:08:03 UTC
  • Revision ID: package-import@ubuntu.com-20120404140803-ttgexsprdi6e5i16
Tags: 1.0.25-1ubuntu5
Add init configuration for the audio hardware vmware emulates to work
around incorrect dB values reported by the driver. Longer term this does
need to be fixed in the driver, but we need working audio for vmware
guests out of the box, and the changes required to the driver are likely
too intrusive to make at this late stage of the release cycle.
(LP: #927459)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
# real ALSA configuration database
33
33
CARDINFO{driver}=="HDA-Intel", INCLUDE="hda", GOTO="init_end"
34
34
CARDINFO{driver}=="CA0106", INCLUDE="ca0106", GOTO="init_end"
 
35
CARDINFO{driver}=="ENS1371", INCLUDE="ens1371", GOTO="init_end"
35
36
CARDINFO{driver}=="Test", INCLUDE="test", GOTO="init_end"
36
37
 
37
38
LABEL="init_end"