alsa-project/alsa-gobject pull request #55 was opened from takaswie: In ALSA control interface, the data of TLV (Type-Length-Value) style is defined as array with unsigned int type of element. However, current implementation of ALSACtl.Card handles them as signed int type. This commit fixes the bug. This loses backward compatibility to v0.1.0 in a point of type of function argument. Request URL : https://github.com/alsa-project/alsa-gobject/pull/55 Patch URL : https://github.com/alsa-project/alsa-gobject/pull/55.patch Repository URL: https://github.com/alsa-project/alsa-gobject