~ubuntu-branches/ubuntu/trusty/alsa-lib/trusty

« back to all changes in this revision

Viewing changes to src/conf/ucm/PandaBoardES/voice

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich, Luke Yelavich
  • Date: 2013-07-26 10:54:32 UTC
  • mfrom: (1.1.17) (2.4.9 sid)
  • Revision ID: package-import@ubuntu.com-20130726105432-nbrwu6yk576ihzbb
Tags: 1.0.27.2-1ubuntu1
[ Luke Yelavich ]
* Merge from debian unstable.  Remaining changes:
  - debian/control: Add Vcs-Bzr URI
  - Show hints for non-standard devices that lack configuration files
  - Add a compile/run autopkg test
  - Add config file for the tegra alc5632 chip found in the AC100 netbook.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Use case Configuration for TI PandaBoardES HiFi Music
 
2
# By Liam Girdwood <lrg@slimlogic.co.uk>
 
3
 
 
4
SectionVerb {
 
5
        EnableSequence [
 
6
                cdev "hw:PandaBoardES"
 
7
                cset "name='DL1 Mixer Voice' 1"
 
8
                cset "name='Sidetone Mixer Playback' 1"
 
9
                cset "name='DL1 PDM Switch' 1"
 
10
                cset "name='DL1 Voice Playback Volume' 90,90"
 
11
                cset "name='SDT DL Volume' 120"
 
12
        ]
 
13
 
 
14
        DisableSequence [
 
15
                cdev "hw:PandaBoardES"
 
16
                cset "name='DL1 Mixer Voice' 0"
 
17
                cset "name='Sidetone Mixer Playback' 0"
 
18
                cset "name='DL1 PDM Switch' 0"
 
19
                cset "name='DL1 Voice Playback Volume' 0,0"
 
20
                cset "name='SDT DL Volume' 0"
 
21
        ]
 
22
 
 
23
        # Optional TQ and ALSA PCMs
 
24
        Value {
 
25
                TQ "Voice"
 
26
                PlaybackPCM "hw:0,2"
 
27
        }
 
28
}
 
29
 
 
30
SectionDevice."Headset".0 {
 
31
        Comment "PandaBoardES 3.5mm Headset"
 
32
        
 
33
        EnableSequence [
 
34
                cdev "hw:PandaBoardES"
 
35
                cset "name='Headset Left Playback' 1"
 
36
                cset "name='Headset Right Playback' 1"
 
37
                cset "name='Headset Playback Volume' 13"
 
38
        ]
 
39
 
 
40
        DisableSequence [
 
41
                cdev "hw:PandaBoardES"
 
42
                cset "name='Headset Right Playback' 0"
 
43
                cset "name='Headset Left Playback' 0"
 
44
                cset "name='Headset Playback Volume' 0"
 
45
        ]
 
46
}