An error occurred fetching the project authors.
- 18 Apr, 2014 5 commits
-
-
Maxime Ripard authored
The code contained in these sections are only dev_dbg calls, that are already removed whenever DEBUG isn't defined. Remove the redundant constructs. Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Maxime Ripard authored
Some code was never compiled because hidden between an #if 0 .. #endif structure, and even when removing these, it was never actually used elsewhere. Remove it entirely. Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Maxime Ripard authored
Commit be4e6d3c ("ALSA: lx6464es: Use standard printk helpers") converted the custom printk helpers that were used before to standard dev_* functions. One of the dev_dbg calls had a typo, that was hidden away by an #if 0 .. #endif Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Maxime Ripard authored
Move to using the BIT macro for a few defines. It also allows to discard the french comment that was saying exactly what the BIT macro is now pointing out. Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Maxime Ripard authored
Commit f9367f3f ("ALSA: lx6464es: Remove unused function in pci/lx6464es/lx_core.c") removed the lx_dsp_es_check_pipeline function that was the only user of these defines. Since they're useless now, simply remove them. Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 26 Feb, 2014 1 commit
-
-
Takashi Iwai authored
Convert with dev_err() and co from snd_printk(), etc. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 07 Feb, 2014 1 commit
-
-
Rashika Kheria authored
Remove unused function in pci/lx6464es/lx_core.c. This eliminates the following warning in pci/lx6464es/lx_core.c: sound/pci/lx6464es/lx_core.c:144:5: warning: no previous prototype for ‘lx_plx_mbox_read’ [-Wmissing-prototypes] sound/pci/lx6464es/lx_core.c:172:5: warning: no previous prototype for ‘lx_plx_mbox_write’ [-Wmissing-prototypes] sound/pci/lx6464es/lx_core.c:494:5: warning: no previous prototype for ‘lx_dsp_es_check_pipeline’ [-Wmissing-prototypes] Signed-off-by:
Rashika Kheria <rashika.kheria@gmail.com> Reviewed-by:
Josh Triplett <josh@joshtriplett.org> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 06 Nov, 2013 1 commit
-
-
Takashi Iwai authored
The warnings are really harmless but annoying. Since they are only about debug prints, and it's at most 32bit DMA, let's just cast to unsigned long. sound/pci/lx6464es/lx6464es.c:457:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] sound/pci/lx6464es/lx_core.c:1195:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 07 Dec, 2012 1 commit
-
-
Bill Pemberton authored
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 <wfp5p@virginia.edu> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 22 Nov, 2011 2 commits
-
-
Tim Blechmann authored
commit 6175ddf0 optimized the mem*io functions that have been used to send commands to the device. these optimizations somehow corrupted the communication with the lx6464es, that resulted the device to be unusable with kernels after 2.6.33. this patch emulates the memcpy_*_io functions via a loop to avoid these problems. Signed-off-by:
Tim Blechmann <tim@klingt.org> LKML-Reference: <4ECB5257.4040600@ladisch.de> Cc: <stable@kernel.org> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Tim Blechmann authored
the command buffer is only accessed from one file, so we can declare the specific functions as static in that file Signed-off-by:
Tim Blechmann <tim@klingt.org> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 25 Jun, 2011 1 commit
-
-
Tim Blechmann authored
each device has a unique mac address, which can be used to distinguish multiple devices in the same machine. we therefore include the full mac address in the device shortname and the last 6 bytes in the device id. Signed-off-by:
Tim Blechmann <tim@klingt.org> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 01 Nov, 2010 1 commit
-
-
Tim Blechmann authored
converts a 1 bit signed bitfield to an unsigned. Reported-by:
Dr. David Alan Gilbert <linux@treblig.org> Signed-off-by:
Tim Blechmann <tim@klingt.org> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 21 Sep, 2009 1 commit
-
-
Tim Blechmann authored
the rmh bus is not used asynchronously, so it is safe to remove the specific code pieces. Signed-off-by:
Tim Blechmann <tim@klingt.org> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 14 Apr, 2009 2 commits
-
-
Takashi Iwai authored
Disable lx_message_send() function temporarily as it's not used anywhere. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Tim Blechmann authored
prototype of a driver for the digigram lx6464es 64 channel ethersound interface. Signed-off-by:
Tim Blechmann <tim@klingt.org> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-