]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: pcm: include pcm_local.h and remove some extraneous tabs
authorColin Ian King <colin.king@canonical.com>
Tue, 30 May 2017 10:39:45 +0000 (11:39 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 30 May 2017 16:04:47 +0000 (18:04 +0200)
commitc5ac660382b02bf238cd3def5ddcb293610131bd
tree36819d22566eec0f9b61568a6602ed90719666d7
parent7802d7ea14c9320e56cb257f190906871eadd6ca
ALSA: pcm: include pcm_local.h and remove some extraneous tabs

We need to include pcm_local.h to clean up some smatch warnings:

symbol 'snd_pcm_timer_done' was not declared. Should it be static?
symbol 'snd_pcm_timer_init' was not declared. Should it be static?
symbol 'snd_pcm_timer_resolution_change' was not declared. Should
  it be static?

Also remove some extraneous tabs on empty lines and replace space
intentation with a tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_timer.c