~ubuntu-branches/ubuntu/intrepid/alsa-lib/intrepid

« back to all changes in this revision

Viewing changes to debian/patches/bluetooth_configuration.patch

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich, Mario Limonciello, Luke Yelavich
  • Date: 2008-10-07 17:49:28 UTC
  • Revision ID: james.westby@ubuntu.com-20081007174928-u3i1i18qzke6gvu4
Tags: 1.0.17a-0ubuntu4
[ Mario Limonciello ]
* debian/patches/bluetooth_configuration.patch:
  - Adds a pointer to the bluetooth configuration file.
    If a user has bluez-audio installed and a heaset paired
    this will allow them to use a headset by the name of
    "headset" (LP: #274950)

[ Luke Yelavich ]
* Add files to /etc/ld.so.conf.d for libasound2 and libasound2 bi-arch
  packages. This Allows for alsa plugins to be referred to in alsa
  configuration files without the need for absolute paths, the pulseaudio
  runtime check is one such example. (LP: #273693)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- alsa-lib-1.0.17a/src/conf/alsa.conf 2008-08-15 21:28:55.000000000 +1000
 
2
+++ alsa-lib-1.0.17a.new/src/conf/alsa.conf     2008-09-22 09:54:57.000000000 +1000
 
3
@@ -9,6 +9,7 @@
 
4
                func load
 
5
                files [
 
6
                        "/usr/share/alsa/pulse.conf"
 
7
+                       "/usr/share/alsa/bluetooth.conf"
 
8
                        "/etc/asound.conf"
 
9
                        "~/.asoundrc"
 
10
                ]