]> git.alsa-project.org Git - alsa-lib.git/commit
PCM: Fix conflict of _snd_pcm_hw_params definitions
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Dec 2012 11:17:00 +0000 (12:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 4 Dec 2012 11:17:00 +0000 (12:17 +0100)
commit03c26d0edeeefb7550ba8cca91167343677022ab
tree8cee1564d8d73d8f3e3e1ecc80215a70fdfdefd9
parent22d6b6e643d81467bcd2b0d8934c6b84bed51787
PCM: Fix conflict of _snd_pcm_hw_params definitions

Fix the call of _snd_pcm_hw_params() to _snd_pcm_hw_params_internal().
The build passed wrongly because of _snd_pcm_hw_params define.
Having the same function name as the struct name is is simply
confusing...

Also, to be sure, _snd_pcm_hw_params is undef'ed in pcm_local.h, too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm.c
src/pcm/pcm_file.c
src/pcm/pcm_generic.c
src/pcm/pcm_local.h
src/pcm/pcm_meter.c
src/pcm/pcm_mmap_emul.c
src/pcm/pcm_plug.c
src/pcm/pcm_share.c