From: Takashi Iwai Date: Tue, 8 Jan 2008 17:09:57 +0000 (+0100) Subject: [ALSA] Remove PCM sleep_min and tick X-Git-Tag: v2.6.25-rc1~1127^2~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e8960b35975ed235d283d6fb95d0e28dffded0;p=pandora-kernel.git [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 Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed