Add Kernel::EventPair audio_input_device_switch_event;

This commit is contained in:
Morph1984 2019-09-03 23:50:56 -04:00 committed by GitHub
parent 1449ed9dbf
commit 84815fa879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,6 +302,7 @@ private:
u32_le revision = 0;
Kernel::EventPair buffer_event;
Kernel::EventPair audio_input_device_switch_event;
Kernel::EventPair audio_output_device_switch_event;
}; // namespace Audio