Squeezelite finding no audio devices after upgrade

I’ve been using my OSMC pi as a squeezebox endpoint (running squeezelite). Ever since upgrading to the November 2015 release (VERSION_ID 2015.11-2), squeezelite can no longer find a sound card:

osmc@hasan:~$ squeezelite -l
Output devices:
null - Discard all samples (playback) or generate zero samples (capture)

My other pi, the October 2015 release (VERSION_ID 20154.10-1) has the following:

osmc@heller:~$ squeezelite -l
Output devices:
null - Discard all samples (playback) or generate zero samples (capture)
default:CARD=ALSA - bcm2835 ALSA, bcm2835 ALSA - Default Audio Device
sysdefault:CARD=ALSA - bcm2835 ALSA, bcm2835 ALSA - Default Audio Device
dmix:CARD=ALSA,DEV=0 - bcm2835 ALSA, bcm2835 ALSA - Direct sample mixing device
dmix:CARD=ALSA,DEV=1 - bcm2835 ALSA, bcm2835 IEC958/HDMI - Direct sample mixing device
dsnoop:CARD=ALSA,DEV=0 - bcm2835 ALSA, bcm2835 ALSA - Direct sample snooping device
dsnoop:CARD=ALSA,DEV=1 - bcm2835 ALSA, bcm2835 IEC958/HDMI - Direct sample snooping device
hw:CARD=ALSA,DEV=0 - bcm2835 ALSA, bcm2835 ALSA - Direct hardware device without any conversions
hw:CARD=ALSA,DEV=1 - bcm2835 ALSA, bcm2835 IEC958/HDMI - Direct hardware device without any conversions
plughw:CARD=ALSA,DEV=0 - bcm2835 ALSA, bcm2835 ALSA - Hardware device with all software conversions
plughw:CARD=ALSA,DEV=1 - bcm2835 ALSA, bcm2835 IEC958/HDMI - Hardware device with all software conversions

Any idea how to get this back?

Add dtparam=audio=on to /boot/config.txt

I had the same problem. It works like a charm. Big Thx!