For example XXX source,
Developer need to create the new logical source design and its corresponding c source file. After construct
the new logical source class and it's configuration in SSD & remote interface framework. Developer need to do
the following steps to setup the logical source in platform.
1. Topology
...
2. System Management
...
Refer to Appendix B for the code modification.
3. Audio Settings
...in audioConf.h
Add XXX settings and configure xxx setting persistence in audioConf.c.
Refer to Appendix C for the code modification.
4. Startup/Shutdown (SSD)
...
Refer to Appendix D for the code modification.
5. Remote Interface
Add xxx logical source into remote interface framework.
Refer to Appendix E for the code modification.
6. Others
...
Refer to Appendix F for the code modification.
Appendix
Note:
Add in lines are blue
Modified lines are highlighted
Comments are green