init
This commit is contained in:
45
squashfs-root/usr/share/alsa/ucm/PAZ00/HiFi.conf
Normal file
45
squashfs-root/usr/share/alsa/ucm/PAZ00/HiFi.conf
Normal file
@@ -0,0 +1,45 @@
|
||||
SectionVerb {
|
||||
EnableSequence [
|
||||
cdev "hw:PAZ00"
|
||||
|
||||
cset "name='Speaker Playback Switch' on"
|
||||
cset "name='Int Spk Switch' on"
|
||||
cset "name='Speaker Mix DAC2SPK Playback Switch' on"
|
||||
]
|
||||
DisableSequence [
|
||||
cset "name='Speaker Playback Switch' off"
|
||||
cset "name='Int Spk Switch' off"
|
||||
cset "name='Speaker Mix DAC2SPK Playback Switch' off"
|
||||
]
|
||||
}
|
||||
|
||||
SectionDevice."Headset".0 {
|
||||
Comment "3.5mm Headset"
|
||||
|
||||
Value {
|
||||
JackName "Paz00 Headset Jack"
|
||||
}
|
||||
|
||||
EnableSequence [
|
||||
cdev "hw:PAZ00"
|
||||
|
||||
# Internal speaker
|
||||
cset "name='Int Spk Switch' off"
|
||||
|
||||
# Headphones
|
||||
cset "name='Headphone Playback Switch' on"
|
||||
cset "name='HPL Mix DACL2HP Playback Switch' on"
|
||||
cset "name='HPR Mix DACR2HP Playback Switch' on"
|
||||
]
|
||||
DisableSequence [
|
||||
cdev "hw:PAZ00"
|
||||
|
||||
# Headphones
|
||||
cset "name='Headphone Playback Switch' off"
|
||||
cset "name='HPL Mix DACL2HP Playback Switch' off"
|
||||
cset "name='HPR Mix DACR2HP Playback Switch' off"
|
||||
|
||||
# Internal speaker
|
||||
cset "name='Int Spk Switch' on"
|
||||
]
|
||||
}
|
||||
39
squashfs-root/usr/share/alsa/ucm/PAZ00/PAZ00.conf
Normal file
39
squashfs-root/usr/share/alsa/ucm/PAZ00/PAZ00.conf
Normal file
@@ -0,0 +1,39 @@
|
||||
Comment "PAZ00 alc5632"
|
||||
|
||||
ValueDefaults {
|
||||
PlaybackCTL "hw:0"
|
||||
CaptureCTL "hw:0"
|
||||
}
|
||||
|
||||
SectionDefaults [
|
||||
cdev "hw:PAZ00"
|
||||
|
||||
cset "name='Master Playback Switch' on"
|
||||
cset "name='Master Playback Volume' 44,44"
|
||||
cset "name='Headphone Playback Volume' 21,21"
|
||||
cset "name='Speaker Playback Volume' 21,21"
|
||||
cset "name='SpeakerOut Mux' 2"
|
||||
cset "name='SpeakerOut N Mux' LN/-R"
|
||||
cset "name='AB-D Amp Mux' 0"
|
||||
cset "name='Left Headphone Mux' 1"
|
||||
cset "name='Right Headphone Mux' 1"
|
||||
cset "name='DMIC Boost Capture Volume' 4"
|
||||
cset "name='Rec Capture Volume' 24"
|
||||
|
||||
# Fix external mic record volumes
|
||||
cset "name='Mic 1 Boost Volume' 0"
|
||||
cset "name='Mic 2 Boost Volume' 0"
|
||||
cset "name='Mic1 Playback Volume' 0"
|
||||
cset "name='Mic2 Playback Volume' 0"
|
||||
cset "name='Rec Capture Volume' 0"
|
||||
]
|
||||
|
||||
SectionUseCase."HiFi" {
|
||||
File "HiFi.conf"
|
||||
Comment "Music playback"
|
||||
}
|
||||
|
||||
SectionUseCase."Record" {
|
||||
File "Record.conf"
|
||||
Comment "Playback and capture"
|
||||
}
|
||||
65
squashfs-root/usr/share/alsa/ucm/PAZ00/Record.conf
Normal file
65
squashfs-root/usr/share/alsa/ucm/PAZ00/Record.conf
Normal file
@@ -0,0 +1,65 @@
|
||||
SectionVerb {
|
||||
EnableSequence [
|
||||
cdev "hw:PAZ00"
|
||||
|
||||
cset "name='Speaker Playback Switch' on"
|
||||
cset "name='Int Spk Switch' on"
|
||||
cset "name='Speaker Mix DAC2SPK Playback Switch' on"
|
||||
|
||||
cset "name='DMICL Mix DMICL2ADC Capture Switch' on"
|
||||
cset "name='DMIC En Capture Switch' on"
|
||||
cset "name='DMIC PreFilter Capture Switch' on"
|
||||
]
|
||||
DisableSequence [
|
||||
cset "name='Speaker Playback Switch' off"
|
||||
cset "name='Int Spk Switch' off"
|
||||
cset "name='Speaker Mix DAC2SPK Playback Switch' off"
|
||||
|
||||
cset "name='DMICL Mix DMICL2ADC Capture Switch' off"
|
||||
cset "name='DMIC En Capture Switch' off"
|
||||
cset "name='DMIC PreFilter Capture Switch' off"
|
||||
]
|
||||
}
|
||||
|
||||
SectionDevice."Headset".0 {
|
||||
Comment "3.5mm Headset"
|
||||
|
||||
Value {
|
||||
JackName "Paz00 Headset Jack"
|
||||
}
|
||||
|
||||
EnableSequence [
|
||||
cdev "hw:PAZ00"
|
||||
|
||||
# Internal speaker
|
||||
cset "name='Int Spk Switch' off"
|
||||
|
||||
# Internal mic
|
||||
cset "name='DMIC En Capture Switch' off"
|
||||
|
||||
# Headphones
|
||||
cset "name='Headphone Playback Switch' on"
|
||||
cset "name='HPL Mix DACL2HP Playback Switch' on"
|
||||
cset "name='HPR Mix DACR2HP Playback Switch' on"
|
||||
|
||||
# External min
|
||||
cset "name='Left Capture Mix MIC12REC_L Capture Switch' on"
|
||||
]
|
||||
DisableSequence [
|
||||
cdev "hw:PAZ00"
|
||||
|
||||
# Headphones
|
||||
cset "name='Headphone Playback Switch' off"
|
||||
cset "name='HPL Mix DACL2HP Playback Switch' off"
|
||||
cset "name='HPR Mix DACR2HP Playback Switch' off"
|
||||
|
||||
# External mic
|
||||
cset "name='Left Capture Mix MIC12REC_L Capture Switch' on"
|
||||
|
||||
# Internal speaker
|
||||
cset "name='Int Spk Switch' on"
|
||||
|
||||
# Internal mic
|
||||
cset "name='DMIC En Capture Switch' on"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user