~ubuntu-audio-dev/alsa-lib/ubuntu.precise

« back to all changes in this revision

Viewing changes to debian/ucm/Panda/voice

  • Committer: Luke Yelavich
  • Date: 2011-10-05 03:41:12 UTC
  • Revision ID: luke.yelavich@canonical.com-20111005034112-8mub3bd07hc95nqu
Tags: 1.0.24.1-0ubuntu10
Sync bzr branch with archive packaging... Sigh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Use case Configuration for TI Panda HiFi Music
 
2
# By Liam Girdwood <lrg@slimlogic.co.uk>
 
3
 
 
4
SectionVerb {
 
5
        EnableSequence [
 
6
                cdev "hw:Panda"
 
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:Panda"
 
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 "Panda 3.5mm Headset"
 
32
        
 
33
        EnableSequence [
 
34
                cdev "hw:Panda"
 
35
                cset "name='HS Left Playback' 1"
 
36
                cset "name='HS Right Playback' 1"
 
37
                cset "name='Headset Playback Volume' 13"
 
38
        ]
 
39
 
 
40
        DisableSequence [
 
41
                cdev "hw:Panda"
 
42
                cset "name='HS Right Playback' 0"
 
43
                cset "name='HS Left Playback' 0"
 
44
                cset "name='Headset Playback Volume' 0"
 
45
        ]
 
46
}