This file is indexed.

/usr/share/alsa/ucm/PAZ00/PAZ00.conf is in libasound2-data 1.1.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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"
}