View difference between Paste ID: iJP7QvYX and NbiGyY2g
SHOW: | | - or go back to the newest paste.
1
Device (HDEF)
2
        {
3
            Name (_ADR, 0x001B0000)  // _ADR: Address
4
            OperationRegion (HDAR, PCI_Config, 0x4C, 0x10)
5
            Field (HDAR, WordAcc, NoLock, Preserve)
6
            {
7
                DCKA,   1, 
8
                Offset (0x01), 
9
                DCKM,   1, 
10
                    ,   6, 
11
                DCKS,   1, 
12
                Offset (0x08), 
13
                    ,   15, 
14
                PMES,   1
15
            }
16
17
            Name (_PRW, Package (0x02)  // _PRW: Power Resources for Wake
18
            {
19
                0x0D, 
20
                Zero
21
            })
22
            Method (_DSM, 4, NotSerialized)
23
                {
24
                    Store (Package (0x0A)
25
                    {                        
26
                        "codec-id",
27
                        Buffer (0x04)
28
                        {
29-
                            0x69, 0x02, 0xEC, 0x10
29+
                            0x83, 0x02, 0xEC, 0x10
30
                        },
31
                        "layout-id", 
32
                        Buffer (0x04)
33
                        {
34
                            0x03, 0x00, 0x00, 0x00
35
                        },
36
                        "device-type",
37
                        Buffer (0x0F)
38
                        {
39-
                            "Realtek ALC269"
39+
                            "Realtek ALC283"
40
                        },
41
                        "hda-gfx",
42
                        Buffer (0x0A)
43
                        {
44
                            "onboard-1"
45
                        },
46
                        "PinConfigurations", 
47
                        Buffer (Zero) {}
48
                    }, Local0)
49
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
50
                    Return (Local0)
51
                }            
52
        }