This file is indexed.

/usr/share/alsa/ucm/PAZ00/HiFi.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
40
41
42
43
44
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"
    ]
}