diff --git a/etc/udev/rules.d/91-mic-no-boost.rules b/etc/udev/rules.d/91-mic-no-boost.rules new file mode 100644 index 0000000..240cadb --- /dev/null +++ b/etc/udev/rules.d/91-mic-no-boost.rules @@ -0,0 +1 @@ +SUBSYSTEM=="sound", ACTION=="change", KERNEL=="card*", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x9d71", ENV{ACP_PROFILE_SET}="noboost.conf" diff --git a/usr/share/alsa-card-profile/mixer/paths/analog-input-internal-mic-noboost.conf b/usr/share/alsa-card-profile/mixer/paths/analog-input-internal-mic-noboost.conf new file mode 100644 index 0000000..a1e040a --- /dev/null +++ b/usr/share/alsa-card-profile/mixer/paths/analog-input-internal-mic-noboost.conf @@ -0,0 +1,4 @@ +.include analog-input-internal-mic.conf + +[Element Internal Mic Boost] +volume = off diff --git a/usr/share/alsa-card-profile/mixer/profile-sets/noboost.conf b/usr/share/alsa-card-profile/mixer/profile-sets/noboost.conf new file mode 100644 index 0000000..eb5232c --- /dev/null +++ b/usr/share/alsa-card-profile/mixer/profile-sets/noboost.conf @@ -0,0 +1,4 @@ +.include default.conf + +[Mapping analog-stereo] +paths-input = analog-input-internal-mic-noboost