Commit Graph

914 Commits

Author SHA1 Message Date
Ross Owen
ffc410e3b4 Comment update. 2016-03-11 12:51:38 +00:00
Ross Owen
01c1f92cb4 BCD_DEVICE_N 2 -> 1 2016-03-10 17:20:21 +00:00
Ross Owen
fd9a9631a9 Merge branch 'master' into stable 2016-03-09 15:19:29 +00:00
Ross Owen
a4ea605a38 master -> stable changelog manual merge 2016-03-09 15:18:04 +00:00
Andrew Stanford-Jason
54c8176ce0 fixed pdm mic interface to match v2.0.0 lib_mic_array 2016-03-01 14:55:21 +00:00
Andrew Stanford-Jason
1559d36153 Merge branch 'master' of git://git/apps/sc_usb_audio 2016-02-24 10:17:31 +00:00
Andrew Stanford-Jason
6974636bc4 removed unnessessary include to fix the pdm build 2016-02-24 10:17:21 +00:00
Ross Owen
5c78bcc225 removed I2S_ADC_TO_DAC_SAMP_OFFSET 2016-02-10 12:35:56 +00:00
Ross Owen
431c7f5db9 comment typo only 2016-02-10 12:32:22 +00:00
Ross Owen
967ac89420 Merge 2016-02-10 12:27:40 +00:00
Ross Owen
97df6b6eef Removed I2S_ADC_TO_DAC_SAMP_OFFSET usage 2016-02-09 19:12:04 +00:00
Ross Owen
704f84e686 comment typo only 2016-02-09 19:06:19 +00:00
Ross Owen
e588f4be6a BCD_DEVICE_N version bump 2016-02-09 15:34:02 +00:00
Ross Owen
d4d6e2ef92 Initial duplicated channel fix 2016-02-09 12:31:40 +00:00
Ross Owen
68c6bf64c4 Merge conflict in changelog 2016-02-04 12:47:44 +00:00
Ross Owen
690a643bfa Initialisation issue with DAC ports for TDM slave mode fixed 2016-02-04 12:42:32 +00:00
Ross Owen
75815a0da6 Added the ability to offset DAC data from ADC data (useful if ADC and DAC do not agree on TDM formats as on the xCORE-200-MC-AUDIO board. 2016-02-04 12:39:18 +00:00
Ross Owen
6a80cc85e2 Initialisation issue with DAC ports for TDM slave mode fixed 2016-02-04 12:00:36 +00:00
Ross Owen
0b267e606a Build warning fix with lib_mic_array integration 2016-01-18 15:52:13 +00:00
Ross Owen
cda325397e Required build fixes for latest lib_mic_array updates 2016-01-18 15:49:23 +00:00
Ross Owen
96a11abb80 Updated filter coef naming for latest lib_mic_array 2016-01-15 16:07:40 +00:00
Ross Owen
4743f90747 Temporarily reverted Krishna's commit - was causing audio issues from Mics on array ref v1.0 2016-01-12 13:43:22 +00:00
Ross Owen
fc6a4ef8fc Resolved merge conflict 2016-01-12 12:11:20 +00:00
Ross Owen
dcc81c6dd7 Build issues resolved with latest lib_mic_array 2016-01-12 12:10:06 +00:00
Krishna Balan
bf75f409f7 Support for PDM and I2S to be on same tile; MCLK divider set to 4 to generate PDM clk 2015-12-17 17:17:52 +00:00
Ross Owen
6a76987b17 Fixed up build issue due to lib_mic_array API change 2015-12-11 17:30:07 +00:00
Ross Owen
dde563a63d BCD_DEVICE_M: 14 -> 15 2015-12-09 23:09:22 +00:00
Ross Owen
929437e7df xpd: Cleaned up whitespace 2015-12-09 16:21:04 +00:00
Ross Owen
11ca57cf4b Merge branch 'stable' of git://git/apps/sc_usb_audio into stable 2015-12-09 13:23:20 +00:00
Ross Owen
9e0e98c106 BCD_DEVICE_N 0 -> 1 2015-12-09 13:23:11 +00:00
Ross Owen
2379066a95 FIX/UAC1_MC_VOL_CONTROL -> stable 2015-12-08 16:07:27 +00:00
Ross Owen
cc886a643c UAC1.0 descriptors now support multi-channel volume control (previously were hard-coded as stereo) 2015-12-08 16:05:44 +00:00
Ross Owen
91dc115986 Revert "Removed 32kHz support when PDM mics enabled (lib_mic_array supports integer decimation factors only)"
This reverts commit 2ae99f11e6.
2015-12-08 15:38:51 +00:00
Ross Owen
2ae99f11e6 Removed 32kHz support when PDM mics enabled (lib_mic_array supports integer decimation factors only) 2015-12-08 15:17:25 +00:00
Ross Owen
47e5629acd Removed multiplication by decimation factor (lib_mic_array fixed) 2015-12-08 12:09:45 +00:00
Ross Owen
176cbeae28 xpd: Cleaned up whitespace 2015-12-02 22:30:43 +00:00
Ross Owen
ee6dd02faa xpd: Patched version number 2015-12-02 22:30:42 +00:00
Ross Owen
8e370e4fb0 Updated BCD_DEVICE_M, 13 -> 14 2015-12-02 16:21:17 +00:00
Ross Owen
dcd42ecd14 Improved build error for >48000 when PDM used. 2015-12-02 15:07:15 +00:00
Ross Owen
f75ac6a38e Build warning tidy (unused channel) 2015-12-02 14:45:32 +00:00
Ross Owen
017dee1099 Fixed build issue due to lib_mic_array API change 2015-12-02 14:40:28 +00:00
Ross Owen
4a60b340db Fixed HID defines (shift off by one..) 2015-12-01 17:14:46 +00:00
Ross Owen
2b9367322d Added build error if NUM_USB_CHAN_IN/OUT_FS > NUM_USB_CHAN_IN/OUT 2015-12-01 13:10:28 +00:00
Ross Owen
8f4bd361ce Fixed trap when setting mix map on xCORE-200 2015-11-26 23:30:25 +00:00
Ross Owen
89f43fabd1 unitId unsigned. 2015-11-25 19:27:01 +00:00
Ross Owen
591a696e55 MAX_FREQ_FS guarded by ifndef so can be over-ridden 2015-11-25 19:26:48 +00:00
Ross Owen
16d527de04 Added an error for MIN_FREQ > MAX_FREQ 2015-11-25 19:26:25 +00:00
Ross Owen
49466b8653 UAC1 descriptors no longer always report 7 freqs - it reports atleast 3 freqs (and up to 7 - over 7 should generate a build error). If < 3 freqs are requested MAX_FREQ_FS is repeated as required. 2015-11-24 18:34:54 +00:00
Ross Owen
ab55f03fc2 Fixes for UAC1 enum issues on Windows - attempt to only expose 7 sample rates (> 7 crashes Windows UAC1 driver) 2015-11-24 11:38:19 +00:00
Ross Owen
ab7db51b17 Removed 22050Hz sample rate for UAC2 lowSampleRateList. Now matches list in UAC1 descriptors. 2015-11-24 11:37:37 +00:00