Comment 532 for bug 1958019

Revision history for this message
In , oreo639 (oreo639-linux-kernel-bugs) wrote :

Thank you for the patch, Cameron Berkenpas.
However, my Yoga 7 15ITL5's subsystem device ID number is different from the one checked for in the patch.

For me `cat /sys/bus/hdaudio/devices/ehdaudio0D0/subsystem_id` returns 0x17aa384a

Editing the code to check for that causes the speakers to work.
The patch I used can be seen here:
https://github.com/oreo639/void-packages/commit/d59710b8b266200d6936e95fd1d9307e8e17132d

I'm not sure where this difference comes from or if this is normal, I'm not familiar with this so I was hoping you (or anyone else ofc) could help. Sorry for any trouble.