Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253764
b: refs/heads/master
c: 2308f4a
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Takashi Iwai committed Jun 13, 2011
1 parent c419450 commit 59c095f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54463a66b91cf491a7c9af612b0e310babc5fa24
refs/heads/master: 2308f4add3de9f6c9c9f02e49461e94d84bb200a
9 changes: 7 additions & 2 deletions trunk/sound/pci/hda/hda_beep.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ int snd_hda_enable_beep_device(struct hda_codec *codec, int enable);
int snd_hda_attach_beep_device(struct hda_codec *codec, int nid);
void snd_hda_detach_beep_device(struct hda_codec *codec);
#else
#define snd_hda_attach_beep_device(...) 0
#define snd_hda_detach_beep_device(...)
static inline int snd_hda_attach_beep_device(struct hda_codec *codec, int nid)
{
return 0;
}
void snd_hda_detach_beep_device(struct hda_codec *codec)
{
}
#endif
#endif

0 comments on commit 59c095f

Please sign in to comment.