Skip to content

Commit

Permalink
Merge branch 'topic/hda' into topic/hda-switcheroo
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Iwai committed May 13, 2012
2 parents 3e9e63d + 8c7dd89 commit d9bbb47
Show file tree
Hide file tree
Showing 21 changed files with 1,540 additions and 1,309 deletions.
2 changes: 1 addition & 1 deletion sound/pci/echoaudio/echoaudio_dsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ static int load_firmware(struct echoaudio *chip)
const struct firmware *fw;
int box_type, err;

if (snd_BUG_ON(!chip->dsp_code_to_load || !chip->comm_page))
if (snd_BUG_ON(!chip->comm_page))
return -EPERM;

/* See if the ASIC is present and working - only if the DSP is already loaded */
Expand Down
2 changes: 1 addition & 1 deletion sound/pci/hda/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
snd-hda-intel-objs := hda_intel.o

snd-hda-codec-y := hda_codec.o hda_jack.o
snd-hda-codec-y := hda_codec.o hda_jack.o hda_auto_parser.o
snd-hda-codec-$(CONFIG_SND_HDA_GENERIC) += hda_generic.o
snd-hda-codec-$(CONFIG_PROC_FS) += hda_proc.o
snd-hda-codec-$(CONFIG_SND_HDA_HWDEP) += hda_hwdep.o
Expand Down
Loading

0 comments on commit d9bbb47

Please sign in to comment.