Re: [PATCH] patch_realtek: Splitting the UX3402 into two separate models.
Okay so how would I go about getting the following line added to the patch_realtek file?
SND_PCI_QUIRK(0x1043, 0x1f62, "ASUS UX7602ZM", ALC245_FIXUP_CS35L41_SPI_2)
It works on my machine I own that model I would just like it added as other models have been so I don't need to continue to patch the kernel module when it's already been effectively fixed for others. This thread looked like you all were discussing modifications to that file for this issue so I thought it might be a good place to start.
Thank you!
On Sun, Oct 29, 2023, 11:42 AM Арсений Князев poseaydone@ya.ru wrote:
The problem with this laptop is that for different models, different values are required, so I had to put them in two different titles.
I don't know if this is a problem with your device, but I think it would be better to write a more precise model name.
Best wishes, Arseniy Knyazev
28.10.2023, 07:37, "pizFunk" mmpisoni@gmail.com:
How can I get my model number added to the patch_realtek file? It suffers the same issue as the UX3402 and the line that needs to be added for my model laptop is:
SND_PCI_QUIRK(0x1043, 0x1f62, "ASUS UX7602", ALC245_FIXUP_CS35L41_SPI_2)
Since I see you're being more specific here in splitting the model numbers, technically my full model number is: "UX7602ZM".
Again, when I patch this locally it works for my model number, but as of yet only the other affected ASUS laptop modedls with my issue have found their way into the kernel.
Thanks!
--
participants (1)
-
Matthew Pisoni