~ubuntu-branches/ubuntu/maverick/alsa-lib/maverick-updates

« back to all changes in this revision

Viewing changes to debian/patches/lp652035-use-extended-namehints.patch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2010-10-03 14:56:12 UTC
  • Revision ID: james.westby@ubuntu.com-20101003145612-162wm388mt1ttbpd
Tags: 1.0.23-1ubuntu2.1
* lp652035-fix-missing-hw-devices.patch: Apply upstream git changesets
  0244370 and c049d48 to help fix LP: #652035.
* lp652035-use-extended-namehints.patch: Show hints for non-standard
  devices that lack configuration files.  This patch is also required
  to help fix LP: #652035 and by consequence also addresses
  LP: #425362.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: alsa-lib-1.0.23/src/conf/alsa.conf
 
2
===================================================================
 
3
--- alsa-lib-1.0.23.orig/src/conf/alsa.conf     2010-10-03 15:05:47.000000000 -0400
 
4
+++ alsa-lib-1.0.23/src/conf/alsa.conf  2010-10-03 15:09:27.000000000 -0400
 
5
@@ -54,11 +54,11 @@
 
6
 #
 
7
 
 
8
 # show all name hints also for definitions without hint {} section
 
9
-defaults.namehint.showall off
 
10
+defaults.namehint.showall on
 
11
 # show just basic name hints
 
12
 defaults.namehint.basic on
 
13
 # show extended name hints
 
14
-defaults.namehint.extended off
 
15
+defaults.namehint.extended on
 
16
 #
 
17
 defaults.ctl.card 0
 
18
 defaults.pcm.card 0