commit | bb814c396af777c31ed168ce57f620967dd133f1 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Fri Jan 02 12:24:49 2015 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 02 16:32:45 2015 +0100 |
tree | 70d3942496cbb0f7b708488f885b7e098afc4fc9 | |
parent | 50b8d94e1819768e8eccae4d24698a17b8940776 [diff] |
ALSA: emu10k1: Remove always NULL parameters The various PCM and hwdep allocation functions in this driver take a pointer to a pointer of a PCM/hwdep where if this parameter is provided the newly allocated object is stored. All callers pass NULL though, so remove the parameter. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>