Changeset 4503


Ignore:
Timestamp:
Apr 25, 2013 10:07:11 AM (11 years ago)
Author:
bennylp
Message:

Re #1656: put back PLUGIN_ROUTING as per the latest suggestion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-audiodev/bb10_dev.c

    r4502 r4503  
    714714 
    715715    /* Required call from January 2013 gold OS release */ 
    716     /* Feedback on 24/04/2013: should not be used for "voice" port 
    717716    snd_pcm_plugin_set_enable(stream->pb_pcm, PLUGIN_ROUTING); 
    718     */ 
    719717 
    720718    memset (&pi, 0, sizeof (pi)); 
     
    813811 
    814812    /* Required call from January 2013 gold OS release */ 
    815     /* Feedback on 24/04/2013: should not be used for "voice" port 
    816813    snd_pcm_plugin_set_enable(stream->ca_pcm, PLUGIN_ROUTING); 
    817     */ 
    818814 
    819815    /* sample reads the capabilities of the capture */ 
Note: See TracChangeset for help on using the changeset viewer.