greybus: audio: Fix typo for macro I2S data version minor
This macro should be DATA not MGMT. Signed-off-by: Phong Tran <tranmanphong@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
012d7d4fbe
commit
bcd8215b49
@ -16,7 +16,7 @@
|
||||
#define GB_I2S_MGMT_VERSION_MINOR 0x01
|
||||
|
||||
#define GB_I2S_DATA_VERSION_MAJOR 0x00
|
||||
#define GB_I2S_MGMT_VERSION_MINOR 0x01
|
||||
#define GB_I2S_DATA_VERSION_MINOR 0x01
|
||||
|
||||
/***********************************
|
||||
* GB I2S helper functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user