diff options
| author | Berk Cem Göksel <25488666+berkgoksel@users.noreply.github.com> | 2026-01-22 01:02:32 +0300 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2026-02-27 16:03:24 +0000 |
| commit | d687eb22c3b5fdc19a4d5680dfa06072cc5317d9 (patch) | |
| tree | aa91adc12a47af53de69f042cfeb53df4152e216 /sys/linux | |
| parent | 7b5907abe5c0995c821a7999f04c108560897271 (diff) | |
sys/linux: format init_vusb.go
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/init_vusb.go | 6 |
1 files changed, 3 insertions, 3 deletions
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}, |
