YaST2 Developers Documentation: Sound



functions
files
intro

Sound

select.ycp
sound card selection dialog

Imports

  • Label
  • Sound
  • Summary
  • Wizard
  • Wizard_hw

Includes

  • sound/ui.ycp

Local Functions

local ConfCardsRT (list save_info) -> string

creates hardware-summary-like list of configured cards

Parameters:
save_info save info
Return value:
richtext

local selectHardware (list newHw, string confHw) -> void

ui that displays two listbox with new and configured harwdare

Parameters:
newHw list with new hardware
confHw list with already configured hardware

local sound_select (list sound_cards, list save_info) -> map

dialog with list of unconfigured hardware

Parameters:
sound_cards unconfigured cards
save_info configured cards
Return value:
result

YaST2 Developers Documentation