Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6558
b: refs/heads/master
c: 328ac7d
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Aug 30, 2005
1 parent 19f5d22 commit 22a0db8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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: e0be4d32bdae5cebc4e6d9dc65886e279aa69d08
refs/heads/master: 328ac7da6f49f2c8b8af349fef525ad79b4a3987
9 changes: 5 additions & 4 deletions trunk/sound/pcmcia/vx/vxpocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ static int vxpocket_event(event_t event, int priority, event_callback_args_t *ar

/*
*/
static dev_link_t *vxp_attach(void)
static dev_link_t *vxpocket_attach(void)
{
snd_card_t *card;
struct snd_vxpocket *vxp;
Expand Down Expand Up @@ -417,7 +417,7 @@ static dev_link_t *vxp_attach(void)
return &vxp->link;
}

static void vxp_detach(dev_link_t *link)
static void vxpocket_detach(dev_link_t *link)
{
struct snd_vxpocket *vxp;
vx_core_t *chip;
Expand Down Expand Up @@ -458,8 +458,9 @@ static struct pcmcia_driver vxp_cs_driver = {
.drv = {
.name = "snd-vxpocket",
},
.attach = vxp_attach,
.detach = vxp_detach,
.attach = vxpocket_attach,
.detach = vxpocket_detach,
.event = vxpocket_event,
.id_table = vxp_ids,
};

Expand Down

0 comments on commit 22a0db8

Please sign in to comment.