Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361330
b: refs/heads/master
c: 2e9b9a3
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Takashi Iwai committed Mar 12, 2013
1 parent e09f859 commit ef0cc3e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 66efdc71d95887b652a742a5dae51fa834d71465
refs/heads/master: 2e9b9a3c243b1bc1fc9d1e84fcbc32568467bf8e
3 changes: 2 additions & 1 deletion trunk/sound/pci/asihpi/asihpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2549,14 +2549,15 @@ static int snd_asihpi_sampleclock_add(struct snd_card_asihpi *asihpi,

static int snd_card_asihpi_mixer_new(struct snd_card_asihpi *asihpi)
{
struct snd_card *card = asihpi->card;
struct snd_card *card;
unsigned int idx = 0;
unsigned int subindex = 0;
int err;
struct hpi_control hpi_ctl, prev_ctl;

if (snd_BUG_ON(!asihpi))
return -EINVAL;
card = asihpi->card;
strcpy(card->mixername, "Asihpi Mixer");

err =
Expand Down

0 comments on commit ef0cc3e

Please sign in to comment.