All sound devices are correctly detected and modules loaded. Had a look at the community docuemntation and ran aplay -l in ther terminal and got this:
cookies@ThinkPad-X230:~$ sudo aplay -l
**** List of PLAYBACK Hardware Devices ****
Home directory not accessible: Permission denied
The hard drive is encrypted and so is my home folder. Any ideas?
SOLUTION: Ask Ubuntu is a bit...weird to put it nicely. A bit ridiculous but I found my answer, and since I can't post comments with proper spacing, and can't answer my question I'll be dumping here:
Here what I actually did, from here:
# vim /etc/pulse/default.pa
Uncomment:
load-module module-alsa-sink
As I can understand from here, things should work normally, but for some reason the daemon doesn't want to play. Still a hack, but things work.