bug script: Remove broken sound functions (Closes: #705619)

svn path=/dists/sid/linux/; revision=20023
This commit is contained in:
Ben Hutchings 2013-05-04 20:42:18 +00:00
parent f342f001d0
commit 57e763173a
2 changed files with 1 additions and 11 deletions

1
debian/changelog vendored
View File

@ -115,6 +115,7 @@ linux (3.8.11-1) UNRELEASED; urgency=high
- Move pps_core and ptp to nic-common-modules or nic-modules as appropriate
* udeb: Merge redundant configuration for ext{2,3} dependency on mbcache
* Set ABI to 1
* bug script: Remove broken sound functions (Closes: #705619)
-- Ben Hutchings <ben@decadent.org.uk> Sat, 04 May 2013 03:45:10 +0100

View File

@ -1,11 +0,0 @@
add_sound() {
[ -f /proc/asound/cards ] && return
echo '** Sound cards:' >&3
cat /proc/asound/cards >&3
# amixer >&3
echo >&3
}
ask_sound() {
true
}