• Rene Sapiens's avatar
    staging: tidspbridge: set6 remove hungarian from structs · dab7f7fe
    Rene Sapiens authored
    hungarian notation will be removed from the elements inside
    structures, the next varibles will be renamed:
    
    Original:		Replacement:
    pfn_write               write
    pf_phase_split          phase_split
    ul_alignment            alignment
    ul_bufsize              bufsize
    ul_bufsize_rms          bufsize_rms
    ul_chnl_buf_size        chnl_buf_size
    ul_chnl_offset          chnl_offset
    ul_code_mem_seg_mask    code_mem_seg_mask
    ul_dais_arg             dais_arg
    ul_data1                data1
    ul_data_mem_seg_mask    data_mem_seg_mask
    ul_dsp_addr             dsp_addr
    ul_dsp_res_addr         dsp_res_addr
    ul_dsp_size             dsp_size
    ul_dsp_va               dsp_va
    ul_dsp_virt             dsp_virt
    ul_entry                entry
    ul_external_mem_size    external_mem_size
    ul_fxn_addrs            fxn_addrs
    ul_gpp_pa               gpp_pa
    Signed-off-by: default avatarRene Sapiens <rene.sapiens@ti.com>
    Signed-off-by: default avatarArmando Uribe <x0095078@ti.com>
    Signed-off-by: default avatarOmar Ramirez Luna <omar.ramirez@ti.com>
    dab7f7fe
cod.c 14 KB