commit | c48f12ee0acbd431d6c3ed249f79a6d68b757058 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Sun May 21 09:35:21 2017 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jun 02 19:38:21 2017 +0200 |
tree | 516db256cc75f1d745f906edcacdd32a25a0d122 | |
parent | bdc4acf7f6eb14a64c549c04c741b18e3afb350e [diff] |
ALSA: pcm: Call directly the common read/write helpers Make snd_pcm_lib_read() and *_write() static inline functions that call the common helper functions directly. This reduces a slight amount of codes, and at the same time, it's a preparation for the further cleanups / fixes. Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>