Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Wipe asound.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
h3ndrk committed Apr 29, 2023
1 parent 88acd4f commit e9a8697
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
2 changes: 1 addition & 1 deletion conf/distro/HULKs-OS.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ require conf/distro/nao-core-minimal.conf

DISTRO = "HULKs-OS"
DISTRO_NAME = "HULKs-OS"
DISTRO_VERSION = "5.7.2"
DISTRO_VERSION = "5.7.3"
52 changes: 0 additions & 52 deletions recipes-bsp/alsa-state/alsa-state/asound.conf
Original file line number Diff line number Diff line change
@@ -1,52 +0,0 @@
pcm.softvol_rear {
type softvol
slave {
pcm "hw:PCH,0,0"
}
control {
name "Mic Boost Rear"
card 0
}
max_dB 49.0
}

pcm.softvol_front {
type softvol
slave {
pcm "hw:PCH,0,1"
}
control {
name "Mic Boost Front"
card 0
}
max_dB 49.0
}

#input device
pcm.!PCH_input {
type multi
slaves.a.pcm "softvol_rear"
slaves.a.channels 2
slaves.b.pcm "softvol_front"
slaves.b.channels 2
bindings.0.slave a
bindings.0.channel 0
bindings.1.slave a
bindings.1.channel 1
bindings.2.slave b
bindings.2.channel 0
bindings.3.slave b
bindings.3.channel 1
}

pcm.!default {
type asym
playback.pcm {
type plug
slave.pcm "hw:0,0"
}
capture.pcm {
type plug
slave.pcm "PCH_input"
}
}

0 comments on commit e9a8697

Please sign in to comment.