Skip to content

Commit

Permalink
Fix error on edge2, rock5a, rock5b
Browse files Browse the repository at this point in the history
  • Loading branch information
coolstar committed Jan 6, 2024
1 parent 27f2098 commit 87bd05d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion edk2-rockchip/Platform/Khadas/Edge2/onboard.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BOARD_I2S1_TPLG "i2s-jack"
#define BOARD_I2S0_TPLG "i2s-jack"

#define BOARD_AUDIO_CODEC_HID "ESSX8316"
#define BOARD_CODEC_I2C "\\_SB.I2C3"
Expand Down
2 changes: 1 addition & 1 deletion edk2-rockchip/Platform/Radxa/ROCK5A/onboard.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BOARD_I2S1_TPLG "i2s-jack"
#define BOARD_I2S0_TPLG "i2s-jack"

#define BOARD_AUDIO_CODEC_HID "ESSX8316"
#define BOARD_CODEC_I2C "\\_SB.I2C7"
Expand Down
2 changes: 1 addition & 1 deletion edk2-rockchip/Platform/Radxa/ROCK5B/onboard.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BOARD_I2S1_TPLG "i2s-jack"
#define BOARD_I2S0_TPLG "i2s-jack"

#define BOARD_AUDIO_CODEC_HID "ESSX8316"
#define BOARD_CODEC_I2C "\\_SB.I2C7"
Expand Down

0 comments on commit 87bd05d

Please sign in to comment.