Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25316
b: refs/heads/master
c: 6fdb94b
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Apr 2, 2006
1 parent 555354e commit e1509ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d69636157ad8fa6bb9fff452cefb34fcace851b5
refs/heads/master: 6fdb94bd95dc7a2effcbffa7a1d9e792cade57b6
2 changes: 1 addition & 1 deletion trunk/include/sound/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ int snd_power_wait(struct snd_card *card, unsigned int power_state);

#define snd_power_lock(card) do { (void)(card); } while (0)
#define snd_power_unlock(card) do { (void)(card); } while (0)
static inline int snd_power_wait(struct snd_card *card, unsigned int state, struct file *file) { return 0; }
static inline int snd_power_wait(struct snd_card *card, unsigned int state) { return 0; }
#define snd_power_get_state(card) SNDRV_CTL_POWER_D0
#define snd_power_change_state(card, state) do { (void)(card); } while (0)

Expand Down

0 comments on commit e1509ac

Please sign in to comment.