Thanks for the reply. I tried your suggestions but no joy, the modules don't appear to be loading. lsmod shows the new module. Restarted Alsa and got the following:
tc@box:/tmp/tcloop/alsa-modules-4.2.9-tinycore/usr$ sudo alsa reload
Unloading ALSA sound driver modules:/sbin/alsa: line 219: sed: not found
/sbin/alsa: line 219: sed: not found
/sbin/alsa: /sbin/alsa: line 219: sed: not found
line 219: sed: not found
.
Loading ALSA sound driver modules: (none to reload).
dmesg:
tc@box:/sbin$ dmesg | grep snd
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuzxenial initrd=/boot/dCorePlusxenial.gz tce=sda6 desktop=dwm blacklist=snd_mixer_oss, snd_seq_oss, snd_pcm_oss
[ 3745.975472] snd_hda_intel 0000:00:1b.0: probe_mask set to 0x1 for device 17aa:20ac
[ 3745.979603] snd_hda_intel 0000:00:1b.0: no codecs initialized
lsmod tc@box:/sbin$ lsmod | grep snd
snd_hda_codec_analog 12288 0
snd_hda_codec_generic 36864 1 snd_hda_codec_analog
snd_seq_dummy 12288 0
snd_pcm_oss 32768 0
snd_seq_oss 24576 0
snd_seq_midi_event 12288 1 snd_seq_oss
snd_seq 32768 5 snd_seq_midi_event,snd_seq_oss,snd_seq_dummy
snd_seq_device 12288 2 snd_seq,snd_seq_oss
snd_mixer_oss 16384 1 snd_pcm_oss
snd_hda_intel 20480 0
snd_hda_codec 53248 3 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec_analog
snd_hwdep 12288 1 snd_hda_codec
snd_hda_core 24576 4 snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_hda_codec_analog
snd_pcm 49152 4 snd_pcm_oss,snd_hda_codec,snd_hda_intel,snd_hda_core
snd_timer 20480 2 snd_pcm,snd_seq
snd 36864 12 snd_pcm_oss,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_oss,snd_seq_device,snd_mixer_oss,snd_hda_codec_analog
soundcore 12288 1 snd