commit | 0984d159c8ad6618c6ebd9f00bc3f374fa52bc35 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Jul 25 15:39:53 2016 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jul 26 10:38:03 2016 +0200 |
tree | 442d6bfa62d1f6baee7a251db6adf845ef2ea679 | |
parent | 4a6baf1b35891ebc877e91a803877d69b703e086 [diff] |
sound: oss: Use kernel_read_file_from_path() for mod_firmware_load() Since recently we have kernel_read_file_from_path(), and it's doing the same thing as our own home-baked mod_firmware_load(). Let's use the official API function and clean up the old code. Signed-off-by: Takashi Iwai <tiwai@suse.de>