aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/hda_codec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index b1eee9a044fe..46d4253642d7 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -514,7 +514,7 @@ static int read_widget_caps(struct hda_codec *codec, hda_nid_t fg_node)
514 514
515static void init_hda_cache(struct hda_cache_rec *cache, 515static void init_hda_cache(struct hda_cache_rec *cache,
516 unsigned int record_size); 516 unsigned int record_size);
517static inline void free_hda_cache(struct hda_cache_rec *cache); 517static void free_hda_cache(struct hda_cache_rec *cache);
518 518
519/* 519/*
520 * codec destructor 520 * codec destructor
@@ -707,7 +707,7 @@ static void __devinit init_hda_cache(struct hda_cache_rec *cache,
707 cache->record_size = record_size; 707 cache->record_size = record_size;
708} 708}
709 709
710static inline void free_hda_cache(struct hda_cache_rec *cache) 710static void free_hda_cache(struct hda_cache_rec *cache)
711{ 711{
712 kfree(cache->buffer); 712 kfree(cache->buffer);
713} 713}