commit | adc2ae0bb6daa2287d1a6567d18be01da546f7a7 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sat Jan 03 17:56:14 2015 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Jan 03 20:59:57 2015 +0100 |
tree | 6af01d7ddf9fab132a3c2fbfe5f2382133e1f9fd | |
parent | a14e7eb59bb7ce10766d4778d382ca52b235147f [diff] |
ALSA: pcm: Remove unused functions declaration Remove function declarations for functions that don't have a matching implementation. For snd_pcm_build_linear_format the implementation was removed in 64d27f96cb719cf8 ("[ALSA] Support 3-bytes 24bit format in PCM OSS emulation"). All the others never had one (as far as git history goes). Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>