This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# File written by chadmed <[email protected]> | |
# This file is organised from top to bottom as sound enters ALSA from user space. | |
# Set up device and set default for Pulse, PipeWire, JACK, etc. | |
# XXX: doesn't work reliably with PipeWire for some reason. | |
pcm.!default { | |
type plug | |
slave.pcm pass6 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm64 6.4.0 Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="clang version 16.0.6" | |
CONFIG_GCC_VERSION=0 | |
CONFIG_CC_IS_CLANG=y | |
CONFIG_CLANG_VERSION=160006 | |
CONFIG_AS_IS_LLVM=y | |
CONFIG_AS_VERSION=160006 |