[ALSA] Remove PCM sleep_min and tick
authorTakashi Iwai <tiwai@suse.de>
Tue, 8 Jan 2008 17:09:57 +0000 (18:09 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 31 Jan 2008 16:29:47 +0000 (17:29 +0100)
commit31e8960b35975ed235d283d6fb95d0e28dffded0
treef084becc6e5dbec3efa1d79d0961facd68e585f9
parent130755108ba03461f69da990e54e02a254accd23
[ALSA] Remove PCM sleep_min and tick

The 'tick' in PCM is set (again) via sw_params.  And, nobody uses
this feature at all except for a command line option of aplay.
(This is literally 'nobody', as I checked alsa-lib API calls in all
 programs in major distros.)
Above all, if we need finer wake-ups for the position update, it's
basically an issue that the driver should solve, not tuned by each
application.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/sound/pcm.h
sound/core/oss/pcm_oss.c
sound/core/pcm.c
sound/core/pcm_lib.c
sound/core/pcm_native.c