Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157894
b: refs/heads/master
c: b8c60ed
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Sep 7, 2009
1 parent 2131b52 commit b7f4e43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 82a783f4bcb878e6c4f02e24c7cd0687bdea7443
refs/heads/master: b8c60ede6abf8e96a892c114131700b0cfb0be89
4 changes: 0 additions & 4 deletions trunk/include/sound/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,7 @@ int snd_component_add(struct snd_card *card, const char *component);
int snd_card_file_add(struct snd_card *card, struct file *file);
int snd_card_file_remove(struct snd_card *card, struct file *file);

#ifndef snd_card_set_dev
#define snd_card_set_dev(card, devptr) ((card)->dev = (devptr))
#endif

/* device.c */

Expand Down Expand Up @@ -429,12 +427,10 @@ static inline int __snd_bug_on(int cond)

/* for easier backward-porting */
#if defined(CONFIG_GAMEPORT) || defined(CONFIG_GAMEPORT_MODULE)
#ifndef gameport_set_dev_parent
#define gameport_set_dev_parent(gp,xdev) ((gp)->dev.parent = (xdev))
#define gameport_set_port_data(gp,r) ((gp)->port_data = (r))
#define gameport_get_port_data(gp) (gp)->port_data
#endif
#endif

/* PCI quirk list helper */
struct snd_pci_quirk {
Expand Down

0 comments on commit b7f4e43

Please sign in to comment.