1
0
Fork 0

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>
hifive-unleashed-5.1
Phong Tran 2015-05-28 23:21:00 +07:00 committed by Greg Kroah-Hartman
parent 012d7d4fbe
commit bcd8215b49
1 changed files with 1 additions and 1 deletions

View File

@ -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