~ubuntu-branches/ubuntu/maverick/alsa-lib/maverick-proposed

« back to all changes in this revision

Viewing changes to src/conf/cards/CMI8788.conf

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-05-26 08:57:32 UTC
  • mfrom: (1.1.11 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090526085732-wuuhzl1y30f1fnyd
Tags: 1.0.20-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/rules:
    + Install into /usr/lib32/ on amd64 for the lib32asound2 package
    + 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        card $CARD
14
14
}       
15
15
 
16
 
# default with dmix+softvol & dsnoop
 
16
# default with dmix & dsnoop
17
17
CMI8788.pcm.default {
18
18
        @args [ CARD ]
19
19
        @args.CARD {
23
23
        playback.pcm {
24
24
                type plug
25
25
                slave.pcm {
26
 
                        type softvol
27
 
                        slave.pcm {
28
 
                                @func concat
29
 
                                strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
30
 
                        }
31
 
                        control {
32
 
                                name "PCM Playback Volume"
33
 
                                card $CARD
34
 
                        }
 
26
                        @func concat
 
27
                        strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
35
28
                }
36
29
        }
37
30
        capture.pcm {