On Fri, Jun 08, 2012 at 10:02:38AM +0200, Selma Bensaid wrote:
Please check your mailer configuration, it's doing something really odd with the word wrapping which makes things hard to read.
I still don't understand what this is actually supposed to fix - why are we trying to set up a stream to something that isn't there? Though it looks like this was added for dynamic PCM which has no mainline users so perhaps there's a sensible use for this...
I'm trying to use the dummy codec for BT and Modem device where the coded is handled @ AP side.
You shouldn't be doing this, you should have actual devices for these with appropriate capabilities for the device. Ideally we'd even have real drivers for these things! For example, you're currently setting them up as supporting continuous audio rates but both BT and baseband devices won't do anything like that. Even your new version which has all the rates enabled has about the same issue.