[PATCH] ALSA: line6: add support for POD HD DESKTOP

2017-09-19 Thread Hans P . Möller Ebner
Add support for the Line6 POD HD500X multi effect processor for playback and capture (in/out audio) through USB. Signed-off-by: Hans P. Moller --- sound/usb/line6/podhd.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/sound/usb/line6/podhd.c

[PATCH] ALSA: line6: add support for POD HD DESKTOP

2017-09-19 Thread Hans P . Möller Ebner
Add support for the Line6 POD HD500X multi effect processor for playback and capture (in/out audio) through USB. Signed-off-by: Hans P. Moller --- sound/usb/line6/podhd.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/sound/usb/line6/podhd.c

[PATCH 2/2] ALSA:line6: remove unnecessary initialization to PODHD500X.

2017-06-16 Thread Hans P . Möller Ebner
Body: Remove Initialization from POD HD500X because it's not needed. Every time the device is connected dmesg gives the following output: "receive length failed (error -11)". To solve this problem, another flags is introduced (LINE6_CAP_CONTROL_INFO) and it is only used for PODX3 in: sysfs

[PATCH 2/2] ALSA:line6: remove unnecessary initialization to PODHD500X.

2017-06-16 Thread Hans P . Möller Ebner
Body: Remove Initialization from POD HD500X because it's not needed. Every time the device is connected dmesg gives the following output: "receive length failed (error -11)". To solve this problem, another flags is introduced (LINE6_CAP_CONTROL_INFO) and it is only used for PODX3 in: sysfs

[PATCH 1/2] ALSA: line6: add support for POD HD500X

2017-06-16 Thread Hans P . Möller Ebner
Add support for the Line6 POD HD500X multi effect processor for playback and capture (in/out audio) through USB. Signed-off-by: Hans P. Moller --- sound/usb/line6/podhd.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git

[PATCH 1/2] ALSA: line6: add support for POD HD500X

2017-06-16 Thread Hans P . Möller Ebner
Add support for the Line6 POD HD500X multi effect processor for playback and capture (in/out audio) through USB. Signed-off-by: Hans P. Moller --- sound/usb/line6/podhd.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/sound/usb/line6/podhd.c