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
1=== added file 'debian/90-alsa-ucm.rules'
2--- debian/90-alsa-ucm.rules 1970-01-01 00:00:00 +0000
3+++ debian/90-alsa-ucm.rules 2011-04-20 13:32:26 +0000
4@@ -0,0 +1,11 @@
5+SUBSYSTEM!="sound", GOTO="sound_end"
6+
7+ACTION=="add|change", KERNEL=="controlC*", ATTR{../uevent}="change"
8+ACTION!="change", GOTO="sound_end"
9+
10+KERNEL!="card*", GOTO="sound_end"
11+
12+ATTRS{id}=="SDP4430", RUN+="alsaucm set _verb HiFi"
13+ATTRS{id}=="SDP4430", RUN+="alsaucm set _verb Record"
14+
15+LABEL="sound_end"
16
17=== modified file 'debian/changelog'
18--- debian/changelog 2011-04-14 11:35:07 +0000
19+++ debian/changelog 2011-04-20 13:32:26 +0000
20@@ -1,3 +1,10 @@
21+alsa-utils (1.0.24.2-0ubuntu6) natty; urgency=low
22+
23+ * add udev rule to initialize SDP4430 (TI omap4 pandaboard)
24+ with proper defaults with the alsa use case manager (LP: #746023)
25+
26+ -- Oliver Grawert <ogra@ubuntu.com> Wed, 20 Apr 2011 13:20:33 +0200
27+
28 alsa-utils (1.0.24.2-0ubuntu5) natty; urgency=low
29
30 * Remove omap4 alsa init configuration files, as its likely to conflict with
31
32=== modified file 'debian/rules'
33--- debian/rules 2011-02-21 07:04:05 +0000
34+++ debian/rules 2011-04-20 13:32:26 +0000
35@@ -78,6 +78,8 @@
36 debian/alsa-utils/usr/share/doc/alsa-utils/
37 cp debian/README.init.cs4236 \
38 debian/alsa-utils/usr/share/doc/alsa-utils/
39+ install --mode=644 debian/90-alsa-ucm.rules \
40+ debian/alsa-utils/lib/udev/rules.d/
41 dh_installchangelogs debian/changelog.ALSA
42 dh_installmenu
43 dh_strip

Subscribers

People subscribed via source and target branches