[Alsa-user] ALSA UCM: Per-channel volume mixer controls?

2025-04-27 Thread Joshua Leivenzon
o far, acting on CH2 alone: SectionDevice."Speaker" { Comment "Speakers" Value { PlaybackPCM "hw:''${CardId},0" PlaybackRate 48000 PlaybackChannels 2 PlaybackVolume "TAS6424 Speaker Driver CH2 Playback Volume" } } Thanks, Josh __

[Alsa-user] Increase buffer size

2025-04-10 Thread Andrew Pattison
2 { type hw card 1 } ctl.ufo202 { type hw card 1 } How can I get a nice big audio buffer for this device? Thanks Andrew. _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Trying to record stereo mix on ALC892 HDA

2025-02-28 Thread Vampire Frog
dd_stereo_mix_input = yes #mixer_nid = 0 #auto_mic = no auto_mute = no #hp_mic_detect = no indep_hp = yes jack_detect = no line_in_auto_switch = no power_save_node = D0 #multi_cap_vol = yes _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Microphone muted when level is set below 8%

2025-02-20 Thread Andrea Vai
341] ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] aplay: set_params:1358: Channels count non available

2024-11-09 Thread Rainer Dorsch via Alsa-user
hanks Rainer -- Rainer Dorsch http://bokomoko.de/ _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] how to play multiple audio in multithreading with ALSA

