All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: Brad Midgley <bmidgley@xmission.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: alsa-lib plugin for bluetooth
Date: Mon, 29 Nov 2004 22:49:11 +0100	[thread overview]
Message-ID: <1101764951.7562.47.camel@pegasus> (raw)
In-Reply-To: <41AB969E.3020709@xmission.com>

Hi Brad,

> Does the card,dev,subdev device description map well to bluetooth? Would 
> it be bluetooth-adapter,headset,service or something like that?

you can define a PCM in your local .asoundrc and then let it be handled
by an externel library extension like this:

	pcm.headphone {
	        type a2dp
	        bdaddr "00:0B:0D:50:12:10"
	}

This requires a dynamic library called libasound_module_pcm_a2dp.so
under /usr/lib/alsa-lib/.

The problem is that it is impossible to create a library extension
outside the ALSA source tree. The reason is mostly a missing include or
the dependencies on pcm_local.h.

Regards

Marcel




-------------------------------------------------------
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/

      reply	other threads:[~2004-11-29 21:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-29 21:37 alsa-lib plugin for bluetooth Brad Midgley
2004-11-29 21:49 ` Marcel Holtmann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1101764951.7562.47.camel@pegasus \
    --to=marcel@holtmann.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=bmidgley@xmission.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.