]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit7421a1671abe5bc07cc7a09f5a1be45acc403db7
tree36819d22566eec0f9b61568a6602ed90719666d7
parent905e46acd3272d04566fec49afbd7ad9e2ed9ae3
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