does OpenSUSE kernel include AMD audio fix?

I have audio “crackling” because of this I think
https://www.phoronix.com/scan.php?page=news_item&px=Linux-AMD-Analog-Input-Audio-WA
patch link is https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c02f77d32d2c45cfb1b2bb99eabd8a78f5ecc7db

so my question-does OpenSUSE kernel has this patch or I need build kernel my self?
im using 5.3.11-1-default #1 SMP Tue Nov 12 18:57:39 UTC 2019

Hi
Have you checked the changelog? Have you updated your system lately, should be on 5.3.12-1-default


rpm -q --changelog kernel-default | grep AMD | grep sound

- ALSA: hda - Workaround for crackled sound on AMD controller
- ALSA: hda - Workaround for crackled sound on AMD controller

Same result with a Leap 15.1 kernel 4.12.14-lp151.28.36.1.

rpm -q --changelog kernel-default | grep AMD | grep sound

it does work, thanks
look like I have this patch already…then its pulseaudio problem, okey I get it, will fix it
thanks

Fix was simple
in file /etc/pulse/daemon.conf change default-fragment-size-msec from 125 to 25