[PATCH] alsa-gobject: ctl: change prototype of function relevant to TLV
GitHub pull_request - opened
github at alsa-project.org
Tue Nov 17 01:00:07 CET 2020
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
More information about the Alsa-devel
mailing list