]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: remove unused macros of GETU_LABELS/GETU_END
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 20 Dec 2017 17:17:01 +0000 (02:17 +0900)
committerTakashi Iwai <tiwai@suse.de>
Fri, 22 Dec 2017 09:22:53 +0000 (10:22 +0100)
commit237f7756f8e6ad11e468b1a0e405aa09d195de2e
tree7775345ee0b21f961838225b4d4bd188ff61321b
parentad3fe5824cdd800f295791a8c554edea8789fe5f
pcm: remove unused macros of GETU_LABELS/GETU_END

A commit 07c07da44f27 ("Fixed signess for route conversion") obsoletes
usage of a pair of GETU_LABEL/GETU_END, but it did not remove some
actual codes in 'src/pcm_plugin_ops.h'.

This commit removes them in a point to reduce the amount of code to
maintain.

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