YaST2 Developers Documentation: Configuration of sound

Configuration of sound

sound_auto.ycp
Client for autoinstallation
  • Dan Meszaros

This module has an unstable interface.

This is a client for autoinstallation. It takes its arguments, goes through the configuration and return the setting. Does not do any changes to the configuration.

Imports

  • Mode
  • Progress
  • PulseAudio
  • Sound
  • Summary
  • Wizard

Includes

  • sound/routines.ycp
  • sound/volume.ycp

Local Functions

Info:

Parameters:
first a map of x settings
Return value:
success of operation
Example
 map mm = $[ "FAIL_DELAY" : "77" ];
 map ret = WFM::CallModule ("x_auto", [ mm ]);
local UpdateCardsToTargetSystem (map settings) -> map

During autoinstallation write, update the card's from control file to match the detected cards from the current system

Parameters:
settings