[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>
This commit is contained in:
parent
c9988dce19
commit
609bb2ea39
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue