mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 00:42:56 -04:00
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:
committed by
Greg Kroah-Hartman
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
|
||||
|
||||
Reference in New Issue
Block a user