ALSA: usb-audio: unify UAC macros and struct names
[deliverable/linux.git] / sound / usb / card.c
index 7a8ac1d81be7fc7e1a176ad432cd43a841a9e74d..9feb00c831a02b791227b75294e6dc8e15975f1f 100644 (file)
@@ -217,7 +217,7 @@ static int snd_usb_create_streams(struct snd_usb_audio *chip, int ctrlif)
 
        switch (protocol) {
        case UAC_VERSION_1: {
-               struct uac_ac_header_descriptor_v1 *h1 = control_header;
+               struct uac1_ac_header_descriptor *h1 = control_header;
 
                if (!h1->bInCollection) {
                        snd_printk(KERN_INFO "skipping empty audio interface (v1)\n");
This page took 0.035584 seconds and 5 git commands to generate.