Skip to content

Commit

Permalink
Merge branch 'for-3.12' into for-next
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwai committed Jul 15, 2013
2 parents ad81f05 + 97c4de8 commit a067c03
Show file tree
Hide file tree
Showing 3 changed files with 783 additions and 4,648 deletions.
4 changes: 1 addition & 3 deletions sound/firewire/speakers.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ struct fwspk {
struct snd_card *card;
struct fw_unit *unit;
const struct device_info *device_info;
struct snd_pcm_substream *pcm;
struct mutex mutex;
struct cmp_connection connection;
struct amdtp_out_stream stream;
Expand Down Expand Up @@ -363,8 +362,7 @@ static int fwspk_create_pcm(struct fwspk *fwspk)
return err;
pcm->private_data = fwspk;
strcpy(pcm->name, fwspk->device_info->short_name);
fwspk->pcm = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
fwspk->pcm->ops = &ops;
snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &ops);
return 0;
}

Expand Down
Loading

0 comments on commit a067c03

Please sign in to comment.