mkimage-profiles/features.in/e2k/config.mk
Michael Shigorin 29bbcaa14b e2k: add sound setup
Radeon HDMI as the default soundcard isn't really optimal,
and trying to push 44100 kHz samples towards 48 kHz interface
isn't going to sound great; provide sane ALSA dmix defaults
for Elbrus-401 PC workstation.
2017-08-21 21:57:54 +03:00

11 lines
248 B
Makefile

use/e2k:
@$(call add_feature)
@$(call set,KFLAVOURS,mcst-def)
use/e2k/x11: use/e2k use/x11
@$(call add,THE_PACKAGES,xorg-conf-e401-radeon)
@$(call add,THE_PACKAGES,xorg-drv-ati)
use/e2k/sound:
@$(call add,THE_PACKAGES,setup-alsa-elbrus-401)