All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: alsa-devel@lists.sourceforge.net
Subject: Hardware interface constant for Bluetooth
Date: Mon, 08 Nov 2004 02:24:10 +0100	[thread overview]
Message-ID: <1099877050.6896.70.camel@pegasus> (raw)

Hi guys,

I like to drive the Bluetooth audio support a little bit and it would be
great if you can add a hardware interface constant for us. I don't know
what is the correct procedure to do it, but from my first analysis it
seems that it is enough to add a patch like the one below to the kernel
code and the library code. Everything else can be developed outside the
ALSA core.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

===== include/sound/asound.h 1.30 vs edited =====
--- 1.30/include/sound/asound.h 2004-09-03 11:08:15 +02:00
+++ edited/include/sound/asound.h       2004-11-08 02:12:44 +01:00
@@ -110,9 +110,10 @@
        SNDRV_HWDEP_IFACE_MIXART,       /* Digigram miXart cards */
        SNDRV_HWDEP_IFACE_USX2Y,        /* Tascam US122, US224 & US428 usb */
        SNDRV_HWDEP_IFACE_EMUX_WAVETABLE, /* EmuX wavetable */
+       SNDRV_HWDEP_IFACE_BLUETOOTH,    /* Bluetooth audio */
 
        /* Don't forget to change the following: */
-       SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_EMUX_WAVETABLE,
+       SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_BLUETOOTH,
 };
 
 struct sndrv_hwdep_info {

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

             reply	other threads:[~2004-11-08  1:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-08  1:24 Marcel Holtmann [this message]
2004-11-08 10:54 ` Hardware interface constant for Bluetooth Jaroslav Kysela
2004-11-08 12:03   ` Marcel Holtmann
2004-11-08 12:18     ` Jaroslav Kysela
2004-11-08 12:28       ` Marcel Holtmann
2004-11-09 12:16       ` Marcel Holtmann
2004-11-09 13:10         ` Jaroslav Kysela

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=1099877050.6896.70.camel@pegasus \
    --to=marcel@holtmann.org \
    --cc=alsa-devel@lists.sourceforge.net \
    /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.