On Thu, 2013-02-28 at 22:56 -0800, Justin Chudgar wrote: > Thank you for the feedback. I'll be out of town tomorrow, but I'll work on > fixing/improving much of what you mentioned over the next few days. > > I was planning to address the channel preferences somehow. I know that some > recievers have a "small/medium/large" setting for each channel-pair indicating > the low freq capabilities of the attached speakers. This seems like a good > idea from the perspective of limiting the audio knowledge required of the end > user, but becomes a nightmare with the current "key=value" modargs system. If the configuration is too complex to be comfortably represented with modargs, you could use a configuration file. See pulsecore/conf-parser.h for an API for a generic configuration file parser. -- Tanu