Actions
Feature #181
openFeature #180: Sound settings should use hardware signatures
Service alsa-utils should write settings using hardware signature
Start date:
Due date:
% Done:
0%
Estimated time:
1:00 h
Description
In order to retrieve previous sound volumes when launching DDL on a computer that was previously used to run DDL, we should introduce hardware signature. We have to modify the service script to make it use a configuration file name that contains the hardware signature.
Similarly to xorg.conf
, we can compute the signature using the output of lspci for sound cards. Note however that different computers may use the same audio chip, it could then be smarter to use the full output of lspci.
Actions