hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/sound/usb/line6/pod.c
....@@ -159,8 +159,9 @@
159159 .bytes_per_channel = 3 /* SNDRV_PCM_FMTBIT_S24_3LE */
160160 };
161161
162
+
162163 static const char pod_version_header[] = {
163
- 0xf2, 0x7e, 0x7f, 0x06, 0x02
164
+ 0xf0, 0x7e, 0x7f, 0x06, 0x02
164165 };
165166
166167 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code,