All of lore.kernel.org
 help / color / mirror / Atom feed
* Hardware interface constant for Bluetooth
@ 2004-11-08  1:24 Marcel Holtmann
  2004-11-08 10:54 ` Jaroslav Kysela
  0 siblings, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2004-11-08  1:24 UTC (permalink / raw)
  To: alsa-devel

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

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

end of thread, other threads:[~2004-11-09 13:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-08  1:24 Hardware interface constant for Bluetooth Marcel Holtmann
2004-11-08 10:54 ` 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

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.