Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92047
b: refs/heads/master
c: 2eef125
h: refs/heads/master
i:
  92045: e56a74a
  92043: d3c930b
  92039: f29afa8
  92031: 61064a1
v: v3
  • Loading branch information
Hans-Christian Egtvedt authored and Takashi Iwai committed Apr 24, 2008
1 parent 822c24d commit 063bfd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 310355c111dbae005269fe3fc39afdd60779bf5d
refs/heads/master: 2eef1258e54722b1c4efac6e5760d2153f96c4b4
6 changes: 3 additions & 3 deletions trunk/sound/spi/at73c213.c
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ static int __devinit snd_at73c213_mixer(struct snd_at73c213 *chip)
/*
* Device functions
*/
static int snd_at73c213_ssc_init(struct snd_at73c213 *chip)
static int __devinit snd_at73c213_ssc_init(struct snd_at73c213 *chip)
{
/*
* Continuous clock output.
Expand Down Expand Up @@ -767,7 +767,7 @@ static int snd_at73c213_ssc_init(struct snd_at73c213 *chip)
return 0;
}

static int snd_at73c213_chip_init(struct snd_at73c213 *chip)
static int __devinit snd_at73c213_chip_init(struct snd_at73c213 *chip)
{
int retval;
unsigned char dac_ctrl = 0;
Expand Down Expand Up @@ -933,7 +933,7 @@ static int __devinit snd_at73c213_dev_init(struct snd_card *card,
return retval;
}

static int snd_at73c213_probe(struct spi_device *spi)
static int __devinit snd_at73c213_probe(struct spi_device *spi)
{
struct snd_card *card;
struct snd_at73c213 *chip;
Expand Down

0 comments on commit 063bfd7

Please sign in to comment.