Merge branch 'for-linus' into for-next
authorTakashi Iwai <tiwai@suse.de>
Sun, 26 Jan 2020 08:31:34 +0000 (09:31 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 26 Jan 2020 08:31:41 +0000 (09:31 +0100)
Resolve conflicts and correct the hex numbers, too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
1  2 
sound/pci/hda/hda_intel.c
sound/pci/hda/patch_conexant.c
sound/usb/format.c

Simple merge
Simple merge
@@@ -292,10 -292,13 +292,13 @@@ static int line6_parse_audio_format_rat
                                                struct audioformat *fp)
  {
        switch (chip->usb_id) {
 -      case USB_ID(0x0E41, 0x4241): /* Line6 Helix */
 -      case USB_ID(0x0E41, 0x4242): /* Line6 Helix Rack */
 -      case USB_ID(0x0E41, 0x4244): /* Line6 Helix LT */
 -      case USB_ID(0x0E41, 0x4246): /* Line6 HX-Stomp */
 -      case USB_ID(0x0E41, 0x4248): /* Line6 Helix >= fw 2.82 */
 -      case USB_ID(0x0E41, 0x4249): /* Line6 Helix Rack >= fw 2.82 */
 -      case USB_ID(0x0E41, 0x424a): /* Line6 Helix LT >= fw 2.82 */
 +      case USB_ID(0x0e41, 0x4241): /* Line6 Helix */
 +      case USB_ID(0x0e41, 0x4242): /* Line6 Helix Rack */
 +      case USB_ID(0x0e41, 0x4244): /* Line6 Helix LT */
 +      case USB_ID(0x0e41, 0x4246): /* Line6 HX-Stomp */
++      case USB_ID(0x0e41, 0x4248): /* Line6 Helix >= fw 2.82 */
++      case USB_ID(0x0e41, 0x4249): /* Line6 Helix Rack >= fw 2.82 */
++      case USB_ID(0x0e41, 0x424a): /* Line6 Helix LT >= fw 2.82 */
                /* supported rates: 48Khz */
                kfree(fp->rate_table);
                fp->rate_table = kmalloc(sizeof(int), GFP_KERNEL);