DAC turn off: have to reboot

When I put my dac in standby I have to reboot volumio. It is with Creative Soundcard X5 and also when I use EversoloZ6.
I use a intel NUC10.

I found this sollution on the community, should this not be implemented somehow?

killall mpd
/etc/init.d/php5-fpm stop
killall nginx
rmmod snd_bcm2835
rmmod snd_usb_audio
rmmod snd_hwdep
rmmod snd_usbmidi_lib
rmmod snd_seq_midi
rmmod snd_seq_midi_event
rmmod snd_rawmidi
rmmod snd_pcm
rmmod snd_seq
rmmod snd_seq_device
rmmod snd_timer
rmmod snd
echo “restarting…”
modprobe snd
modprobe snd_usb_audio
modprobe snd_bcm2835
sudo /usr/sbin/nginx
/etc/init.d/php5-fpm start
/var/www/command/orion_optimize.sh default
/etc/init.d/mpd stop
/etc/init.d/mpd start

Sorry, don’t want to be offensive but please don’t believe any remedy you find on the internet. What you just showed has no relation with an x86 (PC), it mentions module snd_bcm2835, which is clearly a Raspberry kernel module.
You would be way better off with sending a proper log report AFTER you put the DAC in standby and reactivating it ( closest to starting the pc).

thx, next time I do a fresh install and the problem occurs I send you a logfile.