All of lore.kernel.org
 help / color / mirror / Atom feed
* alsa-lib plugin devel
@ 2005-01-24  8:17 Brad Midgley
  2005-01-24  8:36 ` Clemens Ladisch
  2005-01-24  9:24 ` Jaroslav Kysela
  0 siblings, 2 replies; 16+ messages in thread
From: Brad Midgley @ 2005-01-24  8:17 UTC (permalink / raw)
  To: alsa-devel

Hi

I've started working on an alsa-lib plugin to send audio to a bluetooth 
device (see http://bluetooth-alsa.sf.net)

I stubbed it out so I can see that it gets invoked when I address it 
directly with

	aplay -B 1000000 -D pcm.a2dp sound.wav

And I can see it is invoking the plugin code (just filled in with a 
bunch of printf's). What I'm struggling with is how to make this driver 
appear to clients that use alsa-lib. In the simplest case,

	aplay --list-devices

Does not show my device in its list! So clients that look up alsa 
devices will never see it.

my .asoundrc looks like:

	pcm.a2dpplug {
         	type plug
	        slave { pcm "a2dp" }
	}

	pcm.a2dp {
         	type a2dp
	        bdaddr "00:08:F4:30:05:BB"
	}

and I tried it with and without the first section. How do I get my 
bluetooth device to show up in a device scan?

Brad


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

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

end of thread, other threads:[~2005-01-25 13:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-24  8:17 alsa-lib plugin devel Brad Midgley
2005-01-24  8:36 ` Clemens Ladisch
2005-01-24 16:31   ` Brad Midgley
2005-01-24 16:46     ` Takashi Iwai
2005-01-24 16:49       ` Brad Midgley
2005-01-24 17:12         ` Takashi Iwai
2005-01-24 17:25           ` Marcel Holtmann
2005-01-24 16:53       ` Marcel Holtmann
2005-01-24 17:09         ` Takashi Iwai
2005-01-24 17:23           ` Marcel Holtmann
2005-01-24 17:41             ` Takashi Iwai
2005-01-24 17:56               ` Marcel Holtmann
2005-01-24 20:08               ` Brad Midgley
2005-01-25 10:19                 ` Takashi Iwai
2005-01-25 13:12           ` Florian Schmidt
2005-01-24  9:24 ` Jaroslav Kysela

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.