| Sorry for the delay. 
 The only difference between the states of audio with 4.0.0-5 and 4.1.0-1 kernels that I can find is that with latter kernel lsmod shows an additional sound module, snd_hda_core, not present with the 4.0.0.-5 kernel.
 
 
       Code: 
lsmod | grep -i snd
snd_hda_codec_via      13970  1
 snd_hda_codec_generic    55239  1 snd_hda_codec_via
 snd_hda_intel          21713  2
 snd_hda_controller     17433  1 snd_hda_intel
 snd_hda_codec          80759  4 snd_hda_codec_via,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
 snd_hda_core           17287  4 snd_hda_codec_via,snd_hda_codec_generic,snd_hda_codec,snd_hda_controller
 snd_hwdep               5914  1 snd_hda_codec
 snd_pcm                79169  3 snd_hda_codec,snd_hda_intel,snd_hda_controller
 snd_timer              18770  1 snd_pcm
 snd                    58773  11 snd_hwdep,snd_timer,snd_hda_codec_via,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
 soundcore               5359  1 snd
 
 
 This I cannot remove because, as you see, it is a dependency for other modules.
 
 Any further advice welcome.
 |