From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Holtmann Subject: Re: IO plugin and multiple poll descriptors Date: Tue, 17 May 2005 15:03:35 +0200 Message-ID: <1116335015.10063.91.camel@pegasus> References: <1116173811.8886.55.camel@pegasus> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: alsa-devel-admin@lists.sourceforge.net Errors-To: alsa-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: Takashi Iwai Cc: ALSA Mailing List List-Id: alsa-devel@alsa-project.org Hi Takashi, > > for the IO plugin we can specify one descriptor for poll(). > > > > io.poll_fd = fd; > > io.poll_events = POLLIN; > > > > I like to use more than one, because in the Bluetooth cases I always > > have to deal with a signal and a separate media channel. Is it possible > > to add support for that or do I must work around it. > > Currently, the alsa-lib handles only one poll_fd internally although > API allows the multiple poll_fds. So, it's not quite easy to add the > multiple fds... are there any plans to change this in the future? Maybe it is a good idea to retrieve the poll_fd through a callback. I think of something like you already do in the library: poll_descriptors(snd_pcm_ioplug_t *io, struct pollfd *pfds) poll_descriptors_count(snd_pcm_ioplug_t *io) Or do you have a good idea on how to workaround it? Regards Marcel ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click