diff options
Diffstat (limited to 'h-source/Application/Controllers/SoundcardsController.php')
-rw-r--r-- | h-source/Application/Controllers/SoundcardsController.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/SoundcardsController.php b/h-source/Application/Controllers/SoundcardsController.php index a45a4eb..ba04987 100644 --- a/h-source/Application/Controllers/SoundcardsController.php +++ b/h-source/Application/Controllers/SoundcardsController.php @@ -97,6 +97,10 @@ class SoundcardsController extends GenericController $this->setArgKeys($argKeys); $data['title'] = 'Soundcard'; + + $data['intefaceOptions'] = Soundcards::$interface; + $data['worksOptions'] = Soundcards::$audioSelect; + $data['worksField'] = 'sound_card_works'; $this->append($data); } |