A NOTE has been added to this issue. ====================================================================== <https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2161> ====================================================================== Reported By: pvtuan Assigned To: ====================================================================== Project: ALSA - driver Issue ID: 2161 Category: CORE - pcm Reproducibility: always Severity: minor Priority: normal Status: new Distribution: Kernel Version: 2.6.11-1.1369_FC4 ====================================================================== Date Submitted: 05-26-2006 12:12 CEST Last Modified: 05-26-2006 13:37 CEST ====================================================================== Summary: Build ALSA to play file wave Description: I write a example to open sound card and playback a wave file. In my file I want to know sizeof type "snd_pcm_hw_params_t". So I use function "sizeof(snd_pcm_hw_params_t)" for my purpose. When I build my example, there is an error:invalid application of `sizeof' to incomplete type. I try to find definition of this type but only se "typedef _snd_pcm_hw_params snd_pcm_hw_params_t" and no more. Can you help me with this problem? Thank you for your help. Thanks in advance PVTuan ====================================================================== ---------------------------------------------------------------------- jcdutton - 05-26-06 13:37 ---------------------------------------------------------------------- You can't do that. snd_pcm_hw_params_t details are private to alsa-lib. alsa-lib has api calls to alloc/free this structure. alsa-lib also has api calls to retrieve particular settings inside the structure. Issue History Date Modified Username Field Change ====================================================================== 05-26-06 12:12 pvtuan New Issue 05-26-06 12:12 pvtuan Kernel Version => 2.6.11-1.1369_FC4 05-26-06 13:37 jcdutton Note Added: 0009975 ====================================================================== _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel