]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: line6: remove unnecessary initialization to PODHD500X
authorHans P. Möller Ebner <hmoller@uc.cl>
Fri, 16 Jun 2017 18:14:17 +0000 (14:14 -0400)
committerTakashi Iwai <tiwai@suse.de>
Tue, 20 Jun 2017 05:51:22 +0000 (07:51 +0200)
commit65a0af4ef87bae771a4cba3eae975f2e66c85d2f
treeed1867e2c5ada99b6c2bf5c5f5c45f330f82dbc1
parente144b55e4a49c7a3bdba9a72954f98feaf70727d
ALSA: line6: remove unnecessary initialization to PODHD500X

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
entries, call podhd_startup_finalize(pod) and disconnection.
With this patch the error disappear.

Signed-off-by: Hans P. Moller <hmoller@uc.cl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/line6/driver.h
sound/usb/line6/podhd.c