Unverified Commit cd1fa301 authored by Mark Brown's avatar Mark Brown
Browse files

Merge branch 'for-5.6' of...

Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7
parents fae664eb d237851d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ static int tas2562_hw_params(struct snd_pcm_substream *substream,

	ret = tas2562_set_samplerate(tas2562, params_rate(params));
	if (ret)
		dev_err(tas2562->dev, "set bitwidth failed, %d\n", ret);
		dev_err(tas2562->dev, "set sample rate failed, %d\n", ret);

	return ret;
}
+1 −1
Original line number Diff line number Diff line
@@ -451,7 +451,7 @@ int snd_soc_pcm_component_sync_stop(struct snd_pcm_substream *substream)
	int i, ret;

	for_each_rtd_components(rtd, i, component) {
		if (component->driver->ioctl) {
		if (component->driver->sync_stop) {
			ret = component->driver->sync_stop(component,
							   substream);
			if (ret < 0)
+1 −1
Original line number Diff line number Diff line
@@ -4794,7 +4794,7 @@ static void soc_dapm_shutdown_dapm(struct snd_soc_dapm_context *dapm)
			continue;
		if (w->power) {
			dapm_seq_insert(w, &down_list, false);
			w->power = 0;
			w->new_power = 0;
			powerdown = 1;
		}
	}
+1 −1

File changed.

Contains only whitespace changes.