Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a067c035 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

Merge branch 'for-3.12' into for-next

parents ad81f054 97c4de8f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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;
@@ -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;
}

+244 −4418

File changed.

Preview size limit exceeded, changes collapsed.

+538 −227

File changed.

Preview size limit exceeded, changes collapsed.