[lsb-bugs] [Bug 1839] New: Some ALSA ints still not assigned to lib groups

bugzilla-daemon at linux-foundation.org bugzilla-daemon at linux-foundation.org
Fri Dec 14 05:17:37 PST 2007


http://bugs.linuxbase.org/show_bug.cgi?id=1839

           Summary: Some ALSA ints still not assigned to lib groups
           Product: Specification
           Version: 3.2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Database
        AssignedTo: mats at freestandards.org
        ReportedBy: silakov at ispras.ru
         QAContact: lsb-bugs at freestandards.org
            Blocks: 1310


In spite of our efforts 6 ALSA interfaces are still not assigned to lib groups:

http://www.linux-foundation.org/dbadmin/consistency/queries.php?cmd=consist-mis-libgroup

This leads to their absence in the specification text. To correct this:

SET @iid=(SELECT Iid FROM Interface WHERE
Iname='snd_pcm_sw_params_get_avail_min');
INSERT INTO LGInt VALUES(@iid,611);
SET @iid=(SELECT Iid FROM Interface WHERE
Iname='snd_pcm_sw_params_get_silence_size');
INSERT INTO LGInt VALUES(@iid,611);
SET @iid=(SELECT Iid FROM Interface WHERE
Iname='snd_pcm_sw_params_get_silence_threshold');
INSERT INTO LGInt VALUES(@iid,611);
SET @iid=(SELECT Iid FROM Interface WHERE
Iname='snd_pcm_sw_params_get_start_threshold');
INSERT INTO LGInt VALUES(@iid,611);
SET @iid=(SELECT Iid FROM Interface WHERE
Iname='snd_pcm_sw_params_get_stop_threshold');
INSERT INTO LGInt VALUES(@iid,611);
SET @iid=(SELECT Iid FROM Interface WHERE
Iname='snd_pcm_sw_params_get_tstamp_mode');
INSERT INTO LGInt VALUES(@iid,611);


-- 
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the lsb-bugs mailing list