# HG changeset patch # User crimsun@localhost.localdomain # Node ID 741b99955a38e006013ce74b6e3b66641d9b2144 # Parent c785ce0b61c63643a3d74b0b8cb5a0aca0f06ade In the initscript, unmute and set 'VIA DXS' to 80% so that Via82xx users will have audible sound out-of-the-box. diff -r c785ce0b61c6 -r 741b99955a38 debian/changelog --- a/debian/changelog Fri Apr 21 21:25:21 2006 -0400 +++ b/debian/changelog Sat Apr 22 15:16:57 2006 -0400 @@ -1,3 +1,10 @@ alsa-utils (1.0.10-1ubuntu9) dapper; urg +alsa-utils (1.0.10-1ubuntu10) dapper; urgency=low + + * debian/init: Unmute and set a sane level for the 'VIA DXS' element + so Via82xx users have audible sound out-of-the-box. + + -- Daniel T Chen Sat, 22 Apr 2006 15:13:29 -0400 + alsa-utils (1.0.10-1ubuntu9) dapper; urgency=low * debian/init: Unmute 'Front' element for HDA Intel (hda-intel), and diff -r c785ce0b61c6 -r 741b99955a38 debian/init --- a/debian/init Fri Apr 21 21:25:21 2006 -0400 +++ b/debian/init Sat Apr 22 15:16:57 2006 -0400 @@ -172,6 +172,10 @@ sanify_levels_on_card() # Required for SB Live 7.1/24-bit (ca0106): unmute_and_set_level "Analog Front" "80%" + + # Required for Via 82xx hardware using dxs (via82xx); + # any level beyond 88% distorts: + unmute_and_set_level "VIA DXS" "80%" # Required at least for Via 823x hardware on DFI K8M800-MLVF Motherboard with kernels 2.6.10-3/4 (see ubuntu #7286): switch_control "IEC958 Capture Monitor" off