diff --git a/debian/changelog b/debian/changelog index d881cb047..b5b2d3d76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,7 +19,7 @@ linux-2.6 (2.6.26~rc3-1~experimental.1) UNRELEASED; urgency=low * [amd64]: Enable SCSI_DPT_I2O as 64 bit now. * Reenable USB_SERIAL_EDGEPORT, USB_SERIAL_EDGEPORT_TI. (closes: #480195) * Enable TCP_MD5SIG for BGP sessions. (closes: #443742) - * Backport atl1 patches for PHY power save mode, suspend, resume and wol. + * Add recognised alsa cards to bug report. [ Martin Michlmayr ] * [arm/orion5x] Update the config to reflect upstream renaming this diff --git a/debian/templates/image.plain.bug/include-sound b/debian/templates/image.plain.bug/include-sound new file mode 100644 index 000000000..c049a0f47 --- /dev/null +++ b/debian/templates/image.plain.bug/include-sound @@ -0,0 +1,11 @@ +add_sound() { + [ -f /proc/asound/cards ] && return + echo '** Sound cards:' >&3 + cat /proc/asound/cards >&3 + # amixer >&3 + echo >&3 +} + +ask_sound() { + true +}