a813d1c qemu: sound: Fix uninitialized model string

Authored and Committed by Peter Krempa 9 years ago
    qemu: sound: Fix uninitialized model string
    
    Commit e5f36698e3efc3d258b2996c7423c47e05ec52b2 introduces a
    false-positive build failure in the sound card model handling switch.
    Initialize the model to NULL although the value should never be used.
    
        
file modified
+1 -1