All of lore.kernel.org
 help / color / mirror / Atom feed
* How to support multiple open in low-level driver
@ 2003-01-03 22:37 Anders Torger
  2003-01-05 14:34 ` Jaroslav Kysela
  0 siblings, 1 reply; 10+ messages in thread
From: Anders Torger @ 2003-01-03 22:37 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: alsa-devel@alsa-project.org


I have noticed that some (most) low level drivers support multiple open, 
that is a sound card which is already opened, can be opened again.

I noticed that also my rme96 driver supported this sort of, although it 
probably does not feel very good about it. If the sound card is in ADAT 
mode, it is not so good if it is reopened in SPDIF mode from another 
application for example.

I'd like to just return -EBUSY if it is already open, is that ok?

/Anders Torger


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2003-01-06 17:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-03 22:37 How to support multiple open in low-level driver Anders Torger
2003-01-05 14:34 ` Jaroslav Kysela
2003-01-05 14:48   ` Anders Torger
2003-01-05 15:05     ` Jaroslav Kysela
2003-01-06 14:09       ` Fred Gleason
2003-01-06 14:26         ` Jaroslav Kysela
2003-01-06 15:52           ` Patrick Shirkey
2003-01-06 16:25             ` Paul Davis
2003-01-06 17:30             ` Jaroslav Kysela
2003-01-06 13:57     ` Justin Cormack

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.