18 Jan
2008
18 Jan
'08
9:13 p.m.
Dapm mixer names are truncated to 32 bytes, while alsa control names are 44 bytes wide.
Subsequent usage of functions like snd_ctl_find_id fail because of the mismatch. Unless there's a limitation I don't understand, the following patch fixes the limit back to 44 bytes.
-- Robert