]> git.karo-electronics.de Git - karo-tx-linux.git/commit
greybus: audio: Remove GET_TX/RX_DELAY message types
authorMark Greer <mgreer@animalcreek.com>
Wed, 3 Aug 2016 03:30:28 +0000 (20:30 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 3 Aug 2016 08:59:13 +0000 (10:59 +0200)
commit8f60ce76a4eb0911ddd5833badd0d27bb5dfb894
treeea80d5d0b07dd5426fae6e59d444a64c71113dfb
parentccc57e20d1cc54b6536a4e63f6da91f42b65000f
greybus: audio: Remove GET_TX/RX_DELAY message types

The 'GB_AUDIO_TYPE_GET_TX_DELAY' and 'GB_AUDIO_TYPE_GET_RX_DELAY'
are no longer a part of the Greybus Audio Device Class Protocol
so remove support for them.  The message numbers are not coalesced
to prevent compatibility issues between the AP and the module.

Testing Done: Played music using a speaker module

Signed-off-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/audio_codec.h
drivers/staging/greybus/audio_gb.c
drivers/staging/greybus/greybus_protocols.h