05 Jan, 2020
1 commit
-
Apply const prefix to each possible place: the rate table, the
controller tables, and the key tables.Just for minor optimization and no functional changes.
Link: https://lore.kernel.org/r/20200105144823.29547-13-tiwai@suse.de
Signed-off-by: Takashi Iwai
31 May, 2019
1 commit
-
Based on 1 normalized pattern(s):
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license as published by
the free software foundation either version 2 of the license or at
your option any later version this program is distributed in the
hope that it will be useful but without any warranty without even
the implied warranty of merchantability or fitness for a particular
purpose see the gnu general public license for more details you
should have received a copy of the gnu general public license along
with this program if not write to the free software foundation inc
59 temple place suite 330 boston ma 02111 1307 usaextracted by the scancode license scanner the SPDX license identifier
GPL-2.0-or-later
has been chosen to replace the boilerplate/reference in 1334 file(s).
Signed-off-by: Thomas Gleixner
Reviewed-by: Allison Randal
Reviewed-by: Richard Fontana
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190527070033.113240726@linutronix.de
Signed-off-by: Greg Kroah-Hartman
22 Sep, 2014
1 commit
-
KoreController and KoreController2 need an EP1_CMD_DIMM_LEDS command to set
their LEDs, not EP1_CMD_WRITE_IO.Signed-off-by: Daniel Mack
Reported-and-tested-by: Brad Wilson
Signed-off-by: Takashi Iwai
30 Sep, 2013
1 commit
-
This patch adds LED support for the Native Instruments Maschine
Controller. It adds ALSA controls for dimming the LEDs of all
buttons and the backlight of the two displays.Signed-off-by: Hannes Gräuler
Acked-by: Daniel Mack
Signed-off-by: Takashi Iwai
04 Mar, 2013
2 commits
-
Get rid of the proprietary functions log() and debug() and use the
generic dev_*() approach. A macro is needed to cast a cdev to a struct
device *.Signed-off-by: Daniel Mack
Signed-off-by: Takashi Iwai -
This is needed in order to make the device namespace cleaner, and will
help when moving this driver over to dev_*() logging.Signed-off-by: Daniel Mack
Signed-off-by: Takashi Iwai
07 Dec, 2012
1 commit
-
CONFIG_HOTPLUG is going away as an option. As result the __dev*
markings will be going away.Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst,
and __devexit.Signed-off-by: Bill Pemberton
Acked-by: Daniel Mack
Signed-off-by: Takashi Iwai
10 Sep, 2010
1 commit
-
This patch adds support for the new Traktor Kontrol S4 by Native
Instruments. It features a new audio data streaming model, MIDI
in and out ports, a huge number of 174 dimmable LEDs, 96 buttons
and 46 absolute encoder axis, including some rotary encoders.All features are supported by the driver now.
Did some code refactoring along the way.
Signed-off-by: Daniel Mack
Signed-off-by: Takashi Iwai
30 May, 2010
2 commits
-
After removing code, only one case remains. So use an 'if' instead.
Acked-by: Daniel Mack
Signed-off-by: Mark Hills
Signed-off-by: Takashi Iwai -
This feature was undocumented on early A4DJ units. It is indicated
by lighting both the 'line' and 'phono' lamps at the same time.
Newer units document this and the newer Windows drivers enable this
for all units, so restore the functionality.This patch simplifies the code and changes the mode mapping to match
the A8DJ, favouring simpler code and consistency over keeping the
existing mapping.Both 'Control vinyl' and 'Phono' input modes enable the hardware
preamp. The difference is the input impedance.This reverts commit 9a9527e.
Acked-by: Daniel Mack
Signed-off-by: Mark Hills
Signed-off-by: Takashi Iwai
22 Mar, 2010
1 commit
-
This device does not have audio controllers and backlit buttons only.
Input data is handled over a dedicated USB endpoint.All functions are supported by the driver now.
Signed-off-by: Daniel Mack
Cc: Dmitry Torokhov
Signed-off-by: Takashi Iwai
14 Apr, 2009
1 commit
-
Cleanup only, no functional change.
Signed-off-by: Daniel Mack
Signed-off-by: Takashi Iwai