Changes between Version 1 and Version 2 of Ticket #92, comment 52


Ignore:
Timestamp:
Jan 24, 2021, 9:47:11 AM (3 years ago)
Author:
Lars Erdmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #92, comment 52

    v1 v2  
    11I think I found the error. Use SVN rev 2212 and take trace. Disconnect devices to your heart's content, it should properly work.\\
    22
    3 The logic now is that the FIRST device to claim recording capability will REMAIN the device being used for recording even if another device is plugged in.
    4 Analogous, the FIRST device to claim playback capability will REMAIN the device being used for playback even if another device is plugged in.
     3The logic now is that the FIRST device to claim recording capability will REMAIN the device being used for recording even if another device is plugged in that could do recording.
     4Analogous, the FIRST device to claim playback capability will REMAIN the device being used for playback even if another device is plugged in that could do playback.
     5
    56Therefore, if you plug in a "recording only" device (your USB mic) and then you plug in a "playback and record" device (potentially your USB headset, if it has a microphone) that then your USB mic will continue to be used for recording even if you intented to use your headset's microphone. If you subsequently remove the USB mic, the driver is smart enough to then switch over to your headset's microphone.