Skip to content

Commit

Permalink
Add support for XVF3510-UA
Browse files Browse the repository at this point in the history
  • Loading branch information
xluciano committed May 9, 2022
1 parent adda224 commit ae2f350
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# VocalFusion Raspberry Pi Setup Change Log

## 5.1.0

* Added support for xvf3510-ua
* Renamed xvf3510 device as xvf3510-int

## 5.0.0

* Added support for xvf3610-ua and xvf3615-ua
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This setup will perform the following operations:
- update the asoundrc file to support I2S devices
- add a cron job to load the I2S drivers at boot up

For XVF3510 devices these actions will be done as well:
For XVF3510-INT devices these actions will be done as well:

- configure MCLK at 24576kHz from pin 7 (BCM 4)
- configure I2S BCLK at 3072kHz from pin 12 (BCM18)
Expand All @@ -32,7 +32,7 @@ For XVF361x-INT devices these actions will be done as well:
- add a cron job to reset the device at boot up
- add a cron job to configure the DAC at boot up

For XVF361x-UA devices these actions will be done as well:
For XVF3510-UA and XVF361x-UA devices these actions will be done as well:

- update the asoundrc file to support USB devices
- update udev rules so that root privileges are not needed to access USB control interface
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ I2S_MODE=
XMOS_DEVICE=

# Valid values for XMOS device
VALID_XMOS_DEVICES="xvf3100 xvf3500 xvf3510 xvf3600-slave xvf3600-master xvf3610-int xvf3610-ua xvf3615-int xvf3615-ua"
VALID_XMOS_DEVICES="xvf3100 xvf3500 xvf3510-int xvf3510-ua xvf3600-slave xvf3600-master xvf3610-int xvf3610-ua xvf3615-int xvf3615-ua"

usage() {
local VALID_XMOS_DEVICES_DISPLAY_STRING=
Expand Down

0 comments on commit ae2f350

Please sign in to comment.