Skip to content

Commit

Permalink
Merge pull request #425 from hifiberry/development
Browse files Browse the repository at this point in the history
Release 20230223
  • Loading branch information
hifiberry authored Feb 23, 2023
2 parents 4b26bc6 + 8a6d918 commit 33461de
Show file tree
Hide file tree
Showing 5 changed files with 350 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
20230223:
- DAC+ DSP profile v13 that is compatible with the latest DAC+ DSP hardware

20221118:
- Fix a bug in range of the Amp3 volume control
- Change DSP addon DSP profile to 1MHz SPI programming clocky
Expand Down
340 changes: 340 additions & 0 deletions buildroot/package/dspprofiles/dspdac-13.xml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions buildroot/package/dspprofiles/dspprofiles.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ define DSPPROFILES_INSTALL_TARGET_CMDS
$(TARGET_DIR)/opt/beocreate/beo-dsp-programs/dacdsp-11.xml
$(INSTALL) -D -m 0644 $(BR2_EXTERNAL_HIFIBERRY_PATH)/package/dspprofiles/dspdac-12.xml \
$(TARGET_DIR)/opt/beocreate/beo-dsp-programs/dacdsp-12.xml
$(INSTALL) -D -m 0644 $(BR2_EXTERNAL_HIFIBERRY_PATH)/package/dspprofiles/dspdac-13.xml \
$(TARGET_DIR)/opt/beocreate/beo-dsp-programs/dacdsp-13.xml
$(INSTALL) -D -m 0644 $(BR2_EXTERNAL_HIFIBERRY_PATH)/package/dspprofiles/dsp-addon-96-11.xml \
$(TARGET_DIR)/opt/beocreate/beo-dsp-programs/dsp-addon-96-11.xml
$(INSTALL) -D -m 0644 $(BR2_EXTERNAL_HIFIBERRY_PATH)/package/dspprofiles/dsp-addon-96-13.xml \
Expand Down
2 changes: 1 addition & 1 deletion prepare-software
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
sudo apt-get install git make gcc g++ unzip rsync bc sshpass zip ncurses-dev screen xsltproc libasound2-dev python python-pyalsa python3-pip gcc-multilib g++-multilib f2fs-tools
sudo apt-get install -y git make gcc g++ unzip rsync bc sshpass zip libncurses-dev screen xsltproc libasound2-dev python3 python3-pyalsa python3-pip gcc-multilib g++-multilib f2fs-tools avahi-utils
sudo python3 -m pip install hifiberrydsp
4 changes: 4 additions & 0 deletions scripts/install-dacdsp13.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
curl https://raw.githubusercontent.com/hifiberry/hifiberry-os/development/buildroot/package/dspprofiles/dspdac-13.xml > /opt/beocreate/beo-dsp-programs/dacdsp-13.xml
/bin/dsptoolkit install-profile /opt/beocreate/beo-dsp-programs/dacdsp-13.xml
reboot

0 comments on commit 33461de

Please sign in to comment.