2007-08-01 14:46:17

by Michal Piotrowski

[permalink] [raw]
Subject: [RFC][PATCH] Coding style fix sound/pci/ca0106/ca_midi.h

Hi,

Coding style fix

Regards,
Michal

--
LOG
http://www.stardust.webpages.pl/log/

Signed-off-by: Michal Piotrowski <[email protected]>

--- linux-mm-clean/sound/pci/ca0106/ca_midi.h 2007-07-09 01:32:17.000000000 +0200
+++ linux-mm/sound/pci/ca0106/ca_midi.h 2007-08-01 16:38:54.000000000 +0200
@@ -22,9 +22,9 @@
*
*/

-#include<linux/spinlock.h>
-#include<sound/rawmidi.h>
-#include<sound/mpu401.h>
+#include <linux/spinlock.h>
+#include <sound/rawmidi.h>
+#include <sound/mpu401.h>

#define CA_MIDI_MODE_INPUT MPU401_MODE_INPUT
#define CA_MIDI_MODE_OUTPUT MPU401_MODE_OUTPUT


2007-08-02 12:20:28

by Takashi Iwai

[permalink] [raw]
Subject: Re: [alsa-devel] [RFC][PATCH] Coding style fix sound/pci/ca0106/ca_midi.h

At Wed, 01 Aug 2007 16:45:34 +0200,
Michal Piotrowski wrote:
>
> Hi,
>
> Coding style fix
>
> Regards,
> Michal

Thanks, applied to ALSA tree now.


Takashi