You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set_alsa_settings() function now uses `alsactl restore` command,
to change ALSA controls from a custom state filie first, if it is
present, and next - execute a bash script with amixer commands
if it is also present.
The state file is expected as `./alsa_settings/${PLATFORM}.state`
whereas the bash script remains as `./alsa_settings/${PLATFORM}.sh`
The custom state should be compatible with the platform's
default state, see set_alsa() function.
Co-authored-by: Lukasz Mrugala <lukaszx.mrugala@intel.com>
Co-authored-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
0 commit comments