Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v142
  • Loading branch information
Fourdee committed Jan 11, 2017
1 parent 486d636 commit 9354d84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Expand Up @@ -22,6 +22,7 @@ Bug fixes:
General | RPi 3 onboard Bluetooth is now functional: https://github.com/Fourdee/DietPi/issues/693
General | Odroid C2: Resolved an issue with deb-multimedia repo failing GPG key: https://github.com/Fourdee/DietPi/issues/677
General | Resolved an issue where access to /mnt/usb_1 would hang the program/command, when no USB drive was attached: https://github.com/Fourdee/DietPi/issues/684
General | Resolved an issue where alsamixer was unable to load sound card device: https://github.com/Fourdee/DietPi/issues/705
DietPi-Automation | Resolved an issue with automated 1st run installation would hang on Odroid C2, during patch stage: https://github.com/Fourdee/DietPi/issues/689
Sparky SBC | Resolved an issue with touch screen module causing dmesg errors associated with it. This module is now disabled: https://github.com/Fourdee/DietPi/issues/699#issuecomment-271362441

Expand Down
6 changes: 2 additions & 4 deletions dietpi/func/dietpi-set_hardware
Expand Up @@ -1590,10 +1590,9 @@ pcm.!default {
slave.channels 2
}
ctrl.!default {
ctl.!default {
type hw
card $SOUNDCARD_TARGET_CARD
device $SOUNDCARD_TARGET_DEVICE
}
_EOF_

Expand All @@ -1611,10 +1610,9 @@ pcm.!default {
card $SOUNDCARD_TARGET_CARD
device $SOUNDCARD_TARGET_DEVICE
}
ctrl.!default {
ctl.!default {
type hw
card $SOUNDCARD_TARGET_CARD
device $SOUNDCARD_TARGET_DEVICE
}
_EOF_

Expand Down
3 changes: 3 additions & 0 deletions dietpi/patch_file
Expand Up @@ -2168,6 +2168,9 @@ _EOF_
blacklist ctp_gsl3680
_EOF_
#-------------------------------------------------------------------------------
#Alsamixer fix, reapply current soundcard with updated asound.conf: https://github.com/Fourdee/DietPi/issues/705
/DietPi/dietpi/func/dietpi-set_hardware soundcard $(cat /DietPi/dietpi.txt | grep -m1 'soundcard=' | sed 's/.*=//')
#-------------------------------------------------------------------------------

fi

Expand Down

0 comments on commit 9354d84

Please sign in to comment.