Re: [Bug 623] New: Volume not remembered.

Martin J. Bligh (mbligh@aracnet.com)
Wed, 23 Apr 2003 18:18:46 -0700


>> I don't quite see how this would make user space any less
>> fancy:
>>
>> # insmod audio_driver volume=`retrieve_volume`
>>
>> versus
>>
>> # insmod audio_driver
>> # aumix -L >/dev/null
>
> Eh? I was suggesting that the _default_ just work as quite a few
> people expect:
>
> $ insmod audio_driver
>
> In fact, forget about "volume". Just have a "silent" parameter that
> defaults to 0, and determines whether the device starts silent or
> loads preset defaults. Make it a core audio thing rather than a
> per-driver thing, too. "silent=1" in /etc/modules.conf self-evidently
> answers the FAQ, too :)

Me like. Assuming this means what I think it does ;-)

The kernel sets a default quiet volume level (at first setup) to make some
sort of noise when used I first set up the machine so users don't get
confused ... save & restore volume levels on every boot from userspace.
If people want silent by default, they can change that in the
modules.conf / command line.

Is that what you meant?

M.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/