Re: [Alsa-user] Question about snd_pcm_sw_params_get_boundary

2013-10-08 Thread Dolevo
Clemens Ladisch googlemail.com> writes: > > Dolevo wrote: > > Can you also tell me if it is normal to see the same number in the > > threshold? > > If you have set the threshold to this number, then it is normal to see > this number. > > > snd_pcm_sw_params_set_silence_threshold(handlePlayback

Re: [Alsa-user] Question about snd_pcm_sw_params_get_boundary

2013-10-08 Thread Clemens Ladisch
Dolevo wrote: > Can you also tell me if it is normal to see the same number in the > threshold? If you have set the threshold to this number, then it is normal to see this number. > snd_pcm_sw_params_set_silence_threshold(handlePlayback, params, boundary); > > returns -22 (invalid argument) error

Re: [Alsa-user] [alsa-devel] hdmi sound rerouted?

2013-10-08 Thread Takashi Iwai
At Mon, 7 Oct 2013 13:36:24 +, Deucher, Alexander wrote: > > > -Original Message- > > From: Takashi Iwai [mailto:ti...@suse.de] > > Sent: Monday, September 30, 2013 5:18 AM > > To: Deucher, Alexander > > Cc: Clemens Ladisch; Dagg Stompler; alsa-user@lists.sourceforge.net; alsa- > > de.

Re: [Alsa-user] Question about snd_pcm_sw_params_get_boundary

2013-10-08 Thread Dolevo
Clemens Ladisch googlemail.com> writes: > > Jay wrote: > > snd_pcm_sw_params_get_boundary(params, &boundary); > > > > I see a huge number like "7944349742681554944" in boundary after this call. > > Is this normal? > > Yes. > > > Can you comment on the correctness of these values? > > It's jus

Re: [Alsa-user] Question about snd_pcm_sw_params_get_boundary

2013-10-08 Thread Clemens Ladisch
Jay wrote: > snd_pcm_sw_params_get_boundary(params, &boundary); > > I see a huge number like "7944349742681554944" in boundary after this call. > Is this normal? Yes. > Can you comment on the correctness of these values? It's just a special value much larger than the buffer size (and happens to

Re: [Alsa-user] Trident USB TvBox has no sound!

2013-10-08 Thread Clemens Ladisch
Frank wrote: > Can I make an application expecting oss work with alsa? > Alsa devices: cap: hw:1,0 (/dev/video0), out: default That application does not expect OSS. > Recently I picked up a used usb tuner box (TvBox). The video works, but > so far no sound.