Code: Select all
options snd_hda_intel index=1,0 vid=0x1022,0x1002 pid=0x8814,0x8809Code: Select all
udevadm info -a /sys/bus/pci/devices/0000:07:00.6
udevadm info -a /sys/bus/pci/devices/0000:07:00.1Code: Select all
0 snd_hda_intel
1 snd_hda_intelCode: Select all
0 [Generic_1 ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xfcc80000 irq 85
1 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xfcc88000 irq 84Why not? IMHO it is the easiest solution. I have also a pure alsa solution and KDE and I am happy with KMix (using PCM). I use a global /etc/asound.conf ->gorg86 wrote:[...] Alright, instead of defining my default device in .asoundrc [...]
Code: Select all
# cat /etc/asound.conf
defaults.pcm.card 0
defaults.pcm.device 3
#
# aplay -l
**** Liste der Hardware-Geräte (PLAYBACK) ****
Karte 0: PCH [HDA Intel PCH], Gerät 0: Generic Analog [Generic Analog]
Sub-Geräte: 1/1
Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 1: Generic Digital [Generic Digital]
Sub-Geräte: 1/1
Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 3: HDMI 0 [Acer ET430K]
Sub-Geräte: 1/1
Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 7: HDMI 1 [HDMI 1]
Sub-Geräte: 1/1
Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 8: HDMI 2 [HDMI 2]
Sub-Geräte: 1/1
Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 9: HDMI 3 [HDMI 3]
Sub-Geräte: 1/1
Sub-Gerät #0: subdevice #0kmix ignores the default alsa device defined in .asoundrc, only changing the index numbers worked.pietinger wrote: Why not? IMHO it is the easiest solution. I have also a pure alsa solution and KDE and I am happy with KMix (using PCM). I use a global /etc/asound.conf ->
Code: Select all
07:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Renoir/Cezanne HDMI/DP Audio Controller
07:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h/19h/1ah HD Audio ControllerCode: Select all
**** List of PLAYBACK Hardware Devices ****
card 0: Generic_1 [HD-Audio Generic], device 0: ALC897 Analog [ALC897 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Generic_1 [HD-Audio Generic], device 1: ALC897 Digital [ALC897 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 7: HDMI 1 [LG TV]
Subdevices: 1/1
Subdevice #0: subdevice #0Code: Select all
snd_hda_codec_alc662 16384 1
snd_hda_codec_realtek_lib 57344 1 snd_hda_codec_alc662
snd_hda_codec_generic 122880 2 snd_hda_codec_alc662,snd_hda_codec_realtek_lib
snd_hda_codec_atihdmi 16384 1
snd_hda_codec_hdmi 57344 1 snd_hda_codec_atihdmi
snd_hda_intel 61440 11
snd_hda_codec 196608 6 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_alc662,snd_hda_codec_realtek_lib,snd_hda_codec_atihdmi
snd_hda_core 135168 7 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_alc662,snd_hda_codec,snd_hda_codec_realtek_lib,snd_hda_codec_atihdmi
snd_intel_dspcfg 45056 1 snd_hda_intel
snd_intel_sdw_acpi 16384 1 snd_intel_dspcfg
snd_hwdep 20480 1 snd_hda_codec
snd_pcm 188416 7 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd_timer 49152 4 snd_pcm
snd 135168 24 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_hda_codec_realtek_lib,snd_pcm
soundcore 12288 1 sndCode: Select all
card 1: Generic [HD-Audio Generic], device 7: HDMI 1 [LG TV]Code: Select all
defaults.pcm.card 1
defaults.pcm.device 7