git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
998caa4
)
ALSA: hda - Make snd_hda_gen_spec_free() static
author
Takashi Iwai
<tiwai@suse.de>
Mon, 10 Feb 2014 17:23:57 +0000
(18:23 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 10 Feb 2014 17:23:57 +0000
(18:23 +0100)
The last user of snd_hda_gen_spec_free() is patch_via.c, and we can
rewrite it safely with snd_hda_gen_free(), so that
snd_hda_gen_spec_free() can be a local function in hda_generic.c.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found