RPI Alsa output for on board sound

Hi,

I have a Raspberry PI 2 with OSMC. Have an external soundcard attached which works great using alsa. However when using aplay -l to list the soundcards, only the external device is shown eventhough the snd_bcm2835 module is loaded. Is there something hardcoded into OSMC which disables alsa output for the on board chip?

osmc@osmc.hongkong:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
  Subdevices: 8/8
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
  Subdevice #4: subdevice #4
  Subdevice #5: subdevice #5
  Subdevice #6: subdevice #6
  Subdevice #7: subdevice #7
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Do you have dtparam=audio=on in you /boot/config.txt?

That didn’t seem to be the case. Added it and all set now.