* [ALSA - lib 0000753]: Setting of hw params rate and channels in c++ interface on development seems to use old parameter setting functions.
@ 2004-12-28 22:28 bugtrack
0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2004-12-28 22:28 UTC (permalink / raw)
To: alsa-devel
The following issue has been SUBMITTED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=753>
======================================================================
Reported By: fredy
Assigned To:
======================================================================
Project: ALSA - lib
Issue ID: 753
Category: ordinary pcm
Reproducibility: always
Severity: crash
Priority: normal
Status: new
======================================================================
Date Submitted: 12-28-2004 23:28 CET
Last Modified: 12-28-2004 23:28 CET
======================================================================
Summary: Setting of hw params rate and channels in c++
interface on development seems to use old parameter setting functions.
Description:
In developing a c++ class for pcm_interface I can't set the rate an
channels. For example setting a rate of 48000 samples/sec leaves the
parameters with odd values.
By debugging I see that while setting access and format uses the regular
pcm_hw_params_... functions, setting rate uses _old_pcm_hw_params and
probably uses different parameters structures. I've searched #defines in
headers that force the use of old functions without finding anthing
related.
The test program pcm works correctly.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
12-28-04 23:28 fredy New Issue
======================================================================
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ALSA - lib 0000753]: Setting of hw params rate and channels in c++ interface on development seems to use old parameter setting functions.
@ 2005-03-16 21:27 bugtrack
0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-03-16 21:27 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=753>
======================================================================
Reported By: fredy
Assigned To:
======================================================================
Project: ALSA - lib
Issue ID: 753
Category: ordinary pcm
Reproducibility: always
Severity: crash
Priority: normal
Status: new
======================================================================
Date Submitted: 12-28-2004 23:28 CET
Last Modified: 03-16-2005 22:27 CET
======================================================================
Summary: Setting of hw params rate and channels in c++
interface on development seems to use old parameter setting functions.
Description:
In developing a c++ class for pcm_interface I can't set the rate an
channels. For example setting a rate of 48000 samples/sec leaves the
parameters with odd values.
By debugging I see that while setting access and format uses the regular
pcm_hw_params_... functions, setting rate uses _old_pcm_hw_params and
probably uses different parameters structures. I've searched #defines in
headers that force the use of old functions without finding anthing
related.
The test program pcm works correctly.
======================================================================
----------------------------------------------------------------------
jdthood - 03-16-05 22:27
----------------------------------------------------------------------
Could this possibly be related to http://bugs.debian.org/288652 ?
Issue History
Date Modified Username Field Change
======================================================================
12-28-04 23:28 fredy New Issue
03-16-05 22:27 jdthood Note Added: 0003968
======================================================================
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ALSA - lib 0000753]: Setting of hw params rate and channels in c++ interface on development seems to use old parameter setting functions.
@ 2005-05-30 11:07 bugtrack
0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-05-30 11:07 UTC (permalink / raw)
To: alsa-devel
The following issue has been UPDATED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=753>
======================================================================
Reported By: fredy
Assigned To:
======================================================================
Project: ALSA - lib
Issue ID: 753
Category: pcm - digital audio
Reproducibility: always
Severity: crash
Priority: normal
Status: new
======================================================================
Date Submitted: 12-28-2004 23:28 CET
Last Modified: 05-30-2005 13:07 CEST
======================================================================
Summary: Setting of hw params rate and channels in c++
interface on development seems to use old parameter setting functions.
Description:
In developing a c++ class for pcm_interface I can't set the rate an
channels. For example setting a rate of 48000 samples/sec leaves the
parameters with odd values.
By debugging I see that while setting access and format uses the regular
pcm_hw_params_... functions, setting rate uses _old_pcm_hw_params and
probably uses different parameters structures. I've searched #defines in
headers that force the use of old functions without finding anthing
related.
The test program pcm works correctly.
======================================================================
----------------------------------------------------------------------
jdthood - 03-16-05 22:27
----------------------------------------------------------------------
Could this possibly be related to http://bugs.debian.org/288652 ?
Issue History
Date Modified Username Field Change
======================================================================
12-28-04 23:28 fredy New Issue
03-16-05 22:27 jdthood Note Added: 0003968
05-30-05 13:07 perex Category ordinary pcm => pcm -
digital audio
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ALSA - lib 0000753]: Setting of hw params rate and channels in c++ interface on development seems to use old parameter setting functions.
@ 2005-05-30 11:21 bugtrack
0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-05-30 11:21 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=753>
======================================================================
Reported By: fredy
Assigned To:
======================================================================
Project: ALSA - lib
Issue ID: 753
Category: pcm - digital audio
Reproducibility: always
Severity: crash
Priority: normal
Status: new
======================================================================
Date Submitted: 12-28-2004 23:28 CET
Last Modified: 05-30-2005 13:21 CEST
======================================================================
Summary: Setting of hw params rate and channels in c++
interface on development seems to use old parameter setting functions.
Description:
In developing a c++ class for pcm_interface I can't set the rate an
channels. For example setting a rate of 48000 samples/sec leaves the
parameters with odd values.
By debugging I see that while setting access and format uses the regular
pcm_hw_params_... functions, setting rate uses _old_pcm_hw_params and
probably uses different parameters structures. I've searched #defines in
headers that force the use of old functions without finding anthing
related.
The test program pcm works correctly.
======================================================================
----------------------------------------------------------------------
jdthood - 03-16-05 22:27
----------------------------------------------------------------------
Could this possibly be related to http://bugs.debian.org/288652 ?
----------------------------------------------------------------------
perex - 05-30-05 13:21
----------------------------------------------------------------------
It appears like a linking problem. What does this command says?
nm <your_c++_apps> | grep set_rate
It should be something like:
U snd_pcm_hw_params_set_rate_near@@ALSA_0.9.0rc4
Issue History
Date Modified Username Field Change
======================================================================
12-28-04 23:28 fredy New Issue
03-16-05 22:27 jdthood Note Added: 0003968
05-30-05 13:07 perex Category ordinary pcm => pcm -
digital audio
05-30-05 13:21 perex Note Added: 0004808
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ALSA - lib 0000753]: Setting of hw params rate and channels in c++ interface on development seems to use old parameter setting functions.
@ 2006-03-22 5:22 bugtrack
0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2006-03-22 5:22 UTC (permalink / raw)
To: alsa-devel
The following issue has been CLOSED
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=753>
======================================================================
Reported By: fredy
Assigned To:
======================================================================
Project: ALSA - lib
Issue ID: 753
Category: 1_pcm - digital audio
Reproducibility: always
Severity: crash
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 12-28-2004 23:28 CET
Last Modified: 03-22-2006 06:22 CET
======================================================================
Summary: Setting of hw params rate and channels in c++
interface on development seems to use old parameter setting functions.
Description:
In developing a c++ class for pcm_interface I can't set the rate an
channels. For example setting a rate of 48000 samples/sec leaves the
parameters with odd values.
By debugging I see that while setting access and format uses the regular
pcm_hw_params_... functions, setting rate uses _old_pcm_hw_params and
probably uses different parameters structures. I've searched #defines in
headers that force the use of old functions without finding anthing
related.
The test program pcm works correctly.
======================================================================
----------------------------------------------------------------------
perex - 05-30-05 13:21
----------------------------------------------------------------------
It appears like a linking problem. What does this command says?
nm <your_c++_apps> | grep set_rate
It should be something like:
U snd_pcm_hw_params_set_rate_near@@ALSA_0.9.0rc4
----------------------------------------------------------------------
rlrevell - 03-22-06 06:22
----------------------------------------------------------------------
No response
Issue History
Date Modified Username Field Change
======================================================================
12-28-04 23:28 fredy New Issue
03-16-05 22:27 jdthood Note Added: 0003968
05-30-05 13:07 perex Category ordinary pcm => pcm -
digital audio
05-30-05 13:21 perex Note Added: 0004808
03-22-06 06:22 rlrevell Status new => closed
03-22-06 06:22 rlrevell Note Added: 0008845
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-03-22 5:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-30 11:07 [ALSA - lib 0000753]: Setting of hw params rate and channels in c++ interface on development seems to use old parameter setting functions bugtrack
-- strict thread matches above, loose matches on Subject: below --
2006-03-22 5:22 bugtrack
2005-05-30 11:21 bugtrack
2005-03-16 21:27 bugtrack
2004-12-28 22:28 bugtrack
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox