woa-msmnile / tfa987X_win

Setup tfa9874 amplifier in windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Amplifier Driver for tfa9874/tfa9872.

Reference Codes

- TFA987x driver in mainline linux kernel.
- CS35l41_win.
- MS sample spb.c and sample driver.
========================================================================
    TFA987x_amp Overview
========================================================================

This file contains a summary of what you will find in each of the files that make up your project.

TFA987x_amp.vcxproj
    This is the main project file for projects generated using an Application Wizard.
    It contains information about the version of the product that generated the file, and
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

TFA987x_amp.vcxproj.filters
    This is the filters file for VC++ projects generated using an Application Wizard.
    It contains information about the association between the files in your project
    and the filters. This association is used in the IDE to show grouping of files with
    similar extensions under a specific node (for e.g. ".cpp" files are associated with the
    "Source Files" filter).

Public.h
    Header file to be shared with applications.

Driver.c & Driver.h
    DriverEntry and WDFDRIVER related functionality and callbacks.

Device.c & Device.h
    WDFDEVICE related functionality and callbacks.

Spb.c & spb.h
    Spb related functions.

Queue.c & Queue.h
    WDFQUEUE related functionality and callbacks.

Trace.h
    Definitions for WPP tracing.

About

Setup tfa9874 amplifier in windows.


Languages

Language:C 100.0%