OSDN Git Service

Export dB conversion helper functions
authorTakashi Iwai <tiwai@suse.de>
Wed, 24 Oct 2007 11:04:14 +0000 (13:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 24 Oct 2007 11:04:14 +0000 (13:04 +0200)
commitf38e5feca3723603beea79c8f78e39414ff66bbd
tree406f9932ca0fc6f191f1c199cb3cd558c8b2ca53
parent631f7cde828e5f2ee4442cf3d02f01b00d12bb31
Export dB conversion helper functions

Export helper functions to convert dB level and range.

snd_tlv_*dB*() are to convert dB level or range directly from TLV data.
snd_ctl_*dB*() are to get dB level or range from a control element.
include/control.h
src/Versions.in
src/control/Makefile.am
src/control/tlv.c [new file with mode: 0644]
src/mixer/simple_none.c