Commit Graph

511 Commits

Author SHA1 Message Date
Ross Owen
98cf4a3208 MAX_FREQ_A1 define now MAX_FREQ_FS. Also limited to 48k when input and output enabled (96k otherwise) 2014-01-22 21:53:57 +00:00
Ross Owen
76d60ceb5b SAMPLE_SLOT_SIZE_XX used instead of hardcoded *3/*4 for generating packet size 2014-01-22 19:57:59 +00:00
Ross Owen
e9946cc803 NUM_USB_CHAN_IN_A1 and NUM_USB_CHAN_OUT_A1 changed from A1 to _FS 2014-01-22 19:57:22 +00:00
Ross Owen
e4fd029d3d 'Release: 6.3.3alpha2' 2014-01-22 16:34:09 +00:00
Ross Owen
055f05bfab 0 sample buffer is now sized by SAMPLE_SUBSLOT_SIZE_XX (was hard coded * by 3/4 2014-01-22 16:32:12 +00:00
Ross Owen
5fb9a98935 'Release: 6.3.3alpha1' 2014-01-22 16:19:20 +00:00
Ross Owen
cfe9f508f1 Removed old README and comment only 2014-01-22 16:09:37 +00:00
Ross Owen
062e06df97 Improved the robustness of ADC I2S data port init in MASTER_CODEC mode 2014-01-22 15:59:56 +00:00
Ross Owen
d07ec8f9a2 'Release: 6.3.3alpha0' 2014-01-22 11:51:00 +00:00
Ross Owen
45f920c8ad CHANGELOG 2014-01-22 11:50:40 +00:00
Ross Owen
446716f7ba Merge branch 'master' of git://git/apps/sc_usb_audio 2014-01-22 11:47:52 +00:00
Ross Owen
61b857d5d4 Fixed build issue where OUT_VOLUME_IN_MIXER set to 0 (BUG #10692) 2014-01-22 11:39:43 +00:00
dan
543155aaef 'Release: 1.0.0rc0' 2014-01-22 11:01:00 +00:00
dan
98b3bdba95 added toplevel makefile for xpd 2014-01-22 11:00:41 +00:00
dan
7c42307440 update changelog 2014-01-22 10:45:25 +00:00
dan
ce16f669ba update changelog 2014-01-22 10:44:55 +00:00
dan
ce739180f0 update module readmes 2014-01-22 10:42:43 +00:00
dan
258d17445f update module readmes 2014-01-22 10:42:11 +00:00
dan
65da4d7efa updated module readmes and ran xpd update 2014-01-22 10:38:06 +00:00
Ross Owen
e82bae44ad Moved initial bclk setting high to before ADC clrbuff. 2014-01-21 12:47:05 +00:00
Ross Owen
47d4e1d5de Manufacturer string now used VENDOR_STR rather than APPEND_VENDOR_STR() to avoid extra space being appended 2014-01-21 12:39:28 +00:00
Ross Owen
fa78990f12 Comment only 2014-01-21 12:38:46 +00:00
Ross Owen
40b124dd1e Merge branch 'master' of git://git/apps/sc_usb_audio 2014-01-20 21:23:53 +00:00
Ross Owen
392bf43274 Delay for feedback stability after SF change now based on bus-speed. Allows faster SF changes at high-speed. 2014-01-20 21:13:18 +00:00
Ross Owen
62008112b5 Dead code tidy only. 2014-01-20 20:31:28 +00:00
Ross Owen
735de46f7d comment only 2014-01-20 20:31:11 +00:00
Ross Owen
118fbca858 MCLK_STABILITY_DELAY renamed and updated 2014-01-20 20:31:01 +00:00
Ross Owen
94b98e031b Added defaulting back to PCM when stream stops if was in native DSD mode. Guarded by DEFAULT_TO_PCM and disabled by default. 2014-01-20 18:17:58 +00:00
Ross Owen
de3c5b1559 Fixed typo p_dsd_clock -> p_dsd_clk 2014-01-20 18:17:01 +00:00
Ross Owen
5e26f02da7 AUDIO_PLL_LOCK_DELAY renamed MCLK_STABILITY_DELAY and used in ep0 SF change request. 2014-01-20 18:16:36 +00:00
Ross Owen
8712acb539 deliver thread no longer waits for AUDIO_PLL_LOCK_DELAY - this was causing pop issues on rate change as DAC has mclk but no bclk/lrclk. This seems to cause issues. This delay now added to audio SF change in EP0 for safety. Related to BUG #14769 2014-01-20 18:13:54 +00:00
Ross Owen
e53de21f7a DSD native mode now outputs mute pattern on invalid freq. Previously only output clks. Helps with pop issue when changing pcm/dsd versions in foobar. (BUG #14769) 2014-01-20 18:11:50 +00:00
Ross Owen
0da282dd1c deliver now sets bclk/dsd clk initial high. This was previously done in port config. 2014-01-20 18:10:14 +00:00
Ross Owen
48d73c429a Fixed native DSD (lower word of MACC ignored if sample depth <= 24 bits). Native DSD needs 32 bits. 2014-01-18 23:41:22 +00:00
Ross Owen
a883b4fbdb FULL_SPEED_AUDIO_2 now can be set to 0 2014-01-18 23:39:58 +00:00
Sam Chesney
d49de0776e Merge branch 'master' of git://git/apps/sc_usb_audio 2014-01-17 20:03:47 +00:00
Sam Chesney
856fe6b4fb incoming and outgoing buffers now different types, with extra fields added to iap_out_buf type 2014-01-17 20:03:35 +00:00
Ross Owen
974187439d Comment tidy only 2014-01-17 11:29:33 +00:00
Ross Owen
6a0ac4e321 XUD_ON_U_SERIES updated to XUD_SERIES_SUPPORT 2014-01-17 11:29:23 +00:00
Ross Owen
4bdb00388e manual BCD_DEVICE bump (6.3.2 to 6.3.3) 2014-01-17 11:28:56 +00:00
David Lacey
833be5511e Refactor reboot code for test harness 2014-01-17 11:04:33 +00:00
Ross Owen
7c4b7a702b Removed debug #error 2014-01-16 17:56:45 +00:00
Ross Owen
1022f7d5c6 Fixed build issue when CODEC_MASTER defined (BUG #15162) 2014-01-16 17:31:28 +00:00
Ross Owen
7c5811e36a Merge branch 'master' of git://git/apps/sc_usb_audio 2014-01-16 10:34:50 +00:00
Sam Chesney
4f501bf7da iAP input and output buffers now separated, also MIDI ports are no longer passed in to iAP functions when no dedicated i2c ports are present as p_midi_in is now buffered. 2014-01-15 18:50:05 +00:00
Ross Owen
70276c3237 Fixed build issue when NUM_USB_CHAN_IN or NUM_USB_CHAN_OUT set to 0 and MIXER set to 1 (#15096) 2014-01-15 17:22:28 +00:00
Ross Owen
58f147e1c8 Merge branch '6V3_DEV' 2014-01-13 16:28:04 +00:00
Ross Owen
beff2feaf1 initial value for g_curSampFreqMultiplier now fixed (#15141). Causes issue if no SF rate change from host and the DEFAULT_FREQ is used. 2014-01-11 17:45:35 +00:00
Ross Owen
44f46ee0eb Comment only. 2014-01-11 17:44:05 +00:00
Ross Owen
3570f551e1 MIDI Rx port now buffered. Means that Start-bit detect select case doesn't get started on receipt of large MIDI packet. 2014-01-11 16:33:29 +00:00