Skip to content

Commit

Permalink
tiliqua: hacks for 192kHz
Browse files Browse the repository at this point in the history
  • Loading branch information
vk2seb committed Jun 28, 2024
1 parent c3cd979 commit 83e3c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateware/drivers/ak4619-cfg.hex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
37 // 0x00 Power Management
AE // 0x01 Audio I/F Format
1C // 0x02 Audio I/F Format
00 // 0x03 System Clock Setting
04 // 0x03 System Clock Setting
22 // 0x04 MIC AMP Gain
22 // 0x05 MIC AMP Gain
30 // 0x06 ADC1 Lch Digital Volume
Expand Down
2 changes: 1 addition & 1 deletion gateware/drivers/ak4619.sv
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ logic [4:0] bit_counter;

assign pdn = ~rst;
assign bick = clkdiv[0];
assign mclk = clk_256fs;
assign mclk = clkdiv[0];
assign lrck = clkdiv[7];

// 0, 1, 2, 3 == L, R, L, R
Expand Down

0 comments on commit 83e3c06

Please sign in to comment.