Skip to content

Commit

Permalink
Use separate profile for DAC+ DSP now
Browse files Browse the repository at this point in the history
  • Loading branch information
hifiberry committed Jan 27, 2020
1 parent 0950eea commit f967985
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion buildroot/package/dspprofiles/dspprofiles.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ define DSPPROFILES_INSTALL_TARGET_CMDS
# Create a copy of the Beocrate profile for the DAC+ DSP
cp $(TARGET_DIR)/opt/beocreate/beo-dsp-programs/beocreate-universal-$(DSP_PROFILE_VERSION).xml \
$(TARGET_DIR)/opt/beocreate/beo-dsp-programs/dacdsp-universal-$(DSP_PROFILE_VERSION).xml
cp $(TARGET_DIR)/opt/beocreate/beo-dsp-programs/beocreate-universal-$(DSP_PROFILE_VERSION).xml \
$(TARGET_DIR)/opt/beocreate/beo-dsp-programs/dacdsp-universal-$(DSP_PROFILE_VERSION).xml.orig

# Default settings
dsptoolkit store-settings $(BR2_EXTERNAL_HIFIBERRY_PATH)/package/dspprofiles/beocreate.settings \
Expand All @@ -18,7 +20,11 @@ define DSPPROFILES_INSTALL_TARGET_CMDS
$(BR2_EXTERNAL_HIFIBERRY_PATH)/package/dspprofiles/beocreate2dacdsp.sh \
$(TARGET_DIR)/opt/beocreate/beo-dsp-programs/dacdsp-universal-$(DSP_PROFILE_VERSION).xml
dsptoolkit store-settings $(BR2_EXTERNAL_HIFIBERRY_PATH)/package/dspprofiles/dspdac.settings \
$(TARGET_DIR)/opt/beocreate/beo-dsp-programs/dacdsp-universal-$(DSP_PROFILE_VERSION).xml
$(TARGET_DIR)/opt/beocreate/beo-dsp-programs/dacdsp-universal-$(DSP_PROFILE_VERSION).xml

# Patching seems to be buggy at the moment, use local file
cp $(BR2_EXTERNAL_HIFIBERRY_PATH)/package/dspprofiles/dspdac-$(DSP_PROFILE_VERSION).xml \
$(TARGET_DIR)/opt/beocreate/beo-dsp-programs/dacdsp-universal-$(DSP_PROFILE_VERSION).xml
endef

$(eval $(generic-package))

0 comments on commit f967985

Please sign in to comment.