aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel <pavel@ucw.cz>2018-10-28 12:44:49 +0100
committerPavel <pavel@ucw.cz>2019-01-07 11:22:18 +0100
commit1ba73729e559d2da1c5a56d75eb1984d8a83b9a0 (patch)
tree1bc212777d5289c6260745b28b3769dfe88328e5
parentf4b5ef771e2f3082a7bc4933fc654500a491eb17 (diff)
downloadlinux-k-1ba73729e559d2da1c5a56d75eb1984d8a83b9a0.tar.gz
hack: ignore ctrl error for my usb speakers.
-rw-r--r--sound/usb/card.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/card.c b/sound/usb/card.c
index a105947eaf55cd..5259496ddae4b7 100644
--- a/sound/usb/card.c
+++ b/sound/usb/card.c
@@ -82,6 +82,7 @@ static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;/* Enable this card *
static int vid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 };
static int pid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 };
static int device_setup[SNDRV_CARDS]; /* device parameter for this card */
+static bool ignore_ctl_error = 1;
static bool ignore_ctl_error;
static bool autoclock = true;
static char *quirk_alias[SNDRV_CARDS];