From d687eb22c3b5fdc19a4d5680dfa06072cc5317d9 Mon Sep 17 00:00:00 2001 From: Berk Cem Göksel <25488666+berkgoksel@users.noreply.github.com> Date: Thu, 22 Jan 2026 01:02:32 +0300 Subject: sys/linux: format init_vusb.go --- sys/linux/init_vusb.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/linux') diff --git a/sys/linux/init_vusb.go b/sys/linux/init_vusb.go index d76a4380b..33399c7a0 100644 --- a/sys/linux/init_vusb.go +++ b/sys/linux/init_vusb.go @@ -160,10 +160,10 @@ func (arch *arch) generateAudioDeviceDescriptor(g *prog.Gen, typ0 prog.Type, dir {0x0763, 0x0150}, // Test if this covers midi.c | grep USB_VID_VENDOR {0x0582, 0x0582}, - //sound/usb/card.c + // sound/usb/card.c {0x18d1, 0x2d04}, {0x18d1, 0x2d05}, - //sound/usb/format.c + // sound/usb/format.c {0x0582, 0x0016}, {0x0582, 0x000c}, {0x0d8c, 0x0201}, @@ -187,7 +187,7 @@ func (arch *arch) generateAudioDeviceDescriptor(g *prog.Gen, typ0 prog.Type, dir {0x0e41, 0x3020}, {0x0e41, 0x3061}, {0x0a67, 0x5011}, - //sound/usb/mixer_quirks.c + // sound/usb/mixer_quirks.c {0x041e, 0x3000}, {0x041e, 0x3020}, {0x041e, 0x3040}, -- cgit mrf-deployment