diff options
author | Michal Piotrowski <michal.k.k.piotrowski@gmail.com> | 2007-08-02 08:15:05 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 09:58:23 -0400 |
commit | 609bb2ea397cd9947d8898f6077d33c1fa81b24f (patch) | |
tree | 83b53a3b7252a4d34f24f891ff08df9a11bee262 /sound/pci/ca0106 | |
parent | c9988dce19c1ba867f58f30366466e776c51607a (diff) |
[ALSA] Coding style fix sound/pci/ca0106/ca_midi.h
Coding style fix
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/ca0106')
-rw-r--r-- | sound/pci/ca0106/ca_midi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/ca0106/ca_midi.h b/sound/pci/ca0106/ca_midi.h index b72c0933bd22..922ed3e3731e 100644 --- a/sound/pci/ca0106/ca_midi.h +++ b/sound/pci/ca0106/ca_midi.h | |||
@@ -22,9 +22,9 @@ | |||
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include<linux/spinlock.h> | 25 | #include <linux/spinlock.h> |
26 | #include<sound/rawmidi.h> | 26 | #include <sound/rawmidi.h> |
27 | #include<sound/mpu401.h> | 27 | #include <sound/mpu401.h> |
28 | 28 | ||
29 | #define CA_MIDI_MODE_INPUT MPU401_MODE_INPUT | 29 | #define CA_MIDI_MODE_INPUT MPU401_MODE_INPUT |
30 | #define CA_MIDI_MODE_OUTPUT MPU401_MODE_OUTPUT | 30 | #define CA_MIDI_MODE_OUTPUT MPU401_MODE_OUTPUT |