Cleanup
[framework/multimedia/alsa-scenario-0.2.git] / NOTES
1 File locations
2 ==============
3
4 Each sound card will have a master file describing it's supported scenarios.
5 This file does not describe the control settings for each scenario, but does
6 describe control aliases and control setting files.
7
8 The master scenario file will be /etc/alsa/scenario/card_name.conf
9
10 The scenario control descriptors for "card_name" will be in
11 /etc/alsa/scenario/card_name/
12
13 Scenario Generation
14 ===================
15
16 The scenario master file needs to be hand written for each sound card.
17 An example can be found in examples/default.conf
18
19 The scenario control descriptor file can be generated as follows.
20
21 1. Use alsamixer, amixer, etc to adjust sound card control to desired values.
22 2. Dump sound card values with examples/scndump "scndump card_name > scenario"
23 3. Copy scenario file to /etc/alsa/scenario/card_name/
24