mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
conf/ucm: PandaBoard: add UCM config from Ubuntu
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
f07c14b082
commit
5b019ea310
7 changed files with 380 additions and 0 deletions
47
src/conf/ucm/PandaBoard/record
Normal file
47
src/conf/ucm/PandaBoard/record
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# Use case Configuration for TI PandaBoard HiFi Music
|
||||
# By Liam Girdwood <lrg@slimlogic.co.uk>
|
||||
|
||||
SectionVerb {
|
||||
EnableSequence [
|
||||
cdev "hw:PandaBoard"
|
||||
# No more AMIC PDM Switch in current kernels
|
||||
#cset "name='AMIC_UL PDM Switch' 1"
|
||||
cset "name='MUX_UL00' 9"
|
||||
cset "name='MUX_UL01' 10"
|
||||
cset "name='Capture Volume' 4"
|
||||
]
|
||||
|
||||
DisableSequence [
|
||||
cdev "hw:PandaBoard"
|
||||
# No more AMIC PDM Switch in current kernels
|
||||
#cset "name='AMIC_UL PDM Switch' 0"
|
||||
cset "name='MUX_UL00' 0"
|
||||
cset "name='MUX_UL01' 0"
|
||||
cset "name='Capture Volume' 0"
|
||||
]
|
||||
|
||||
# Optional TQ and ALSA PCMs
|
||||
Value {
|
||||
TQ "Music"
|
||||
CapturePCM "hw:0,0"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
SectionDevice."Headset".0 {
|
||||
Comment "PandaBoard 3.5mm Headset"
|
||||
|
||||
EnableSequence [
|
||||
cdev "hw:PandaBoard"
|
||||
cset "name='Analog Left Capture Route' 0"
|
||||
cset "name='Analog Right Capture Route' 0"
|
||||
cset "name='Capture Preamplifier Volume' 2"
|
||||
]
|
||||
|
||||
DisableSequence [
|
||||
cdev "hw:PandaBoard"
|
||||
cset "name='Analog Left Capture Route' 3"
|
||||
cset "name='Analog Right Capture Route' 3"
|
||||
cset "name='Capture Preamplifier Volume' 0"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue