[alsa-devel] Kernel patch needed for Asus Q325UAR
No sound combined with quickly fading sounds for a few seconds. Randomly working but with low quality distorted sound. The model needs to be added to the kernel patch listed bellow.
Asus Q325UAR suffers from the same issues as discussed here:
[alsa-devel] [PATCH] ALSA: hda/realtek: Enable audio jacks of ASUS UX391UA with, ALC294
https://mailman.alsa-project.org/pipermail/alsa-devel/2018-December/143282.h...
A detailed issue of the problem plus the solution is described here
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1784485?comments=all
Thanks
On Fri, 12 Apr 2019 23:43:50 +0200, ecmk wrote:
No sound combined with quickly fading sounds for a few seconds. Randomly working but with low quality distorted sound. The model needs to be added to the kernel patch listed bellow.
Asus Q325UAR suffers from the same issues as discussed here:
[alsa-devel] [PATCH] ALSA: hda/realtek: Enable audio jacks of ASUS UX391UA with, ALC294
https://mailman.alsa-project.org/pipermail/alsa-devel/2018-December/143282.h...
A detailed issue of the problem plus the solution is described here
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1784485?comments=all
Hm, from the reports there, it's not clear whether the existing quirk for UX391UA works for your device. Did you actually test it? If yes, please give alsa-info.sh output running on your machine (with --no-upload option), so that I can cook up a patch.
thanks,
Takashi
I just want to confirm that with kernel version 5.0.7-200 the problem still exists for Asus Q325UAR
Let me know if you need any additional information for the patch.
Thanks!
On 4/17/19 2:19 AM, Takashi Iwai wrote:
On Fri, 12 Apr 2019 23:43:50 +0200, ecmk wrote:
No sound combined with quickly fading sounds for a few seconds. Randomly working but with low quality distorted sound. The model needs to be added to the kernel patch listed bellow.
Asus Q325UAR suffers from the same issues as discussed here:
[alsa-devel] [PATCH] ALSA: hda/realtek: Enable audio jacks of ASUS UX391UA with, ALC294
https://mailman.alsa-project.org/pipermail/alsa-devel/2018-December/143282.h...
A detailed issue of the problem plus the solution is described here
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1784485?comments=all
Hm, from the reports there, it's not clear whether the existing quirk for UX391UA works for your device. Did you actually test it? If yes, please give alsa-info.sh output running on your machine (with --no-upload option), so that I can cook up a patch.
thanks,
Takashi
On Sun, 21 Apr 2019 20:24:31 +0200, ecmk wrote:
I just want to confirm that with kernel version 5.0.7-200 the problem still exists for Asus Q325UAR
Let me know if you need any additional information for the patch.
Then could you attach the alsa-info.sh output? Your MUA seems to have broken the alsa-info.sh output, so the emulator couldn't parse it.
thanks,
Takashi
Thanks!
On 4/17/19 2:19 AM, Takashi Iwai wrote:
On Fri, 12 Apr 2019 23:43:50 +0200, ecmk wrote:
No sound combined with quickly fading sounds for a few seconds. Randomly working but with low quality distorted sound. The model needs to be added to the kernel patch listed bellow.
Asus Q325UAR suffers from the same issues as discussed here:
[alsa-devel] [PATCH] ALSA: hda/realtek: Enable audio jacks of ASUS UX391UA with, ALC294
https://mailman.alsa-project.org/pipermail/alsa-devel/2018-December/143282.h...
A detailed issue of the problem plus the solution is described here
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1784485?comments=all
Hm, from the reports there, it's not clear whether the existing quirk for UX391UA works for your device. Did you actually test it? If yes, please give alsa-info.sh output running on your machine (with --no-upload option), so that I can cook up a patch.
thanks,
Takashi
Here is the alsa-info output
Thanks
On 4/23/19 8:14 AM, Takashi Iwai wrote:
On Sun, 21 Apr 2019 20:24:31 +0200, ecmk wrote:
I just want to confirm that with kernel version 5.0.7-200 the problem still exists for Asus Q325UAR
Let me know if you need any additional information for the patch.
Then could you attach the alsa-info.sh output? Your MUA seems to have broken the alsa-info.sh output, so the emulator couldn't parse it.
thanks,
Takashi
Thanks!
On 4/17/19 2:19 AM, Takashi Iwai wrote:
On Fri, 12 Apr 2019 23:43:50 +0200, ecmk wrote:
No sound combined with quickly fading sounds for a few seconds. Randomly working but with low quality distorted sound. The model needs to be added to the kernel patch listed bellow.
Asus Q325UAR suffers from the same issues as discussed here:
[alsa-devel] [PATCH] ALSA: hda/realtek: Enable audio jacks of ASUS UX391UA with, ALC294
https://mailman.alsa-project.org/pipermail/alsa-devel/2018-December/143282.h...
A detailed issue of the problem plus the solution is described here
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1784485?comments=all
Hm, from the reports there, it's not clear whether the existing quirk for UX391UA works for your device. Did you actually test it? If yes, please give alsa-info.sh output running on your machine (with --no-upload option), so that I can cook up a patch.
thanks,
Takashi
On Wed, 24 Apr 2019 01:21:36 +0200, ecmk wrote:
Here is the alsa-info output
Thanks. Below is the fix patch. I'm going to apply it.
Takashi
-- 8< -- From: Takashi Iwai tiwai@suse.de Subject: [PATCH] ALSA: hda/realtek - Apply the fixup for ASUS Q325UAR
Some ASUS models like Q325UAR with ALC295 codec requires the same fixup that has been applied to ALC294 codec. Just copy the entry with the pin matching to cover ALC295 too.
BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1784485 Cc: stable@vger.kernel.org Signed-off-by: Takashi Iwai tiwai@suse.de --- sound/pci/hda/patch_realtek.c | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 7da7fa4f4201..42cd3945e0de 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -7547,6 +7547,10 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { {0x12, 0x90a60130}, {0x17, 0x90170110}, {0x21, 0x04211020}), + SND_HDA_PIN_QUIRK(0x10ec0295, 0x1043, "ASUS", ALC294_FIXUP_ASUS_SPK, + {0x12, 0x90a60130}, + {0x17, 0x90170110}, + {0x21, 0x03211020}), SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, {0x14, 0x90170110}, {0x21, 0x04211020}),
Great! Thank you!
On 4/30/19 6:13 AM, Takashi Iwai wrote:
On Wed, 24 Apr 2019 01:21:36 +0200, ecmk wrote:
Here is the alsa-info output
Thanks. Below is the fix patch. I'm going to apply it.
Takashi
-- 8< -- From: Takashi Iwai tiwai@suse.de Subject: [PATCH] ALSA: hda/realtek - Apply the fixup for ASUS Q325UAR
Some ASUS models like Q325UAR with ALC295 codec requires the same fixup that has been applied to ALC294 codec. Just copy the entry with the pin matching to cover ALC295 too.
BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1784485 Cc: stable@vger.kernel.org Signed-off-by: Takashi Iwai tiwai@suse.de
sound/pci/hda/patch_realtek.c | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 7da7fa4f4201..42cd3945e0de 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -7547,6 +7547,10 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { {0x12, 0x90a60130}, {0x17, 0x90170110}, {0x21, 0x04211020}),
- SND_HDA_PIN_QUIRK(0x10ec0295, 0x1043, "ASUS", ALC294_FIXUP_ASUS_SPK,
{0x12, 0x90a60130},
{0x17, 0x90170110},
SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, {0x14, 0x90170110}, {0x21, 0x04211020}),{0x21, 0x03211020}),
participants (2)
-
ecmk
-
Takashi Iwai