Merge lp:~ogra/alsa-utils/746023 into lp:~ubuntu-audio-dev/alsa-utils/ubuntu.natty

Proposed by Oliver Grawert
Status: Needs review
Proposed branch: lp:~ogra/alsa-utils/746023
Merge into: lp:~ubuntu-audio-dev/alsa-utils/ubuntu.natty
Diff against target: 43 lines (+20/-0)
3 files modified
debian/90-alsa-ucm.rules (+11/-0)
debian/changelog (+7/-0)
debian/rules (+2/-0)
To merge this branch: bzr merge lp:~ogra/alsa-utils/746023
Reviewer Review Type Date Requested Status
David Henningsson Needs Fixing
Review via email: mp+58483@code.launchpad.net

Description of the change

udev rules for enabling alsaucm defaults on SDP4430, fixes 746023

To post a comment you must log in.
Revision history for this message
David Henningsson (diwic) wrote :

Eh, this merge contains a lot of things that shouldn't be there, e g a ".pc" directory, a "diff against target" of 83083 lines, that can't be right.

review: Needs Fixing
lp:~ogra/alsa-utils/746023 updated
89. By Oliver Grawert

add udev rule to initialize SDP4430 (TI omap4 pandaboard) with proper defaults with the alsa use case manager (LP: #746023)

Unmerged revisions

89. By Oliver Grawert

add udev rule to initialize SDP4430 (TI omap4 pandaboard) with proper defaults with the alsa use case manager (LP: #746023)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'debian/90-alsa-ucm.rules'
--- debian/90-alsa-ucm.rules 1970-01-01 00:00:00 +0000
+++ debian/90-alsa-ucm.rules 2011-04-20 13:32:26 +0000
@@ -0,0 +1,11 @@
1SUBSYSTEM!="sound", GOTO="sound_end"
2
3ACTION=="add|change", KERNEL=="controlC*", ATTR{../uevent}="change"
4ACTION!="change", GOTO="sound_end"
5
6KERNEL!="card*", GOTO="sound_end"
7
8ATTRS{id}=="SDP4430", RUN+="alsaucm set _verb HiFi"
9ATTRS{id}=="SDP4430", RUN+="alsaucm set _verb Record"
10
11LABEL="sound_end"
012
=== modified file 'debian/changelog'
--- debian/changelog 2011-04-14 11:35:07 +0000
+++ debian/changelog 2011-04-20 13:32:26 +0000
@@ -1,3 +1,10 @@
1alsa-utils (1.0.24.2-0ubuntu6) natty; urgency=low
2
3 * add udev rule to initialize SDP4430 (TI omap4 pandaboard)
4 with proper defaults with the alsa use case manager (LP: #746023)
5
6 -- Oliver Grawert <ogra@ubuntu.com> Wed, 20 Apr 2011 13:20:33 +0200
7
1alsa-utils (1.0.24.2-0ubuntu5) natty; urgency=low8alsa-utils (1.0.24.2-0ubuntu5) natty; urgency=low
29
3 * Remove omap4 alsa init configuration files, as its likely to conflict with10 * Remove omap4 alsa init configuration files, as its likely to conflict with
411
=== modified file 'debian/rules'
--- debian/rules 2011-02-21 07:04:05 +0000
+++ debian/rules 2011-04-20 13:32:26 +0000
@@ -78,6 +78,8 @@
78 debian/alsa-utils/usr/share/doc/alsa-utils/78 debian/alsa-utils/usr/share/doc/alsa-utils/
79 cp debian/README.init.cs4236 \79 cp debian/README.init.cs4236 \
80 debian/alsa-utils/usr/share/doc/alsa-utils/80 debian/alsa-utils/usr/share/doc/alsa-utils/
81 install --mode=644 debian/90-alsa-ucm.rules \
82 debian/alsa-utils/lib/udev/rules.d/
81 dh_installchangelogs debian/changelog.ALSA83 dh_installchangelogs debian/changelog.ALSA
82 dh_installmenu84 dh_installmenu
83 dh_strip85 dh_strip

Subscribers

People subscribed via source and target branches