public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* Recommended asoundrc for bluetooth headset
@ 2009-06-18  6:41 John Frankish
  2009-06-18  7:17 ` balaji palaniswami
  0 siblings, 1 reply; 5+ messages in thread
From: John Frankish @ 2009-06-18  6:41 UTC (permalink / raw)
  To: linux-bluetooth@vger.kernel.org

Is there a recommended .asoundrc for use with a bt headset? I've seen at least three versions and would be interested to know which is the "correct" one:

------
pcm.bluetooth {
type bluetooth
device "00:12:EE:A6:1D:F4"
profile "auto"
}

ctl.bluetooth {
type bluetooth
}
-----
pcm.rawbluetooth {
   type bluetooth
   device 00:12:EE:A6:1D:F4
}

pcm.bluetooth {
   type plug
   slave {
      pcm {
         type bluetooth
      }
   }
}
-----
pcm.bluetoothraw {
   type bluetooth
   device 00:12:EE:A6:1D:F4
   profile auto
}

pcm.bluetooth {
   type plug
   slave {
        pcm bluetoothraw
   }
}
-----

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

end of thread, other threads:[~2009-07-12  4:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-18  6:41 Recommended asoundrc for bluetooth headset John Frankish
2009-06-18  7:17 ` balaji palaniswami
2009-06-18 13:44   ` John Frankish
2009-07-09 14:39     ` Benjamin Vasanthakumar J
2009-07-12  4:18       ` John Frankish

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox