Sound config dialogs
====================

1. quick config dialog

this dialog is shown when there is exactly one card and it is not configured. 
intro dialog is accessed via 'More detailed installation of snd cards'

file: ui.ycp
function: quickConfig
screenshot

2. quick config finish dialog 

shown when 'Zuick automatic setup' was checked in 'quick' dialog or
'configuration type dialog' and kernel module was successfully loaded.
otherwise ErrorDialog is shown

file: volume.ycp
function: SuccessDialog
screenshot

3. intro dialog

shown when there are more than one card, at least one unconfigured or when 
'More detailed installation of snd cards' in quick dialog is checked.

file: select.ycp
function: sound_select
screenshot

4. config type dialog

quick/normal/expert config for card selected in intro/manual dialog

file: ui.ycp
function DisplayName
screenshot

5. complex dialog

file: complex.ycp
function: sound_complex
screenshot

6. mixer dialog

file: mixer.ycp
function: mixerDialog
screenshot

7. adding a new card

when the 'Add soundcard' in the complex dialog is pressed and there is at least
one unconfigured autodetected card. otherwise, the manual dialog is shown immediatelly.

file: ui.ycp
function: WhichDialog
screenshot

8. manual card selection

file: manual.ycp
function: sound_manual
screenshot

9. options dialog

file: options.ycp
function: sound_options
screenshot