Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755976AbbBFOvd (ORCPT ); Fri, 6 Feb 2015 09:51:33 -0500 Received: from mail-yh0-f53.google.com ([209.85.213.53]:56830 "EHLO mail-yh0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755882AbbBFOvZ (ORCPT ); Fri, 6 Feb 2015 09:51:25 -0500 From: Chris Rorvick To: Takashi Iwai Cc: Chris Rorvick , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Stefan Hajnoczi Subject: [PATCH 0/4] More Line 6 cleanup Date: Fri, 6 Feb 2015 08:51:08 -0600 Message-Id: <1423234272-7348-1-git-send-email-chris@rorvick.com> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1422 Lines: 39 Not much to say about these other than what's in the commit log. I was looking into what appeared to be a regression that was only reproducible outside of QEMU, but it turned out to be me pulling in the test/snd-device changes but testing against vanilla v3.19-rc7 ALSA modules. Fixing my process. :-) Regards, Chris Chris Rorvick (4): ALSA: line6: Add toneport_has_source_select() ALSA: line6: Pass toneport pointer to toneport_has_led() ALSA: line6: Pass driver name to line6_probe() ALSA: line6: Remove `usb_' prefix from structs sound/usb/line6/capture.c | 2 +- sound/usb/line6/driver.c | 45 +++++++++++----------- sound/usb/line6/driver.h | 25 ++++++------ sound/usb/line6/midi.c | 24 +++++------- sound/usb/line6/midi.h | 6 +-- sound/usb/line6/pcm.c | 5 +-- sound/usb/line6/pcm.h | 4 +- sound/usb/line6/playback.c | 2 +- sound/usb/line6/pod.c | 52 ++++++++++++------------- sound/usb/line6/podhd.c | 7 ++-- sound/usb/line6/toneport.c | 94 ++++++++++++++++++++++++---------------------- sound/usb/line6/variax.c | 41 ++++++++++---------- 12 files changed, 151 insertions(+), 156 deletions(-) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/