All of lore.kernel.org
 help / color / mirror / Atom feed
* snd-emu10k1x samplerate capabilities
@ 2004-12-27 20:47 Daniel Svensson
  2004-12-29 12:16 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Svensson @ 2004-12-27 20:47 UTC (permalink / raw)
  To: alsa-devel

The snd-emu10k1x driver accepts samplerates that the hardware is not
capable of handling.

rate = 44100;
err = snd_pcm_hw_params_set_rate_near (pcm, hwparams, &rate, NULL);

err should be less than zero if the requested rate is 44100, or the rate
should be set to 48000. As it's handled now when that line is executed
the samplerate is set to 44100 and sound is broken.

-- Daniel Svensson



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-12-29 13:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-27 20:47 snd-emu10k1x samplerate capabilities Daniel Svensson
2004-12-29 12:16 ` Takashi Iwai
2004-12-29 12:49   ` Daniel Svensson
2004-12-29 13:10     ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.