kernel/sound/usb/line6/pod.c
.. .. @@ -159,8 +159,9 @@ 159 159 .bytes_per_channel = 3 /* SNDRV_PCM_FMTBIT_S24_3LE */ 160 160 }; 161 161 162 +162 163 static const char pod_version_header[] = { 163 - 0xf2, 0x7e, 0x7f, 0x06, 0x02164 + 0xf0, 0x7e, 0x7f, 0x06, 0x02164 165 }; 165 166 166 167 static char *pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code,