* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2004-12-29 9:15 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2004-12-29 9:15 UTC (permalink / raw)
To: alsa-devel
The following issue has been SUBMITTED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 12-29-2004 10:15 CET
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
======================================================================
-------------------------------------------------------
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] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2004-12-29 13:17 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2004-12-29 13:17 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 12-29-2004 14:17 CET
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
----------------------------------------------------------------------
tiwai - 12-29-04 14:17
----------------------------------------------------------------------
I guess the first OSS app opens the file with O_RW?
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
======================================================================
-------------------------------------------------------
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] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2004-12-29 13:54 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2004-12-29 13:54 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 12-29-2004 14:54 CET
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
----------------------------------------------------------------------
tiwai - 12-29-04 14:17
----------------------------------------------------------------------
I guess the first OSS app opens the file with O_RW?
----------------------------------------------------------------------
croiset - 12-29-04 14:54
----------------------------------------------------------------------
I use nas for playing. This application open the device in write mode
only.
cf nas.conf option : readwrite "no" # for open(device, O_WRONLY|O_SYNC,
0666);
This exact configuration is working with all cards I have except the RME
96/8.
The recorder open the device like that : open(_opt->device,
O_RDONLY|O_NONBLOCK )
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
======================================================================
-------------------------------------------------------
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] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2004-12-29 16:39 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2004-12-29 16:39 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 12-29-2004 17:39 CET
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
----------------------------------------------------------------------
croiset - 12-29-04 14:54
----------------------------------------------------------------------
I use nas for playing. This application open the device in write mode
only.
cf nas.conf option : readwrite "no" # for open(device, O_WRONLY|O_SYNC,
0666);
This exact configuration is working with all cards I have except the RME
96/8.
The recorder open the device like that : open(_opt->device,
O_RDONLY|O_NONBLOCK )
----------------------------------------------------------------------
tiwai - 12-29-04 17:39
----------------------------------------------------------------------
Hmm, I don't see problems in rme96.c.
Could you check whether the devices are really opened in O_WRONLY and
O_RDONLY? Maybe strace can show better.
Also, you can check /proc/asound/card0/pcm*/sub0/* files as the current
state, too.
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
======================================================================
-------------------------------------------------------
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] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2004-12-29 16:56 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2004-12-29 16:56 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 12-29-2004 17:56 CET
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
----------------------------------------------------------------------
tiwai - 12-29-04 17:39
----------------------------------------------------------------------
Hmm, I don't see problems in rme96.c.
Could you check whether the devices are really opened in O_WRONLY and
O_RDONLY? Maybe strace can show better.
Also, you can check /proc/asound/card0/pcm*/sub0/* files as the current
state, too.
----------------------------------------------------------------------
croiset - 12-29-04 17:56
----------------------------------------------------------------------
For the RO and WO only I am sure because I play and record via a symlink,
so I change the symlink to a new card and restart the two processes and it
works ! For the recorder and nas I am sure, I verify in my logs in the
debug mode.
I have this kind of information (if you need some more information do not
hesitate :
# cat /proc/asound/card0/pcm0p/sub0/hw_params
access: RW_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 512
buffer_size: 16384
tick_time: 10000
OSS format: S16_LE
OSS channels: 2
OSS rate: 44100
OSS period bytes: 2048
OSS periods: 32
OSS period frames: 512
------------
# cat /proc/asound/card0/pcm0p/sub0/sw_params
tstamp_mode: NONE
period_step: 1
sleep_min: 0
avail_min: 1
xfer_align: 1
start_threshold: 1
stop_threshold: 16384
silence_threshold: 528
silence_size: 528
boundary: 1073741824
--------------
# cat /proc/asound/card0/pcm0c/sub0/hw_params
closed
--------------
# cat /proc/asound/card0/pcm0c/sub0/info
card: 0
device: 0
subdevice: 0
stream: CAPTURE
id: Digi96 IEC958
name: Digi96 IEC958
subname: subdevice https://bugtrack.alsa-project.org/alsa-bug/view.php?id=0
class: 0
subclass: 0
subdevices_count: 1
subdevices_avail: 1
------------------------
# cat /proc/asound/card0/pcm0c/sub0/sw_params
closed
------------------------
# cat /proc/asound/card0/pcm0c/sub0/status
closed
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
12-29-04 17:56 croiset Note Added: 0003005
======================================================================
-------------------------------------------------------
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] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2004-12-29 16:59 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2004-12-29 16:59 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 12-29-2004 17:59 CET
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
----------------------------------------------------------------------
croiset - 12-29-04 17:56
----------------------------------------------------------------------
For the RO and WO only I am sure because I play and record via a symlink,
so I change the symlink to a new card and restart the two processes and it
works ! For the recorder and nas I am sure, I verify in my logs in the
debug mode.
I have this kind of information (if you need some more information do not
hesitate :
# cat /proc/asound/card0/pcm0p/sub0/hw_params
access: RW_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 512
buffer_size: 16384
tick_time: 10000
OSS format: S16_LE
OSS channels: 2
OSS rate: 44100
OSS period bytes: 2048
OSS periods: 32
OSS period frames: 512
------------
# cat /proc/asound/card0/pcm0p/sub0/sw_params
tstamp_mode: NONE
period_step: 1
sleep_min: 0
avail_min: 1
xfer_align: 1
start_threshold: 1
stop_threshold: 16384
silence_threshold: 528
silence_size: 528
boundary: 1073741824
--------------
# cat /proc/asound/card0/pcm0c/sub0/hw_params
closed
--------------
# cat /proc/asound/card0/pcm0c/sub0/info
card: 0
device: 0
subdevice: 0
stream: CAPTURE
id: Digi96 IEC958
name: Digi96 IEC958
subname: subdevice https://bugtrack.alsa-project.org/alsa-bug/view.php?id=0
class: 0
subclass: 0
subdevices_count: 1
subdevices_avail: 1
------------------------
# cat /proc/asound/card0/pcm0c/sub0/sw_params
closed
------------------------
# cat /proc/asound/card0/pcm0c/sub0/status
closed
----------------------------------------------------------------------
croiset - 12-29-04 17:59
----------------------------------------------------------------------
I forget one important i think.
# cat /proc/asound/card0/pcm0p/sub0/info
card: 0
device: 0
subdevice: 0
stream: PLAYBACK
id: Digi96 IEC958
name: Digi96 IEC958
subname: subdevice https://bugtrack.alsa-project.org/alsa-bug/view.php?id=0
class: 0
subclass: 0
subdevices_count: 1
subdevices_avail: 0
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
12-29-04 17:56 croiset Note Added: 0003005
12-29-04 17:59 croiset Note Added: 0003006
======================================================================
-------------------------------------------------------
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] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2005-01-03 15:30 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2005-01-03 15:30 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 01-03-2005 16:30 CET
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
----------------------------------------------------------------------
croiset - 12-29-04 18:18
----------------------------------------------------------------------
I forget one important i think. NAS use the dsp in playback mode I don't
record anything (PS : I want to record in analog mode).
# cat /proc/asound/card0/pcm0p/sub0/info
card: 0
device: 0
subdevice: 0
stream: PLAYBACK
id: Digi96 IEC958
name: Digi96 IEC958
subname: subdevice https://bugtrack.alsa-project.org/alsa-bug/view.php?id=0
class: 0
subclass: 0
subdevices_count: 1
subdevices_avail: 0
----------------------------------------------------------------------
croiset - 01-03-05 16:30
----------------------------------------------------------------------
I made some more tests and the error after an ioctl.
line_fd = open(_opt->device, O_RDONLY|O_NONBLOCK )
-> ok
fcntl(line_fd,F_SETFD,FD_CLOEXEC)
-> ok
ioctl(line_fd, SNDCTL_DSP_SETFRAGMENT, &frag)
-> ok
ioctl(line_fd, SNDCTL_DSP_SETFMT, &afmt)
-> return -1 errno = 16 (Device or resource busy)
ioctl(line_fd, SNDCTL_DSP_CHANNELS, &channels)
-> return -1 errno = 16 (Device or resource busy)
ioctl(line_fd, SNDCTL_DSP_SPEED, &rate)
-> return -1 errno = 16 (Device or resource busy)
read(line_fd, audio_data, size)
-> return -1 errno = 16 (Device or resource busy)
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
12-29-04 17:56 croiset Note Added: 0003005
12-29-04 17:59 croiset Note Added: 0003006
12-29-04 18:05 croiset Note Edited: 0003006
12-29-04 18:18 croiset Note Edited: 0003006
01-03-05 16:30 croiset Note Added: 0003067
======================================================================
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
^ permalink raw reply [flat|nested] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2005-09-14 14:16 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2005-09-14 14:16 UTC (permalink / raw)
To: alsa-devel
The following issue has been set as RELATED TO issue 0000521.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 09-14-2005 16:16 CEST
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000521 Jack + Alsa not working in full duplex,...
======================================================================
----------------------------------------------------------------------
tiwai - 12-29-04 14:17
----------------------------------------------------------------------
I guess the first OSS app opens the file with O_RW?
----------------------------------------------------------------------
croiset - 12-29-04 14:54
----------------------------------------------------------------------
I use nas for playing. This application open the device in write mode
only.
cf nas.conf option : readwrite "no" # for open(device, O_WRONLY|O_SYNC,
0666);
This exact configuration is working with all cards I have except the RME
96/8.
The recorder open the device like that : open(_opt->device,
O_RDONLY|O_NONBLOCK )
----------------------------------------------------------------------
tiwai - 12-29-04 17:39
----------------------------------------------------------------------
Hmm, I don't see problems in rme96.c.
Could you check whether the devices are really opened in O_WRONLY and
O_RDONLY? Maybe strace can show better.
Also, you can check /proc/asound/card0/pcm*/sub0/* files as the current
state, too.
----------------------------------------------------------------------
croiset - 12-29-04 17:56
----------------------------------------------------------------------
For the RO and WO only I am sure because I play and record via a symlink,
so I change the symlink to a new card and restart the two processes and it
works ! For the recorder and nas I am sure, I verify in my logs in the
debug mode.
I have this kind of information (if you need some more information do not
hesitate :
# cat /proc/asound/card0/pcm0p/sub0/hw_params
access: RW_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 512
buffer_size: 16384
tick_time: 10000
OSS format: S16_LE
OSS channels: 2
OSS rate: 44100
OSS period bytes: 2048
OSS periods: 32
OSS period frames: 512
------------
# cat /proc/asound/card0/pcm0p/sub0/sw_params
tstamp_mode: NONE
period_step: 1
sleep_min: 0
avail_min: 1
xfer_align: 1
start_threshold: 1
stop_threshold: 16384
silence_threshold: 528
silence_size: 528
boundary: 1073741824
--------------
# cat /proc/asound/card0/pcm0c/sub0/hw_params
closed
--------------
# cat /proc/asound/card0/pcm0c/sub0/info
card: 0
device: 0
subdevice: 0
stream: CAPTURE
id: Digi96 IEC958
name: Digi96 IEC958
subname: subdevice #0
class: 0
subclass: 0
subdevices_count: 1
subdevices_avail: 1
------------------------
# cat /proc/asound/card0/pcm0c/sub0/sw_params
closed
------------------------
# cat /proc/asound/card0/pcm0c/sub0/status
closed
----------------------------------------------------------------------
croiset - 12-29-04 18:18
----------------------------------------------------------------------
I forget one important i think. NAS use the dsp in playback mode I don't
record anything (PS : I want to record in analog mode).
# cat /proc/asound/card0/pcm0p/sub0/info
card: 0
device: 0
subdevice: 0
stream: PLAYBACK
id: Digi96 IEC958
name: Digi96 IEC958
subname: subdevice #0
class: 0
subclass: 0
subdevices_count: 1
subdevices_avail: 0
----------------------------------------------------------------------
croiset - 01-03-05 16:30
----------------------------------------------------------------------
I made some more tests and the error after an ioctl.
line_fd = open(_opt->device, O_RDONLY|O_NONBLOCK )
-> ok
fcntl(line_fd,F_SETFD,FD_CLOEXEC)
-> ok
ioctl(line_fd, SNDCTL_DSP_SETFRAGMENT, &frag)
-> ok
ioctl(line_fd, SNDCTL_DSP_SETFMT, &afmt)
-> return -1 errno = 16 (Device or resource busy)
ioctl(line_fd, SNDCTL_DSP_CHANNELS, &channels)
-> return -1 errno = 16 (Device or resource busy)
ioctl(line_fd, SNDCTL_DSP_SPEED, &rate)
-> return -1 errno = 16 (Device or resource busy)
read(line_fd, audio_data, size)
-> return -1 errno = 16 (Device or resource busy)
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
12-29-04 17:56 croiset Note Added: 0003005
12-29-04 17:59 croiset Note Added: 0003006
12-29-04 18:05 croiset Note Edited: 0003006
12-29-04 18:18 croiset Note Edited: 0003006
01-03-05 16:30 croiset Note Added: 0003067
09-14-05 16:16 jdthood Relationship added related to 0000521
======================================================================
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
^ permalink raw reply [flat|nested] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2005-12-30 22:08 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2005-12-30 22:08 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 12-30-2005 23:08 CET
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000521 Jack + Alsa not working in full duplex,...
======================================================================
----------------------------------------------------------------------
croiset - 01-03-05 16:30
----------------------------------------------------------------------
I made some more tests and the error after an ioctl.
line_fd = open(_opt->device, O_RDONLY|O_NONBLOCK )
-> ok
fcntl(line_fd,F_SETFD,FD_CLOEXEC)
-> ok
ioctl(line_fd, SNDCTL_DSP_SETFRAGMENT, &frag)
-> ok
ioctl(line_fd, SNDCTL_DSP_SETFMT, &afmt)
-> return -1 errno = 16 (Device or resource busy)
ioctl(line_fd, SNDCTL_DSP_CHANNELS, &channels)
-> return -1 errno = 16 (Device or resource busy)
ioctl(line_fd, SNDCTL_DSP_SPEED, &rate)
-> return -1 errno = 16 (Device or resource busy)
read(line_fd, audio_data, size)
-> return -1 errno = 16 (Device or resource busy)
----------------------------------------------------------------------
rlrevell - 12-30-05 23:08
----------------------------------------------------------------------
This really seems like an application bug.
Any improvement in later ALSA release or with newer apps?
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
12-29-04 17:56 croiset Note Added: 0003005
12-29-04 17:59 croiset Note Added: 0003006
12-29-04 18:05 croiset Note Edited: 0003006
12-29-04 18:18 croiset Note Edited: 0003006
01-03-05 16:30 croiset Note Added: 0003067
09-14-05 16:16 jdthood Relationship added related to 0000521
12-30-05 23:08 rlrevell Note Added: 0007278
======================================================================
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2006-01-02 8:12 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2006-01-02 8:12 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 01-02-2006 09:12 CET
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000521 Jack + Alsa not working in full duplex,...
======================================================================
----------------------------------------------------------------------
rlrevell - 12-30-05 23:08
----------------------------------------------------------------------
This really seems like an application bug.
Any improvement in later ALSA release or with newer apps?
----------------------------------------------------------------------
croiset - 01-02-06 09:12
----------------------------------------------------------------------
My last test was made with alsa 1.0.10rc1 and it was not working also. I
didn't try yet with a newer release.
The same application is working well with all other sound cards I tested.
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
12-29-04 17:56 croiset Note Added: 0003005
12-29-04 17:59 croiset Note Added: 0003006
12-29-04 18:05 croiset Note Edited: 0003006
12-29-04 18:18 croiset Note Edited: 0003006
01-03-05 16:30 croiset Note Added: 0003067
09-14-05 16:16 jdthood Relationship added related to 0000521
12-30-05 23:08 rlrevell Note Added: 0007278
01-02-06 09:12 croiset Note Added: 0007368
======================================================================
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2006-05-09 12:09 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2006-05-09 12:09 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 05-09-2006 14:09 CEST
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000521 Jack + Alsa not working in full duplex,...
======================================================================
----------------------------------------------------------------------
croiset - 01-02-06 09:12
----------------------------------------------------------------------
My last test was made with alsa 1.0.10rc1 and it was not working also. I
didn't try yet with a newer release.
The same application is working well with all other sound cards I tested.
----------------------------------------------------------------------
croiset - 05-09-06 14:09
----------------------------------------------------------------------
I do the same test with alsa driver 1.0.11.
I am able to record if I am not playing at the same time. If I am playing
I obtain the open error at the same place as before.
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
12-29-04 17:56 croiset Note Added: 0003005
12-29-04 17:59 croiset Note Added: 0003006
12-29-04 18:05 croiset Note Edited: 0003006
12-29-04 18:18 croiset Note Edited: 0003006
01-03-05 16:30 croiset Note Added: 0003067
09-14-05 16:16 jdthood Relationship added related to 0000521
12-30-05 23:08 rlrevell Note Added: 0007278
01-02-06 09:12 croiset Note Added: 0007368
05-09-06 14:09 croiset Note Added: 0009657
======================================================================
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2006-05-09 13:49 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2006-05-09 13:49 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 05-09-2006 15:49 CEST
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000521 Jack + Alsa not working in full duplex,...
======================================================================
----------------------------------------------------------------------
croiset - 05-09-06 14:09
----------------------------------------------------------------------
I do the same test with alsa driver 1.0.11.
I am able to record if I am not playing at the same time. If I am playing
I obtain the open error at the same place as before.
----------------------------------------------------------------------
croiset - 05-09-06 15:49
----------------------------------------------------------------------
We put some logs in rme96.c for debugging the problem.
We obtain this :
The function snd_rme96_capture_hw_params returns -EBUSY when we open the
analog capture device when the analog output device is already opened in
play mode because :
rme96->playback_periodsize = 2048
rme96->capture_frlog = 2
params_period_size(params)=2048
then the tsst in line 1052 (alsa 1.0.11) is valid and then returns -EBUSY
If the analog output device is not opened, when we capture, the values are
:
rme96->playback_periodsize = 0
rme96->capture_frlog = 2
params_period_size(params)=2048
then the test is not valid and the device is working.
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
12-29-04 17:56 croiset Note Added: 0003005
12-29-04 17:59 croiset Note Added: 0003006
12-29-04 18:05 croiset Note Edited: 0003006
12-29-04 18:18 croiset Note Edited: 0003006
01-03-05 16:30 croiset Note Added: 0003067
09-14-05 16:16 jdthood Relationship added related to 0000521
12-30-05 23:08 rlrevell Note Added: 0007278
01-02-06 09:12 croiset Note Added: 0007368
05-09-06 14:09 croiset Note Added: 0009657
05-09-06 15:49 croiset Note Added: 0009659
======================================================================
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2006-05-10 12:56 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2006-05-10 12:56 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 05-10-2006 14:56 CEST
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000521 Jack + Alsa not working in full duplex,...
======================================================================
----------------------------------------------------------------------
croiset - 05-09-06 15:49
----------------------------------------------------------------------
We put some logs in rme96.c for debugging the problem.
We obtain this :
The function snd_rme96_capture_hw_params returns -EBUSY when we open the
analog capture device when the analog output device is already opened in
play mode because :
rme96->playback_periodsize = 2048
rme96->capture_frlog = 2
params_period_size(params)=2048
then the tsst in line 1052 (alsa 1.0.11) is valid and then returns -EBUSY
If the analog output device is not opened, when we capture, the values are
:
rme96->playback_periodsize = 0
rme96->capture_frlog = 2
params_period_size(params)=2048
then the test is not valid and the device is working.
----------------------------------------------------------------------
tiwai - 05-10-06 14:56
----------------------------------------------------------------------
That makes sense. RME96 requests exactly the same condition for playback
and capture sides.
When you use OSS, each ioctl tries to change one parameter, and at some
stage, it results in an incompatible state. Usually this should be
restricted via hw_constraint settings, but rme96.c has no proper code for
that.
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
12-29-04 17:56 croiset Note Added: 0003005
12-29-04 17:59 croiset Note Added: 0003006
12-29-04 18:05 croiset Note Edited: 0003006
12-29-04 18:18 croiset Note Edited: 0003006
01-03-05 16:30 croiset Note Added: 0003067
09-14-05 16:16 jdthood Relationship added related to 0000521
12-30-05 23:08 rlrevell Note Added: 0007278
01-02-06 09:12 croiset Note Added: 0007368
05-09-06 14:09 croiset Note Added: 0009657
05-09-06 15:49 croiset Note Added: 0009659
05-10-06 14:56 tiwai Note Added: 0009717
======================================================================
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2006-05-10 13:48 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2006-05-10 13:48 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 05-10-2006 15:48 CEST
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000521 Jack + Alsa not working in full duplex,...
======================================================================
----------------------------------------------------------------------
tiwai - 05-10-06 14:56
----------------------------------------------------------------------
That makes sense. RME96 requests exactly the same condition for playback
and capture sides.
When you use OSS, each ioctl tries to change one parameter, and at some
stage, it results in an incompatible state. Usually this should be
restricted via hw_constraint settings, but rme96.c has no proper code for
that.
----------------------------------------------------------------------
croiset - 05-10-06 15:48
----------------------------------------------------------------------
How can we do this ?
There is already some code in lines 1146 for that limitation. If you use
playback mode the first time, you have RME96_SMALL_BLOCK_SIZE used, if you
use record the first time you use the value RME96_LARGE_BLOCK_SIZE. when
you want full duplex, the driver wants to use RME96_SMALL_BLOCK_SIZE and
RME96_LARGE_BLOCK_SIZE so you have the -EBUSY return.
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
12-29-04 17:56 croiset Note Added: 0003005
12-29-04 17:59 croiset Note Added: 0003006
12-29-04 18:05 croiset Note Edited: 0003006
12-29-04 18:18 croiset Note Edited: 0003006
01-03-05 16:30 croiset Note Added: 0003067
09-14-05 16:16 jdthood Relationship added related to 0000521
12-30-05 23:08 rlrevell Note Added: 0007278
01-02-06 09:12 croiset Note Added: 0007368
05-09-06 14:09 croiset Note Added: 0009657
05-09-06 15:49 croiset Note Added: 0009659
05-10-06 14:56 tiwai Note Added: 0009717
05-10-06 15:48 croiset Note Added: 0009718
======================================================================
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2006-05-10 14:00 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2006-05-10 14:00 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 05-10-2006 16:00 CEST
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000521 Jack + Alsa not working in full duplex,...
======================================================================
----------------------------------------------------------------------
croiset - 05-10-06 15:48
----------------------------------------------------------------------
How can we do this ?
There is already some code in lines 1146 for that limitation. If you use
playback mode the first time, you have RME96_SMALL_BLOCK_SIZE used, if you
use record the first time you use the value RME96_LARGE_BLOCK_SIZE. when
you want full duplex, the driver wants to use RME96_SMALL_BLOCK_SIZE and
RME96_LARGE_BLOCK_SIZE so you have the -EBUSY return.
----------------------------------------------------------------------
tiwai - 05-10-06 16:00
----------------------------------------------------------------------
How about the uploaded patch?
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
12-29-04 17:56 croiset Note Added: 0003005
12-29-04 17:59 croiset Note Added: 0003006
12-29-04 18:05 croiset Note Edited: 0003006
12-29-04 18:18 croiset Note Edited: 0003006
01-03-05 16:30 croiset Note Added: 0003067
09-14-05 16:16 jdthood Relationship added related to 0000521
12-30-05 23:08 rlrevell Note Added: 0007278
01-02-06 09:12 croiset Note Added: 0007368
05-09-06 14:09 croiset Note Added: 0009657
05-09-06 15:49 croiset Note Added: 0009659
05-10-06 14:56 tiwai Note Added: 0009717
05-10-06 15:48 croiset Note Added: 0009718
05-10-06 15:59 tiwai File Added: rme96-oss-fullduplex-fix.diff
05-10-06 16:00 tiwai Note Added: 0009720
======================================================================
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2006-05-10 14:22 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2006-05-10 14:22 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Redhat 7.2
Kernel Version: 2.4.7
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 05-10-2006 16:22 CEST
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000521 Jack + Alsa not working in full duplex,...
======================================================================
----------------------------------------------------------------------
tiwai - 05-10-06 16:00
----------------------------------------------------------------------
How about the uploaded patch?
----------------------------------------------------------------------
croiset - 05-10-06 16:22
----------------------------------------------------------------------
It Works !!!
Thanks a lot !
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
12-29-04 17:56 croiset Note Added: 0003005
12-29-04 17:59 croiset Note Added: 0003006
12-29-04 18:05 croiset Note Edited: 0003006
12-29-04 18:18 croiset Note Edited: 0003006
01-03-05 16:30 croiset Note Added: 0003067
09-14-05 16:16 jdthood Relationship added related to 0000521
12-30-05 23:08 rlrevell Note Added: 0007278
01-02-06 09:12 croiset Note Added: 0007368
05-09-06 14:09 croiset Note Added: 0009657
05-09-06 15:49 croiset Note Added: 0009659
05-10-06 14:56 tiwai Note Added: 0009717
05-10-06 15:48 croiset Note Added: 0009718
05-10-06 15:59 tiwai File Added: rme96-oss-fullduplex-fix.diff
05-10-06 16:00 tiwai Note Added: 0009720
05-10-06 16:22 croiset Note Added: 0009723
======================================================================
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 17+ messages in thread
* [ALSA - driver 0000758]: Full duplex is not working in OSS emulation.
@ 2006-05-10 14:25 bugtrack
0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2006-05-10 14:25 UTC (permalink / raw)
To: alsa-devel
The following issue has been RESOLVED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=758>
======================================================================
Reported By: croiset
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 758
Category: PCI - RME 96
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
Distribution: Redhat 7.2
Kernel Version: 2.4.7
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 12-29-2004 10:15 CET
Last Modified: 05-10-2006 16:25 CEST
======================================================================
Summary: Full duplex is not working in OSS emulation.
Description:
If I play something with one player, I am unable to record something on the
same device.
The same thing ispossible with the other cards I have.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000521 Jack + Alsa not working in full duplex,...
======================================================================
----------------------------------------------------------------------
croiset - 05-10-06 16:22
----------------------------------------------------------------------
It Works !!!
Thanks a lot !
----------------------------------------------------------------------
tiwai - 05-10-06 16:25
----------------------------------------------------------------------
The patch is committed to Hg repo now. Thanks for confirmation.
Issue History
Date Modified Username Field Change
======================================================================
12-29-04 10:15 croiset New Issue
12-29-04 10:15 croiset Distribution => Redhat 7.2
12-29-04 10:15 croiset Kernel Version => 2.4.7
12-29-04 14:17 tiwai Note Added: 0002998
12-29-04 14:54 croiset Note Added: 0003000
12-29-04 17:39 tiwai Note Added: 0003004
12-29-04 17:56 croiset Note Added: 0003005
12-29-04 17:59 croiset Note Added: 0003006
12-29-04 18:05 croiset Note Edited: 0003006
12-29-04 18:18 croiset Note Edited: 0003006
01-03-05 16:30 croiset Note Added: 0003067
09-14-05 16:16 jdthood Relationship added related to 0000521
12-30-05 23:08 rlrevell Note Added: 0007278
01-02-06 09:12 croiset Note Added: 0007368
05-09-06 14:09 croiset Note Added: 0009657
05-09-06 15:49 croiset Note Added: 0009659
05-10-06 14:56 tiwai Note Added: 0009717
05-10-06 15:48 croiset Note Added: 0009718
05-10-06 15:59 tiwai File Added: rme96-oss-fullduplex-fix.diff
05-10-06 16:00 tiwai Note Added: 0009720
05-10-06 16:22 croiset Note Added: 0009723
05-10-06 16:25 tiwai Status new => resolved
05-10-06 16:25 tiwai Resolution open => fixed
05-10-06 16:25 tiwai Assigned To => tiwai
05-10-06 16:25 tiwai Note Added: 0009724
======================================================================
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2006-05-10 14:25 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-09 12:09 [ALSA - driver 0000758]: Full duplex is not working in OSS emulation bugtrack
-- strict thread matches above, loose matches on Subject: below --
2006-05-10 14:25 bugtrack
2006-05-10 14:22 bugtrack
2006-05-10 14:00 bugtrack
2006-05-10 13:48 bugtrack
2006-05-10 12:56 bugtrack
2006-05-09 13:49 bugtrack
2006-01-02 8:12 bugtrack
2005-12-30 22:08 bugtrack
2005-09-14 14:16 bugtrack
2005-01-03 15:30 bugtrack
2004-12-29 16:59 bugtrack
2004-12-29 16:56 bugtrack
2004-12-29 16:39 bugtrack
2004-12-29 13:54 bugtrack
2004-12-29 13:17 bugtrack
2004-12-29 9:15 bugtrack
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox