]> git.alsa-project.org Git - alsa-lib.git/commit
hwdep: add missing declaration for snd_hwdep_poll_descriptors_count()
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 16 Sep 2014 22:07:03 +0000 (07:07 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 17 Sep 2014 05:54:43 +0000 (07:54 +0200)
commit9ab3c4a66952c3ae4277624152da675050c7d2ad
tree629006a4750a416ea5d0ef23584cc9e1acc9b141
parent048568bbea700dfd9921b40321f8d5aa7e5ef417
hwdep: add missing declaration for snd_hwdep_poll_descriptors_count()

The alsa-lib has 'snd_hwdep_poll_descriptors_count()' but hwdep.h has no
declaration for the function. No applications can call the function just
by including the header.

This commit adds a line to the file for this function.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/hwdep.h