Contribute
Register

XPS 9333 sound issue

Status
Not open for further replies.
I had codeccommander installed
for the time being, remove alcid=3 from boot arguments

it is this section you want to edit:
Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data></data>
                <key>#layout-id</key>
                <integer>3</integer>
            </dict>

depending on which one your system is set for PciRoot(0)/Pci(0x03,0) or PciRoot(0)/Pci(0x1b,0)

you can add your layout to to both, you also want to remove #s to enable these like so:

Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data></data>
                <key>layout-id</key>
                <integer>3</integer>
            </dict>

and then change the number 3 to whatever your codec supports
 
for the time being, remove alcid=3 from boot arguments

it is this section you want to edit:
Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data></data>
                <key>#layout-id</key>
                <integer>3</integer>
            </dict>

depending on which one your system is set for PciRoot(0)/Pci(0x03,0) or PciRoot(0)/Pci(0x1b,0)

you can add your layout to to both, you also want to remove #s to enable these like so:

Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#PinConfigurations</key>
                <data></data>
                <key>layout-id</key>
                <integer>3</integer>
            </dict>

and then change the number 3 to whatever your codec supports
This way i have no audio at all. May be i did mistake in conf?
 

Attachments

  • config.plist
    14.1 KB · Views: 62
Status
Not open for further replies.
Back
Top