From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050323 Fedora/1.7.6-1.3.2 Description of problem: If s-c-s writes to /etc/asound.conf lines pcm.!default { type hw card 0 } ctl.!default { type hw card 0 } they will bypass specific configuration for cards (soft volume, sw mixing) and alsa will use only basic hardware device. But if we use defaults.pcm.card 0 defaults.pcm.card 0 ALSA can use specific config stored in /etc/alsa/cards Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. run s-c-s 2. choose default card 3. look to /etc/asound.conf Actual Results: Cards can't use config in /etc/alsa/cards Expected Results: Cards can use config in /etc/alsa/cards Additional info:
Created attachment 114500 [details] patch for s-c-s
Looks great, feel free to commit.
done.