2024-11-05 Thread target
2, NULL); snd_pcm_close(playback_handle); return 0; } ``` ``` asound_threads 1.pcm 2.pcm play song 1.pcm and 2.pcm size = 320 size = 320 ``` But it sounds messy, the two PCMs are played in an interleaved way, but the speed is wrong and flittered. So in my case, how can I play multiple audios (audio mixing) in multithreading? thanks, -Tao ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] Basic information on alsa needed

2024-10-30 Thread Seamus de Mora via Alsa-user
Thanks for the thoughtful reply Ralf. I'll try to "digest" this, and follow up later. On 10/27/24 7:41 PM, Ralf Mardorf wrote: On Sun, 2024-10-27 at 18:29 -0500, Seamus de Mora via Alsa-user wrote: What role does 'alsa' play on my systems? Hi, in simple terms, it

Re: [Alsa-user] Basic information on alsa needed

2024-10-27 Thread Ralf Mardorf
On Sun, 2024-10-27 at 18:29 -0500, Seamus de Mora via Alsa-user wrote: > What role does 'alsa' play on my systems? Hi, in simple terms, it can be said that ALSA is responsible for the hardware level and provides the kernel modules/drivers. Pipewire is a soundserver that works on t

Re: [Alsa-user] Basic information on alsa needed

2024-10-27 Thread chris hermansen
Seamus and list, On Sun, Oct 27, 2024 at 4:51 PM Seamus de Mora via Alsa-user < alsa-user@lists.sourceforge.net> wrote: > I'm a bit confused about where & how 'alsa' fits in the "sound system" > on my Linux computers. > Why not have a read of this

[Alsa-user] Basic information on alsa needed

2024-10-27 Thread Seamus de Mora via Alsa-user
+; both with 'pipewire') have such different sound configurations? 4. Is there any intelligible documentation that discusses these questions? Thanks! ~S ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] send me some info

2024-10-27 Thread Seamus de Mora via Alsa-user
___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] MAX98357A on Raspberry Pi CM4. No volume control

2024-10-14 Thread Aleksandr Kuzemko
] vc4_hdmi fef05700.hdmi: 'dmas' DT property is missing or empty, no HDMI audio [0.363732] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops) -- [2.131441] clk: Disabling unused clocks [ 2.131826] ALSA device list: [ 2.131830] #0: MAX98357A __

[Alsa-user] Low volume output on Realtek ACL897 card

2024-09-25 Thread Marco Asa via Alsa-user
specific to Beelink units, is there any hope to reverse engineer a fix without support from the manufacturer (which indeed doesn't seem much concerned by the issue) or should I just give up? Thanks for your feedback, Marco Asa ___ Alsa-user ma

Re: [Alsa-user] Help on specifying 'chmap' in asound.conf

2024-07-19 Thread Takashi Iwai
hmap "LFE" > >> chmap FR,FL,LFE > >> champ "FR,FL,LFE" > > You need to define a composite array, e.g. pass like > > chmap [ "FL,FR" ] > > instead. > > > > For multiple configurations, you can put more items such as > > chmap [ "FC" "FL,FR" "FL,FR,FC,LFE" ] > > > > > > HTH, > > > > Takashi > > > > > > ___ > > Alsa-user mailing list > > Alsa-user@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/alsa-user ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] Help on specifying 'chmap' in asound.conf

2024-07-17 Thread Sergei Steshenko via Alsa-user
ems such as chmap [ "FC" "FL,FR" "FL,FR,FC,LFE" ] HTH, Takashi ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] Help on specifying 'chmap' in asound.conf

2024-07-16 Thread Takashi Iwai
hmap [ "FL,FR" ] instead. For multiple configurations, you can put more items such as chmap [ "FC" "FL,FR" "FL,FR,FC,LFE" ] HTH, Takashi ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Fwd: Help on specifying 'chmap' in asound.conf

2024-07-15 Thread Xinhui Zhou
FE" chmap FR,FL,LFE champ "FR,FL,LFE" Thanks! Xinhui, _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] snd-hda-intel stops PC Speaker beeps on Thinkpad T-470

2024-06-17 Thread Martin Hicks
Hi, I have a thinkpad T470 where I need the pc speaker beeps to be functional. If I blacklist the snd-hda-intel module everything works correctly. I'm able to beep via the beep command with the legacy IOCTL interface, and with both the pcspkr and snd-pcsp modules loaded via /dev/input/by-path/pl

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-23 Thread Peter P.
in standalone > > > mode. Any ideas? > > Without checking myself, did you look at the hdspconf tool perhaps? > > > > best, P > > > > > > ___ > > Alsa-user mailing list > > Alsa-user@lists.sourcef

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-23 Thread Peter P.
l perhaps? best, P ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-22 Thread David Kessler
way, what type and model of PCI extender are you using for the Pi5? ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user ___ Alsa-user mailing list Alsa-user@

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-22 Thread David Kessler
the right direction! Cheers! Oh by the way, what type and model of PCI extender are you using for the Pi5? _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user____

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-20 Thread Peter P.
are you using for the Pi5? _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-20 Thread Peter P.
g the HDSP+Multiface card working under Debian on a PowerPC (Apple G3 Pismo Notenbook) with a PCMCIA card. Your efforts reminded me of these days. best, P _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-20 Thread David Kessler
ALSA around 25 years ago. The modinfo description from kernel 5.10.0 for snd-pcm-oss seems to indicate it's for OSS emulation: "PCM OSS emulation for ALSA."  For kernel 5.10.0-29-amd64 from Devuan Chimaera, snd-seq-oss is not even listed. HTH __

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-20 Thread David Kessler
4 from Devuan Chimaera, snd-seq-oss is not even listed. HTH _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user _______ Alsa-user mailing list Alsa-user@lists.sourc

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-20 Thread David Kessler
kernel 5.10.0-29-amd64 from Devuan Chimaera, snd-seq-oss is not even listed. HTH _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user_______

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-20 Thread David Kessler
cription from kernel 5.10.0 for snd-pcm-oss seems to indicate it's for OSS emulation: "PCM OSS emulation for ALSA." For kernel 5.10.0-29-amd64 from Devuan Chimaera, snd-seq-oss is not even listed. HTH _______ Alsa-user mailing list Al

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-19 Thread Robert M. Riches Jr.
10.0-29-amd64 from Devuan Chimaera, snd-seq-oss is not even listed. HTH -- Robert Riches spamtra...@jacob21819.net (Yes, that is one of my email addresses.) Original Message > Message-ID: > Date: Sun, 19 May 2024 20:51:34 +0200 > To: alsa-user@lists.sourceforge.net &g

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-19 Thread David Kessler
's where I get lost. I assume I have to compile the kernel with the right modules Is there someone which could help me out? Thank's! _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-19 Thread David Kessler
me I have to compile the kernel with the right modules Is there someone which could help me out? Thank's! _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user ____

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-19 Thread David Kessler
-hdsp module is missing on that kernel. I have alsa-firmware-loaders installed but still no snd-hdsp module That's where I get lost. I assume I have to compile the kernel with the right modules Is there someone which could help me out? Thank's! ____

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-19 Thread David Kessler
aders installed but still no snd-hdsp module That's where I get lost. I assume I have to compile the kernel with the right modules Is there someone which could help me out? Thank's! ___ Alsa-user mailing list Alsa-user@lists.source

[Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-19 Thread David Kessler
mware-loaders installed but still no snd-hdsp module That's where I get lost. I assume I have to compile the kernel with the right modules Is there someone which could help me out? Thank's! ___ Alsa-user mailing list Alsa-user@lists.

[Alsa-user] [SOLVED] Re: speaker-test: no correct sound output on LFE and others speakers

2024-05-17 Thread Franco Martelli
Franco Martelli ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] speaker-test: no correct sound output on LFE and others speakers

2024-05-15 Thread Franco Martelli
cks. I seem to remember an old post on some forum that strongly recommended to use the audio digital output when available. Cheers, -- Franco Martelli _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] speaker-test: no correct sound output on LFE and others speakers

2024-05-13 Thread Franco Martelli
___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] speaker-test: no correct sound output on LFE and others speakers

2024-05-13 Thread Alan Corey
;,"Front Center","Rear Left", "Rear Right" and maybe "LFE" speakers. > > The voice for "Front Right" comes from "Front Right","Front > Center","Rear Left", "Rear Right" and maybe "LFE" speakers. > > These are the

Re: [Alsa-user] speaker-test: no correct sound output on LFE and others speakers

2024-05-13 Thread Franco Martelli
","Rear Left", "Rear Right" and maybe "LFE" speakers. These are the only two voices I can hear at all. But strangely the order of the tested speakers this time it's changed. Cheers, -- Franco Martelli ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] How to submit a patch

2024-05-12 Thread James Dutton
ation/process After ensuring the patch passes all the checks, then post a patch, with a well formatted title and description, if it exists, a link to any relevant bugzilla page, and the "Signed-off-by:" and then send it to the alsa-devel mailing list. ______

Re: [Alsa-user] speaker-test: no correct sound output on LFE and others speakers

2024-05-12 Thread James Dutton
should play some voice from each speaker in turn. ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] speaker-test: no correct sound output on LFE and others speakers

2024-05-08 Thread Franco Martelli
urround system? Please help. ¹ https://www.logitech.com/en-us/products/speakers/z906-surround-sound-system.980-000467.html ² https://packages.debian.org/bookworm/clementine -- Franco Martelli _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://l

[Alsa-user] Preblem RME UFX+ Avlinux MXe

2024-05-05 Thread Mika Kilpi via Alsa-user
https://forum.mxlinux.org/viewtopic.php?t=80346 I would appreciate your help. Sent with [Proton Mail](https://proton.me/) secure email.___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] How to submit a patch

2024-04-16 Thread G S
mailing list for review? Thanks in advance for your assistance. ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] Setting "SpkrRight PA Volume" and "SpkrLeft PA Volume" controls is only possible with text-GUI alsamixer, not command

2024-04-16 Thread Weiwu Zhang
me left_volume = get_volume(spkr_left_name) right_volume = get_volume(spkr_right_name) print("Current Left Speaker Volume:", left_volume) print("Current Right Speaker Volume:", right_volume) ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Setting "SpkrRight PA Volume" and "SpkrLeft PA Volume" controls is only possible with text-GUI alsamixer, not command

2024-04-10 Thread Weiwu Zhang
x27;VA_AIF1_CAP Mixer DEC2' numid=275,iface=MIXER,name='VA_AIF1_CAP Mixer DEC3' numid=276,iface=MIXER,name='VA_AIF2_CAP Mixer DEC0' numid=277,iface=MIXER,name='VA_AIF2_CAP Mixer DEC1' numid=278,iface=MIXER,name='VA_AIF2_CAP Mixer DEC2' numid=279,iface=MIXER,name='VA_AIF2_CAP Mixer DEC3' numid=280,iface=MIXER,name='VA_AIF3_CAP Mixer DEC0' numid=281,iface=MIXER,name='VA_AIF3_CAP Mixer DEC1' numid=282,iface=MIXER,name='VA_AIF3_CAP Mixer DEC2' numid=283,iface=MIXER,name='VA_AIF3_CAP Mixer DEC3' numid=129,iface=MIXER,name='VA_DEC0 MODE' numid=125,iface=MIXER,name='VA_DEC0 Volume' numid=130,iface=MIXER,name='VA_DEC1 MODE' numid=126,iface=MIXER,name='VA_DEC1 Volume' numid=131,iface=MIXER,name='VA_DEC2 MODE' numid=127,iface=MIXER,name='VA_DEC2 Volume' numid=132,iface=MIXER,name='VA_DEC3 MODE' numid=128,iface=MIXER,name='VA_DEC3 Volume' numid=259,iface=MIXER,name='WSA RX0 MUX' numid=260,iface=MIXER,name='WSA RX1 MUX' numid=257,iface=MIXER,name='WSA RX_MIX EC0_MUX' numid=258,iface=MIXER,name='WSA RX_MIX EC1_MUX' numid=261,iface=MIXER,name='WSA RX_MIX0 MUX' numid=262,iface=MIXER,name='WSA RX_MIX1 MUX' numid=255,iface=MIXER,name='WSA_AIF_VI Mixer WSA_SPKR_VI_1' numid=256,iface=MIXER,name='WSA_AIF_VI Mixer WSA_SPKR_VI_2' numid=204,iface=MIXER,name='WSA_CODEC_DMA_RX_0 Audio Mixer MultiMedia1' numid=203,iface=MIXER,name='WSA_CODEC_DMA_RX_0 Audio Mixer MultiMedia2' numid=121,iface=MIXER,name='WSA_COMP1 Switch' numid=122,iface=MIXER,name='WSA_COMP2 Switch' numid=117,iface=MIXER,name='WSA_RX0 Digital Mute' numid=115,iface=MIXER,name='WSA_RX0 Digital Volume' numid=123,iface=MIXER,name='WSA_RX0 EC_HQ Switch' numid=263,iface=MIXER,name='WSA_RX0 INP0' numid=264,iface=MIXER,name='WSA_RX0 INP1' numid=265,iface=MIXER,name='WSA_RX0 INP2' numid=271,iface=MIXER,name='WSA_RX0 INT0 SIDETONE MIX' numid=266,iface=MIXER,name='WSA_RX0 MIX INP' numid=119,iface=MIXER,name='WSA_RX0_MIX Digital Mute' numid=118,iface=MIXER,name='WSA_RX1 Digital Mute' numid=116,iface=MIXER,name='WSA_RX1 Digital Volume' numid=124,iface=MIXER,name='WSA_RX1 EC_HQ Switch' numid=267,iface=MIXER,name='WSA_RX1 INP0' numid=268,iface=MIXER,name='WSA_RX1 INP1' numid=269,iface=MIXER,name='WSA_RX1 INP2' numid=270,iface=MIXER,name='WSA_RX1 MIX INP' numid=120,iface=MIXER,name='WSA_RX1_MIX Digital Mute' numid=113,iface=MIXER,name='WSA_Softclip0 Enable' numid=114,iface=MIXER,name='WSA_Softclip1 Enable' numid=197,iface=MIXER,name='stream0.vol_ctrl0 MultiMedia1 Playback Volu' numid=198,iface=MIXER,name='stream1.vol_ctrl1 MultiMedia2 Playback Volu' ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Setting "SpkrRight PA Volume" and "SpkrLeft PA Volume" controls is only possible with text-GUI alsamixer, not command

2024-04-10 Thread a
MIXER,name='VA_AIF1_CAP Mixer DEC3' numid=276,iface=MIXER,name='VA_AIF2_CAP Mixer DEC0' numid=277,iface=MIXER,name='VA_AIF2_CAP Mixer DEC1' numid=278,iface=MIXER,name='VA_AIF2_CAP Mixer DEC2' numid=279,iface=MIXER,name='VA_AIF2_CAP Mixer DEC3' numid=280,iface=MIXER,name='VA_AIF3_CAP Mixer DEC0' numid=281,iface=MIXER,name='VA_AIF3_CAP Mixer DEC1' numid=282,iface=MIXER,name='VA_AIF3_CAP Mixer DEC2' numid=283,iface=MIXER,name='VA_AIF3_CAP Mixer DEC3' numid=129,iface=MIXER,name='VA_DEC0 MODE' numid=125,iface=MIXER,name='VA_DEC0 Volume' numid=130,iface=MIXER,name='VA_DEC1 MODE' numid=126,iface=MIXER,name='VA_DEC1 Volume' numid=131,iface=MIXER,name='VA_DEC2 MODE' numid=127,iface=MIXER,name='VA_DEC2 Volume' numid=132,iface=MIXER,name='VA_DEC3 MODE' numid=128,iface=MIXER,name='VA_DEC3 Volume' numid=259,iface=MIXER,name='WSA RX0 MUX' numid=260,iface=MIXER,name='WSA RX1 MUX' numid=257,iface=MIXER,name='WSA RX_MIX EC0_MUX' numid=258,iface=MIXER,name='WSA RX_MIX EC1_MUX' numid=261,iface=MIXER,name='WSA RX_MIX0 MUX' numid=262,iface=MIXER,name='WSA RX_MIX1 MUX' numid=255,iface=MIXER,name='WSA_AIF_VI Mixer WSA_SPKR_VI_1' numid=256,iface=MIXER,name='WSA_AIF_VI Mixer WSA_SPKR_VI_2' numid=204,iface=MIXER,name='WSA_CODEC_DMA_RX_0 Audio Mixer MultiMedia1' numid=203,iface=MIXER,name='WSA_CODEC_DMA_RX_0 Audio Mixer MultiMedia2' numid=121,iface=MIXER,name='WSA_COMP1 Switch' numid=122,iface=MIXER,name='WSA_COMP2 Switch' numid=117,iface=MIXER,name='WSA_RX0 Digital Mute' numid=115,iface=MIXER,name='WSA_RX0 Digital Volume' numid=123,iface=MIXER,name='WSA_RX0 EC_HQ Switch' numid=263,iface=MIXER,name='WSA_RX0 INP0' numid=264,iface=MIXER,name='WSA_RX0 INP1' numid=265,iface=MIXER,name='WSA_RX0 INP2' numid=271,iface=MIXER,name='WSA_RX0 INT0 SIDETONE MIX' numid=266,iface=MIXER,name='WSA_RX0 MIX INP' numid=119,iface=MIXER,name='WSA_RX0_MIX Digital Mute' numid=118,iface=MIXER,name='WSA_RX1 Digital Mute' numid=116,iface=MIXER,name='WSA_RX1 Digital Volume' numid=124,iface=MIXER,name='WSA_RX1 EC_HQ Switch' numid=267,iface=MIXER,name='WSA_RX1 INP0' numid=268,iface=MIXER,name='WSA_RX1 INP1' numid=269,iface=MIXER,name='WSA_RX1 INP2' numid=270,iface=MIXER,name='WSA_RX1 MIX INP' numid=120,iface=MIXER,name='WSA_RX1_MIX Digital Mute' numid=113,iface=MIXER,name='WSA_Softclip0 Enable' numid=114,iface=MIXER,name='WSA_Softclip1 Enable' numid=197,iface=MIXER,name='stream0.vol_ctrl0 MultiMedia1 Playback Volu' numid=198,iface=MIXER,name='stream1.vol_ctrl1 MultiMedia2 Playback Volu' This is Weiwu's private email address. Normally, contact m...@weiwu.id.au ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Managed to break snd-hda-intel with Realtek ALC298

2024-03-20 Thread David Lazar
ed, with nothing about it in the kernel log. So, what do you think? Is there any way to restore my sound card to health, or am I forever stuck with Bluetooth speakers? Is there any way to reset the audio controllers? Any advice will be deeply appreciated. Thanks, -=[david]=-

Re: [Alsa-user] [External] Re: No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-29 Thread Jeff Chua
mes as ubuntu loaded in the > > USB boot up, and this time everything worked! > > > > Vanilla pure linux setup. Just latest Linux kernel from git, Alsa, and > > SOF (sof-bin-2023.12.tar.gz). > > > > The only firmware missng are cirrus/cs35l41-dsp1-spk-prot.bin and > > cirrus/cs35l41-dsp1-spk-prot.wmfw and I took those from Ubuntu USB > > boot up. > > Those firmware files should have been already in the latest > linux-firmware tree. You're right, it's there! My pull and install script ignored the cirrus directory.. Jeff. ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] [External] Re: No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-28 Thread Jeff Chua
boot up, and this time everything worked! Vanilla pure linux setup. Just latest Linux kernel from git, Alsa, and SOF (sof-bin-2023.12.tar.gz). The only firmware missng are cirrus/cs35l41-dsp1-spk-prot.bin and cirrus/cs35l41-dsp1-spk-prot.wmfw and I took those from Ubuntu USB boot up. Thank you al

Re: [Alsa-user] [External] Re: No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-28 Thread Jeff Chua
rg, a kernel > configuration will probably not change anything. You don't necessarily > have to rebuild the whole kernel, but only the corresponding module or > modules, simply with dkms. > > Regards, > Ralf > How about testing a live media, e.g. Ubuntu from an USB stick? Ra

Re: [Alsa-user] [External] Re: No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-27 Thread Ralf Mardorf
imply with dkms. Regards, Ralf ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] [External] Re: No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-27 Thread Jeff Chua
Subdevice #0: subdevice #0 > > card 1: sofhdadsp [sof-hda-dsp], device 31: HDA Analog Deep Buffer > > (*)[] > >Subdevices: 1/1 > >Subdevice #0: subdevice #0 > > > > > > > > I've tried https://github.com/xooco

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-25 Thread Jeff Chua
#0: subdevice #0 card 1: sofhdadsp [sof-hda-dsp], device 31: HDA Analog Deep Buffer (*)[] Subdevices: 1/1 Subdevice #0: subdevice #0 I've tried https://github.com/xoocoon/hp-15-ew0xxx-snd-fix. The patches applied cleanly to 6.4.16 but still no sound, and I don't see the CS35L41-hda ... # output nothing sudo dmesg | grep cs35l41-hda What else can I try? Thanks, Jeff ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-24 Thread Jeff Chua
nd a machine with ubuntu to test and grap the .config from > > there. I've made some progress, got a ubuntu config and currently testing. It's using SOF, and it loaded all the modules and found the card, but still no sound from the speaker but headphones works. I'll test further. ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] snd_usb_audio duplex not possible Re: restricting usb device allowed format/depth

2024-02-22 Thread Ian Malone
Rates: 44100, 48000 > Bits: 24 > Channel map: FL FR > > > I could try adjusting the pipewire configuration to force alsa devices > to S16_LE (already experimenting with that), however it wouldn't solve > the problem with programs like audacity that try to ac

[Alsa-user] restricting usb device allowed format/depth

2024-02-21 Thread Ian Malone
em to be about setting up dmix devices, which doesn't really solve the problem of an available device on the system offering S24. I can't see any snd-usb-audio module options that would do it. -- imalone _______ Alsa-user mailing list Alsa-user@li

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-20 Thread Paul Menzel
1. I'll try to find a machine with ubuntu to test and grap the .config from there. Thanks, Jeff _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-19 Thread Jeff Chua
ew P1. I'll try to find a machine with ubuntu to test and grap the .config from there. Thanks, Jeff ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-17 Thread Takashi Iwai
gt; buffer_size : 24000 > > > > period_size : 6000 > > > > period_time : 125000 > > > > tstamp_mode : ENABLE > > > > tstamp_type : MONOTONIC > > > > period_step : 1 > > > > avail_min: 6000 > > > > period_event : 0 > > > > start_threshold : 24000 > > > > stop_threshold : 24000 > > > > silence_threshold: 0 > > > > silence_size : 0 > > > > boundary : 6755399441055744000 > > > > appl_ptr : 0 > > > > hw_ptr : 0 > > > > # + | 47% > > > > > > > > > > > > > > > > > The quirk for your device was added already in 6.4 kernel, so please > > > > > try that old kernel to see whether it's a regression. > > > > > > > > Ok, I'll test that next. > > > > > > Tried on 6.4.16 and still not working. > > > > > > The snd-hda-scodec-cs35l41-i2c module is not loaded. Is this necessary? > > > > > > I got a feeling my kernel is not probing for the CS35L41. How can I > > > help trace this? > > > > Have you tried the recent distro standard kernel at all? > > No, but if you can send me a working .config and I'll try to compile it. Take your distro kernel. I don't know what you're using, and it's really up to you. It seems that the machine was certified for Ubuntu, at least. Takashi ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-17 Thread Jeff Chua
: 16 > > > buffer_size : 24000 > > > period_size : 6000 > > > period_time : 125000 > > > tstamp_mode : ENABLE > > > tstamp_type : MONOTONIC > > > period_step : 1 > > > avail_min: 6000 > > > period_event : 0 > > > start_threshold : 24000 > > > stop_threshold : 24000 > > > silence_threshold: 0 > > > silence_size : 0 > > > boundary : 6755399441055744000 > > > appl_ptr : 0 > > > hw_ptr : 0 > > > # + | 47% > > > > > > > > > > > > > The quirk for your device was added already in 6.4 kernel, so please > > > > try that old kernel to see whether it's a regression. > > > > > > Ok, I'll test that next. > > > > Tried on 6.4.16 and still not working. > > > > The snd-hda-scodec-cs35l41-i2c module is not loaded. Is this necessary? > > > > I got a feeling my kernel is not probing for the CS35L41. How can I > > help trace this? > > Have you tried the recent distro standard kernel at all? No, but if you can send me a working .config and I'll try to compile it. Thanks, Jeff ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-17 Thread Takashi Iwai
avail_min: 6000 > > period_event : 0 > > start_threshold : 24000 > > stop_threshold : 24000 > > silence_threshold: 0 > > silence_size : 0 > > boundary : 6755399441055744000 > > appl_ptr : 0 > > hw_ptr : 0 > > # + | 47% > > > > > > > > > The quirk for your device was added already in 6.4 kernel, so please > > > try that old kernel to see whether it's a regression. > > > > Ok, I'll test that next. > > Tried on 6.4.16 and still not working. > > The snd-hda-scodec-cs35l41-i2c module is not loaded. Is this necessary? > > I got a feeling my kernel is not probing for the CS35L41. How can I > help trace this? Have you tried the recent distro standard kernel at all? Takashi ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-16 Thread Jeff Chua
0 > appl_ptr : 0 > hw_ptr : 0 > # + | 47% > > > > > The quirk for your device was added already in 6.4 kernel, so please > > try that old kernel to see whether it's a regression. > > Ok, I'll test that next. Tried on 6.4.16 and still not working. The snd-hda-scodec-cs35l41-i2c module is not loaded. Is this necessary? I got a feeling my kernel is not probing for the CS35L41. How can I help trace this? Thanks, Jeff ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-16 Thread Jeff Chua
boundary : 6755399441055744000 appl_ptr : 0 hw_ptr : 0 # + | 47% > The quirk for your device was added already in 6.4 kernel, so please > try that old kernel to see whether it's a regression. Ok, I'll test that next. Thank you! > > Takashi ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-16 Thread Takashi Iwai
iguration (17aa:2317), too. Also, you're testing without pipewire nor pulseaudio, right? Just "aplay -Dplughw:0 -vv foo.wav" should be good as a test. The quirk for your device was added already in 6.4 kernel, so please try that old kernel to see whether it's a regression.

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-15 Thread Takashi Iwai
nable_ini=0 > split_lock_detect=off thinkpad_acpi.fan_control=1 > thinkpad_acpi.volume_control=1 x11 sd_mod.ssd=1 > psmouse.synaptics_intertouch=1 Could you drop thinkpad_acpi options? Then give alsa-info.sh output while testing the speaker. Run the script with --no-upload option, and attach the output. Also, please give the dmesg output, too. thanks, Takashi ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] Realtek ALC714 - No sound with Dell XPS 9320

2024-01-02 Thread Kai Vehmanen
ted/index.html#debug-audio-issues-on-intel-platforms Br, Kai ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] realtek ALC897 lacks a beep channel is there any way to get one?

2023-12-27 Thread Robin Becker
? -- Robin Becker _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Realtek ALC714 - No sound with Dell XPS 9320

2023-12-12 Thread Chumi
intel model=dell-xps13 # ALC288 fixups on Dell XPS13 #options snd-hda-intel model=alc288-dell-xps13 * Thank you in advance for your return. ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] using hda-intel I hear no sound

2023-11-09 Thread John Covici
Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici wb2una cov...@ccs.covici.com _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] incident with a game

2023-11-05 Thread Alan Grimes via Alsa-user
based threadripper board by MSI, using some kind of audio chip off of the USB bus. -- Don't let the moon-men get you! =P #EggCrisis #BlackWinter White is the new Kulak. Powers are not rights. ___ Alsa-user mailing list Alsa-user@lists.sourceforge

Re: [Alsa-user] No Audio Output

2023-11-03 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [Alsa-user] No Audio Output Message-ID : Date & Time: Fri, 3 Nov 2023 16:13:23 + [LP] == Lex Peters has written: LP> The only option I saw in the bios for audio was under LP> Devices/South Bridge/Audio Configuration / Azalia HD

Re: [Alsa-user] No Audio Output

2023-11-02 Thread Masaru Nomiya
Hello, In the Message; Subject: [Alsa-user] No Audio Output Message-ID : Date & Time: Thu, 2 Nov 2023 22:19:02 + [LP] == Lex Peters has written: LP> Info About System : https://alsa-project.org/db/?f=2051fd37538f31d94f57dec4c87ca6e10eae26e5 LP> I have au

[Alsa-user] No Audio Output

2023-11-02 Thread Lex Peters
appreciated. The snap shot above is of my system streaming a YouTube video and the headphone jack is connected for my output. All volumes are turned all the way up and I still have zero audio output. Thanks in advance. ___ Alsa-user mailing list

Re: [Alsa-user] hda intel speaker not working

2023-10-27 Thread Paul Menzel
erence the bug report URL here. Kind regards, Paul [1]: https://alsa-project.org/alsa-info.sh ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] hda intel speaker not working

2023-10-27 Thread James Dutton
0 Revision Id: 0x100202 Kind Regards James ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Redirecting sound to a file

2023-10-10 Thread Amit Chaudhuri
post. I am running Kaleidoscope Lite 5.6.3 (latest stable) on Linux (Ubuntu 22.04.3) using the aoss script to wrap the call to the product. Regards, Amit ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists

Re: [Alsa-user] Help: maya44 device inaccessible

2023-10-08 Thread David McNab
; Oct 8 07:21:54 rebirth systemd-udevd[2368803]: controlC5: Process > '/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime > restore 5' failed with exit code 99. > Oct 8 07:21:54 rebirth mtp-probe: checking bus 1, device 65: > "/sys/devices/pci:

[Alsa-user] Help: maya44 device inaccessible

2023-10-07 Thread David McNab
lsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore 5' failed with exit code 99. Oct 8 07:21:54 rebirth mtp-probe: checking bus 1, device 65: "/sys/devices/pci:00/:00:14.0/usb1/1-8" Oct 8 07:21:54 rebirth mtp-probe: bus: 1, device: 65 was not an MTP device ___

[Alsa-user] Alsa change value to limit maximum volume

2023-10-07 Thread prts
n /var/lib/alsa/asound.state. Any possibility to change this value? Thanks and have a nice day. Sylvain ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Controlling the Yamaha Reface series with Linux

2023-09-26 Thread Benjamin McLean
ate any advice on what to do for this. Thanks! -- Ben McLean “If every good and perfect gift comes from the Father of Lights, then all true and edifying writings, whether in Scripture or not, must in some sense be inspired.” - C. S. Lewis ___ Alsa-

[Alsa-user] "alsactl restore" does not load the driver state

2023-08-13 Thread YuGiOhJCJ via Alsa-user
Best regards. About my system: Packages: - alsa-lib-1.2.9 - alsa-plugins-1.2.7.1 - alsa-utils-1.2.9 Operating system: Slackware 14.2 (64-bit) Architecture: x86_64 Kernel: Linux 5.18.10 _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https

[Alsa-user] Problems with ACER Aspire 3 built-in audio

2023-08-08 Thread Bill Purvis
| | email:b...@billp.org | ++ _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] Loading sofhdadsp vs. loading sofsoundwire [Dell XPS 9320, Ubuntu vs. Alpine]

2023-08-08 Thread Kai Vehmanen
Hi, On Wed, 19 Jul 2023, Nico Schottelius via Alsa-user wrote: > I tried to use sof-v2.5 and after adding the module parameters > > options snd_sof_pci ipc_type=1 > options snd_sof_intel_hda_common sof_use_tplg_nhlt=1 thank you for the report. SOF 2.5 (and SOF2.6 still) is opt

Re: [Alsa-user] Loading sofhdadsp vs. loading sofsoundwire [Dell XPS 9320, Ubuntu vs. Alpine]

2023-07-19 Thread Nico Schottelius via Alsa-user
in the right direction. > > Best regards, > > Nico > > [2. application/octet-stream; alsainfo-alpine-6.4.3-1-edge]... > > > > > Nico Schottelius via Alsa-user writes: > >> Hello, >> >> I have a curious problem on a Dell XPS 9320: >> >>

Re: [Alsa-user] Loading sofhdadsp vs. loading sofsoundwire [Dell XPS 9320, Ubuntu vs. Alpine]

2023-07-19 Thread Nico Schottelius via Alsa-user
ainfo-alpine-6.4.3-1-edge Description: Binary data Nico Schottelius via Alsa-user writes: > Hello, > > I have a curious problem on a Dell XPS 9320: > > When loading Ubuntu with kernel 5.19.0-32 on it, it selects the > sof-soundwire subsystem and sound works. > > When I

[Alsa-user] Loading sofhdadsp vs. loading sofsoundwire [Dell XPS 9320, Ubuntu vs. Alpine]

2023-07-17 Thread Nico Schottelius via Alsa-user
p/xps-9320/config-5.19.0-32-generic https://www.nico.schottelius.org/temp/xps-9320/aplay-l-ubuntu [2] https://www.nico.schottelius.org/temp/xps-9320/ -- Sustainable and modern Infrastructures by ungleich.ch ___ Alsa-user mailing list

[Alsa-user] Updated hda-analyzer for modern python

2023-07-02 Thread Ernst Sjöstrand
sound/pci/hda/hp_x360_helper.c Regards //Ernst ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] Troubleshooting ALSA configuration files parsing

2023-04-15 Thread Guillaume Khayat
> snd_bcm2835 > snd_soc_bcm2835_i2s > snd_soc_pcm5102a > snd_soc_rpi_simple_soundcard > uio > uio_pdrv_genirq > v4l2_mem2mem > vc_sm_cma > videobuf2_common > videobuf2_dma_contig > videobuf2_memops > videobuf2_v4l2 > videobuf2_vmalloc > videodev > > > !!ALSA/HDA dmesg > !!-- > > [0.00] Built 1 zonelists, mobility grouping on. Total pages: 249984 > [0.00] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 > snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 > video=HDMI-A-1:1920x1080M@60 vc_mem.mem_base=0x3ec0 > vc_mem.mem_size=0x4000 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 > rootfstype=ext4 rootwait logo.nologo > [0.00] Dentry cache hash table entries: 131072 (order: 8, 1048576 > bytes, linear) > -- > [3.291709] of_cfs_init: OK > [3.298933] ALSA device list: > [3.304440] No soundcards found. > [3.310735] Waiting for root device /dev/mmcblk0p2... > -- > [6.836072] audit: type=1334 audit(1680102470.170:3): prog-id=6 op=LOAD > [7.621873] snd_bcm2835: module is from the staging directory, the quality > is unknown, you have been warned. > [7.633856] vc_sm_cma: module is from the staging directory, the quality > is unknown, you have been warned. > -- > [7.651720] [vc_sm_connected_init]: start > [7.700969] bcm2835_audio bcm2835_audio: card created with 4 channels > [7.726147] mc: Linux media interface: v0.10 > [7.740401] [vc_sm_connected_init]: installed successfully > [7.747054] bcm2835_audio bcm2835_audio: card created with 4 channels > [7.896829] videodev: Linux video capture interface: v2.00 ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Looking for the magic alsa config file

2023-04-12 Thread Alan Corey
nitor can do HDMI sound. I've messed around in alsamixer and amixer, set controls so nothing is turned down all the way. Even Pulseaudio doesn't seem to have the solution. -- - Education is contagious. _______ Alsa-user mailing li

[Alsa-user] ALSA PCM DOP Mode - DAC Support

2023-03-29 Thread Leonard Bocock
issing here? Thanks, ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Troubleshooting ALSA configuration files parsing

2023-03-29 Thread Guillaume Khayat
quality is unknown, you have been warned. [7.633856] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. -- [7.651720] [vc_sm_connected_init]: start [7.700969] bcm2835_audio bcm2835_audio: card created with 4 channels [7.726147] mc: Linux

Re: [Alsa-user] [BUG] Roland VS-100 not working, (possible) regression in snd_usb_audio

2023-03-04 Thread Alberto Zin
s track there > https://bugzilla.kernel.org/show_bug.cgi?id=217084 > > > Takashi Yes, better to discuss on that place. Anyway "broken" means that only "dummy audio" device appeared on distro settings, without any sound. Thanks, Alberto >

Re: [Alsa-user] [BUG] Roland VS-100 not working, (possible) regression in snd_usb_audio

2023-03-04 Thread Takashi Iwai
y possibilities > > (if > > needed also by recompiling the kernel) > > What exactly is "broken"? Please elaborate that part. > The probe of the VS-100 itself seems working with the new kernel, too, > so cannot judge without much detailed contexts. OK, I see now th

Re: [Alsa-user] [BUG] Roland VS-100 not working, (possible) regression in snd_usb_audio

2023-03-03 Thread Takashi Iwai
dge without much detailed contexts. thanks, Takashi > > There is a long thread on linux musicians forum about this issue: > https://linuxmusicians.com/viewtopic.php?t=23883 > > Hope you guys can help. > thanks in advance, > Alberto > > ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Configurable USB Codec Input Audio Amplifier Board Wondom KAB9[774], with CM6206 chip working with weird channel order.

2023-02-27 Thread Winfried Ritsch
dio Direct sample mixing device usbstream:CARD=ICUSBAUDIO7D ICUSBAUDIO7D USB Stream Output _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] iec958 passthrough fails with ALC4080

2023-02-26 Thread John Klug
sa-project.org/db/?f=a9b20dc9b3e29cf7545c6b61eca5411e717da085 John Klug ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] [BUG] Roland VS-100 not working, (possible) regression in snd_usb_audio

2023-02-23 Thread Alberto Zin
musicians forum about this issue: https://linuxmusicians.com/viewtopic.php?t=23883 Hope you guys can help. thanks in advance, Alberto _______ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Any work on the AE-9

2023-02-12 Thread Xavante
vante ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

[Alsa-user] Alsa restore not working

2023-01-31 Thread Davide Gagliardi
dvance for your help. Best ddgg ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user

  1   2   3   4   5   6   7   8   9   10   >