Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353473
b: refs/heads/master
c: f664417
h: refs/heads/master
i:
  353471: cb8f757
v: v3
  • Loading branch information
Takashi Iwai committed Feb 11, 2013
1 parent 6b8b927 commit c349739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83048ea7b1d11f5e560dea53873fb51d860202eb
refs/heads/master: f664417e23192087bb9bdafdff80e04104994cc0
4 changes: 4 additions & 0 deletions trunk/sound/pci/hda/patch_ca0132.c
Original file line number Diff line number Diff line change
Expand Up @@ -2615,6 +2615,7 @@ static int dspload_image(struct hda_codec *codec,
return status;
}

#ifdef CONFIG_SND_HDA_CODEC_CA0132_DSP
static bool dspload_is_loaded(struct hda_codec *codec)
{
unsigned int data = 0;
Expand All @@ -2626,6 +2627,9 @@ static bool dspload_is_loaded(struct hda_codec *codec)

return true;
}
#else
#define dspload_is_loaded(codec) false
#endif

static bool dspload_wait_loaded(struct hda_codec *codec)
{
Expand Down

0 comments on commit c349739

Please sign in to comment.