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

« back to all changes in this revision

Viewing changes to debian/ucm/Panda/voice

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2011-09-29 11:41:38 UTC
  • Revision ID: package-import@ubuntu.com-20110929114138-lrdw5bxl8uc0x2ds
Tags: 1.0.24.1-0ubuntu9
* Duplicate ucm/SDP4430 configs as ucm/Panda configs, reflecting the
  fact that Pandaboard now has a non-generic card name (LP: #746023)
* Comment out AMIC PDM Switch config from ucm/Panda/record, as that
  device seems to have stopped existing in recent kernel versions.

Show diffs side-by-side

added added

removed removed

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