Re: [PATCH 7/9] sound: line6: convert to use new usb control function...

2020-09-02 Thread Greg Kroah-Hartman
On Wed, Sep 02, 2020 at 04:41:29PM +0200, Takashi Iwai wrote: > On Wed, 02 Sep 2020 13:01:10 +0200, > Greg Kroah-Hartman wrote: > > > > Signed-off-by: Greg Kroah-Hartman > > I guess this and a few others with (x/9) are stale patches, right? Ugh, yes, those were still in my directory, my fault

Re: [PATCH 7/9] sound: line6: convert to use new usb control function...

2020-09-02 Thread Takashi Iwai
On Wed, 02 Sep 2020 13:01:10 +0200, Greg Kroah-Hartman wrote: > > Signed-off-by: Greg Kroah-Hartman I guess this and a few others with (x/9) are stale patches, right? thanks, Takashi > --- > sound/usb/line6/driver.c | 69 +++--- > sound/usb/line6/podhd.c

[PATCH 7/9] sound: line6: convert to use new usb control function...

2020-09-02 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman --- sound/usb/line6/driver.c | 69 +++--- sound/usb/line6/podhd.c| 17 -- sound/usb/line6/toneport.c | 8 ++--- 3 files changed, 37 insertions(+), 57 deletions(-) diff --git a/sound/usb/line6/driver.c