usb_audio: Reduce log spam.
Fixes #19037. Change-Id: I1c0a0b39a5d725b95dff5f2d9dd7d61568030146 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8188 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
a062b2146e
commit
f27384b845
@@ -122,13 +122,13 @@ init_driver()
|
||||
|
||||
load_settings();
|
||||
|
||||
TRACE(ERR, "%s\n", kVersion); // TODO: always???
|
||||
TRACE(INF, "%s\n", kVersion);
|
||||
|
||||
for (int32 i = 0; i < MAX_DEVICES; i++)
|
||||
gDevices[i] = NULL;
|
||||
|
||||
gDeviceNames[0] = NULL;
|
||||
mutex_init(&gDriverLock, DRIVER_NAME"_devices");
|
||||
mutex_init(&gDriverLock, DRIVER_NAME "_devices");
|
||||
|
||||
static usb_notify_hooks notifyHooks = {
|
||||
&usb_audio_device_added,
|
||||
|
||||
Reference in New Issue
Block a user