aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2014-05-27 11:14:43 -0400
committerTakashi Iwai <tiwai@suse.de>2014-05-27 11:35:38 -0400
commit73616c4eec95419fa6334589e0751498f738d0c4 (patch)
tree1c83866cac41bbe21e9ef4d31b540f795bd38c1e /sound
parent9b5f0edfd247bd528bfe1607f1b077684abb9973 (diff)
ALSA: fireworks/bebob: Improve indentation
According to coding rule. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/firewire/bebob/bebob_midi.c4
-rw-r--r--sound/firewire/fireworks/fireworks_midi.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sound/firewire/bebob/bebob_midi.c b/sound/firewire/bebob/bebob_midi.c
index c04cea2c19a6..63343d578df3 100644
--- a/sound/firewire/bebob/bebob_midi.c
+++ b/sound/firewire/bebob/bebob_midi.c
@@ -143,7 +143,7 @@ int snd_bebob_create_midi_devices(struct snd_bebob *bebob)
143 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_INPUT; 143 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_INPUT;
144 144
145 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, 145 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT,
146 &midi_capture_ops); 146 &midi_capture_ops);
147 147
148 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; 148 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT];
149 149
@@ -154,7 +154,7 @@ int snd_bebob_create_midi_devices(struct snd_bebob *bebob)
154 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT; 154 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT;
155 155
156 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_OUTPUT, 156 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_OUTPUT,
157 &midi_playback_ops); 157 &midi_playback_ops);
158 158
159 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]; 159 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT];
160 160
diff --git a/sound/firewire/fireworks/fireworks_midi.c b/sound/firewire/fireworks/fireworks_midi.c
index 4a600d235ec5..cf9c65260439 100644
--- a/sound/firewire/fireworks/fireworks_midi.c
+++ b/sound/firewire/fireworks/fireworks_midi.c
@@ -143,7 +143,7 @@ int snd_efw_create_midi_devices(struct snd_efw *efw)
143 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_INPUT; 143 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_INPUT;
144 144
145 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, 145 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT,
146 &midi_capture_ops); 146 &midi_capture_ops);
147 147
148 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; 148 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT];
149 149
@@ -154,7 +154,7 @@ int snd_efw_create_midi_devices(struct snd_efw *efw)
154 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT; 154 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT;
155 155
156 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_OUTPUT, 156 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_OUTPUT,
157 &midi_playback_ops); 157 &midi_playback_ops);
158 158
159 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]; 159 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT];
160 160