On Thu, Dec 23, 2010 at 5:40 AM, Cai Yuanqing <yuanqing.cai at tieto.com> wrote: > ? ?This patch add two new boolean arguments sink_dont_move and > source_dont_move into module-loopback,so we can make the module unloading > when the sink or source was unavailable. > To enable this feature we can do something like: >>>>load-module module-loopback source=bluez_source.00_22_A5_AA_BF_85 >>>> sink=alsa_output.pci-0000_00_1b.0.analog-stereo source_dont_move=TRUE > > And you can just feel free to ignore these arguments. I don't have any arguments against the source_dont_move, but I am concerned about the sink_dont_move part. You may want to listen to your music on speakers, headsets, HDMI, etc. Why would you restrict the playback to the sink selected when you loaded the module? I can see this interfering with the accessory management/audio policy, at least in Meego. Falling back to the default sink should not add any noises? -Pierre