kernel/sound/usb/usx2y/usx2yhwdeppcm.h
.. .. @@ -4,7 +4,7 @@ 4 4 #define MAXSTRIDE 3 5 5 6 6 #define SSS (((MAXPACK*MAXBUFFERMS*MAXSTRIDE + 4096) / 4096) * 4096) 7 -struct snd_usX2Y_hwdep_pcm_shm {7 +struct snd_usx2y_hwdep_pcm_shm {8 8 char playback[SSS]; 9 9 char capture0x8[SSS]; 10 10 char capture0xA[SSS]; .. .. @@ -20,4 +20,4 @@ 20 20 int capture_iso_start; 21 21 }; 22 22 23 -int usX2Y_hwdep_pcm_new(struct snd_card *card);23 +int usx2y_hwdep_pcm_new(struct snd_card *card);