Changeset 2525:e8e69dea8e43 in roaraudio


Ignore:
Timestamp:
09/01/09 17:55:40 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

set function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/roard/protocol-esound.c

    r2524 r2525  
    3838 
    3939struct emul_esd_command g_emul_esd_commands[] = { 
    40  {ESD_PROTO_CONNECT,      ESD_KEY_LEN  +     _INTSIZE, _NAME("CONNECT"),      NULL}, 
     40 {ESD_PROTO_CONNECT,      ESD_KEY_LEN  +     _INTSIZE, _NAME("CONNECT"),      emul_esd_on_connect}, 
    4141 {ESD_PROTO_LOCK,         ESD_KEY_LEN  +     _INTSIZE, _NAME("LOCK"),         NULL}, 
    4242 {ESD_PROTO_UNLOCK,       ESD_KEY_LEN  +     _INTSIZE, _NAME("UNLOCK"),       NULL}, 
Note: See TracChangeset for help on using the changeset viewer.