• Mark Greer's avatar
    greybus: audio: Add direct audio streaming control for APBridgeA · 4dbf5056
    Mark Greer authored
    The latest audio architecture does not stream audio data over the
    USB link between the AP and APBridgeA.  Instead, audio data is
    streamed directly over the I2S link between the two.
    
    To support the Greybus audio driver in setting up the I2S port and
    controling packeting/depacketizing of audio data to/from Greybus
    audio messages, define a set of commands and their parameters.
    These commands and parameters will be placed into a request and sent
    over the USB control channel to APBridgeA.  A corresponding driver
    on APBridgeA will receive and process the requests.
    Signed-off-by: default avatarMark Greer <mgreer@animalcreek.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
    4dbf5056
audio.h 4.8 KB