forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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,