Ross Owen
3a2926d1d8
Set default XUA_I2S_DUMMY_SAMPS value to 0
2023-06-12 18:07:10 +01:00
Ross Owen
85fd297336
Merge remote-tracking branch 'upstream' into feat/dummy_samps
2023-06-12 16:22:57 +01:00
Ross Owen
c92a640439
Added support for I2S/TDM “dummy samples” via XUA_I2S_DUMMY_SAMPS
2023-06-12 16:22:35 +01:00
Ross Owen
1ef5129fde
Variable i2s bit width ( #331 )
...
- Add support for variable width I2S (via XUA_I2S_N_BITS)
- Add support for variable width TDM (again via XUD_I2S_N_BITS when XUA_PCM_FORMAT=XUA_PCM_FORMAT_TDM)
- Includes support for xcore as I2S/TDM master and slave
- Add testing of the the above to test_i2s_loopback
- Rationalised test config building in test_i2s_loopback
- Documentation updated
2023-06-08 15:31:12 +01:00
Ross Owen
355df6d6b8
Fixed doc build
2023-06-07 15:24:29 +01:00
Ross Owen
0bff3dc5a8
Removed documentation for XUA_I2S_N_BITS=24
2023-06-07 12:32:07 +01:00
Ross Owen
9abd3b33f3
Bump lib_spdif dependency requirement
2023-06-07 12:17:40 +01:00
Ross Owen
0932ca0ccc
Documentation updates relating to TDM/I2S
2023-06-07 11:53:42 +01:00
Ross Owen
f1df805b17
Added checks on XUA_I2S_N_BITS value
2023-06-07 10:24:40 +01:00
Ross Owen
867fb3f228
Use XUA_I2S_N_BITS when deciding whether or not to delay falling edge of bit clock when CODEC_MASTER=1
2023-06-06 20:20:15 +01:00
Ross Owen
a5922ce3ea
Fixed issue with when XUA_I2S_N_BITS !=32 and CODEC_MASTER == 1
2023-06-06 19:13:25 +01:00
Ross Owen
1488ace820
Fixed issue with I2S input when XUA_I2S_N_BITS != 32
2023-06-06 18:10:42 +01:00
Ross Owen
c794ee77d5
Update copyright comment
2023-06-06 12:01:46 +01:00
Ross Owen
1cd24963d5
Fixed build issues when CODEC_MASTER set
2023-06-05 14:37:01 +01:00
Ross Owen
b27514fd9a
Added XUA_I2S_N_BITS (was N_BITS_I2S) and tidied up usage of define
2023-06-05 14:24:59 +01:00
Ross Owen
5d886487fa
Fixed operation when N_BITS_I2S define and small tidies
2023-06-02 16:37:43 +01:00
Ross Owen
1b50abb7a2
Resolve build issues post merge
2023-06-02 14:35:15 +01:00
Ross Owen
897328f9c1
Resolved conflicts merging with develop
2023-06-02 14:18:44 +01:00
Ross Owen
12ec1d7536
module_build_info: lib_xud 2.2.2 -> 2.2.3
2023-05-18 10:05:30 +01:00
Ross Owen
9cf931898e
Move check for XUA_USB_EN after include of xua.h ( #325 )
2023-05-17 14:55:37 +01:00
Ross Owen
6d168b3209
Merge pull request #321 from TDW89/fix/SPDIF-api
...
SPDIF api fix
2023-05-17 11:05:57 +01:00
Ross Owen
d301fef6d7
Merge pull request #324 from xross/fix/sw_usb_audio_156
...
Fix for exception when entering DSD mode (also some tidies)
2023-05-15 10:24:47 +01:00
Ross Owen
981ea78be7
Fix for exception when entering DSD mode (also some tidies)
2023-05-12 17:22:47 +01:00
Ross Owen
6cee90d876
Fix audio interrupt endpoint type
...
Note, this has no functional change
2023-04-17 12:23:27 +01:00
Tom Williams
79d14f8b59
changed to use spdif_rx from SpdifReceive
2023-04-05 17:34:33 +01:00
Daniel Pieczko
4e7ddb4036
Fix memory corruption during initialisation of mixer weights
2023-04-04 14:31:35 +01:00
Ross Owen
71a657dc9a
Tidy up of volume control. Removal of xc_ptr.h in favour of built in xc pointers.
2023-04-04 12:37:59 +01:00
Tom Williams
ccfca90451
removed referance to outdated header file, changed for the api file
2023-03-22 15:56:28 +00:00
Ross Owen
e2c36a9a95
xpd: Cleaned up whitespace
2023-03-15 13:00:39 +00:00
Ross Owen
7e3ae59acc
Changelog update and version bump 3.3.1 -> 3.4.0
2023-03-15 12:28:39 +00:00
Ross Owen
7703fc1a7d
Fixed build warning when mixer not enabled
2023-03-14 11:49:08 +00:00
Ross Owen
53a65344fc
Improve mixer control protocol to avoid deadlock
2023-03-14 11:48:54 +00:00
Ross Owen
55a62cf589
- Fixed build issue with !FAST_MIXER
...
- Fixed issue with !OUT_VOLUME_AFTER_MIX not being respected
2023-03-13 15:50:45 +00:00
Ross Owen
4a84c3e1ec
OUT_VOLUME_IN_MIXER enabled by default
2023-03-13 15:49:54 +00:00
Ross Owen
b17f585004
Decouple optimisation for when output slot size = 4 (note, trades off code size)
2023-03-13 14:33:22 +00:00
Ross Owen
57593bfea3
Fixed issue with STREAM_FORMAT_OUTPUT_RESOLUTION_32_BIT_USED be set incorrectly
2023-03-13 14:31:53 +00:00
Ross Owen
9c20fab216
Updated copyright comment
2023-03-09 15:32:15 +00:00
Ross Owen
cf1940245f
Return value of XUD_DoSetRequestStatus in Samp freq change
2023-03-09 15:24:21 +00:00
Ross Owen
837b648bbc
Reinstate check for current samplerate before changing
2023-03-09 15:22:58 +00:00
Ross Owen
c1159143ea
Fastmix.S now uses defines from xua.h
2023-03-09 14:56:54 +00:00
Ross Owen
2964861b70
Fixed xua.h including in asm files
2023-03-09 14:51:32 +00:00
Ross Owen
208491fe51
Added mixer control unit tests ( #316 )
...
* Added test_mixer_routing_output_ctrl
* Added test_mixer_routing_input_ctrl
* Some minor mixer test and code improvements
* Update lib_xud dep version requirement
2023-03-08 10:53:33 +00:00
TDW89
49a116c705
Minor updates ( #314 )
...
* SDK location can now set in makefile
* Mixer requirements added to readme
* Uncommented previously broken mixer example from docs as this functionality is now working
* Fixed windows build & runtime info in README
2023-03-01 10:59:00 +00:00
Ross Owen
c578bb92d5
Fix build issue with volume processing in mixer (missing xc_ptr func)
2023-02-17 12:10:51 +00:00
Ross Owen
950beb55cb
- Fixed ifndef check
...
- Fixed mix map update
2023-02-08 17:06:08 +00:00
Ross Owen
e26b934233
Conflicted merge from upstream/develop
2023-02-08 13:58:25 +00:00
Ross Owen
c5e944d73d
Use of storeShort function in mixer weight read and comment updates
2023-02-08 13:18:28 +00:00
Ross Owen
22a3d5e043
Added array to size to extern to fix sizeof usage error
2023-02-08 12:20:42 +00:00
Ross Owen
58f691078d
Added range checking when getting/setting mixer weights
2023-02-08 12:04:38 +00:00
Ross Owen
f80d7647e0
- Make usage (of lack of) of CS when setting/getting mixer weights more clear in the implementation
...
- Fix typo in IN_VOLUME_IN_MIXER define
2023-02-08 11:59:13 +00:00