Hello,
I was also facing a similar issue with snd_hda_intel & realtek codec under FC11.
I have created a file /etc/modprobe.d/sound.conf with the following line & rebooted the pc & that fixed my issue.
options snd_hda_intel model=auto
If you look at the log of the kernel which detects the codec, you can see that the module is not able to work with the parameter it recevices, and it autoprobes the correct model.
>[ 19.012511] hda_codec: Unknown model for ALC262, trying auto-probe from BIOS...
And it looks like in the second kernel, this is not happening. Check for the parameters you are passing to the module under modprobe.d. Also check whether the option 'model=auto' works..