aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ac97/ac97_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ac97/ac97_codec.c')
-rw-r--r--sound/pci/ac97/ac97_codec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ac97/ac97_codec.c b/sound/pci/ac97/ac97_codec.c
index 38b6c65d40c..c5bbdcbf542 100644
--- a/sound/pci/ac97/ac97_codec.c
+++ b/sound/pci/ac97/ac97_codec.c
@@ -1868,6 +1868,7 @@ int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,
1868 ac97->scaps = template->scaps; 1868 ac97->scaps = template->scaps;
1869 ac97->limited_regs = template->limited_regs; 1869 ac97->limited_regs = template->limited_regs;
1870 memcpy(ac97->reg_accessed, template->reg_accessed, sizeof(ac97->reg_accessed)); 1870 memcpy(ac97->reg_accessed, template->reg_accessed, sizeof(ac97->reg_accessed));
1871 ac97->res_table = template->res_table;
1871 bus->codec[ac97->num] = ac97; 1872 bus->codec[ac97->num] = ac97;
1872 mutex_init(&ac97->reg_mutex); 1873 mutex_init(&ac97->reg_mutex);
1873 mutex_init(&ac97->page_mutex); 1874 mutex_init(&ac97->page_mutex);