Disable sound card power save mode

hi people , is it possible to disable sound card power save mode in opensuse ?
such as in arch when you add options snd_hda_intel power_save=0 power_save_controller=N
to /etc/modprobe.d/modprobe.conf file??
thanks in advanced.
regards

Yes, that is possible.

can you explain how , which file i must edit??

Create a .conf file (eg 10-sound.conf) with your preferred editor (eg nano) and add

options snd_hda_intel power_save=0
options snd_hda_intel power_save_controller=N

It will take effect the next time that module is (re)loaded or the system is booted.

thank you , appreciated.