forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/sound/usb/usx2y/usx2yhwdeppcm.h
....@@ -4,7 +4,7 @@
44 #define MAXSTRIDE 3
55
66 #define SSS (((MAXPACK*MAXBUFFERMS*MAXSTRIDE + 4096) / 4096) * 4096)
7
-struct snd_usX2Y_hwdep_pcm_shm {
7
+struct snd_usx2y_hwdep_pcm_shm {
88 char playback[SSS];
99 char capture0x8[SSS];
1010 char capture0xA[SSS];
....@@ -20,4 +20,4 @@
2020 int capture_iso_start;
2121 };
2222
23
-int usX2Y_hwdep_pcm_new(struct snd_card *card);
23
+int usx2y_hwdep_pcm_new(struct snd_card *card);