mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-11 03:48:00 +00:00
ASoC: sti: fix channel status update after playback start
If 'IEC958 Playback Default' control is updated during playback, Channel status needs to be set according to the runtime structure. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
1001354ca3
commit
1e6d304431
@ -614,6 +614,10 @@ static int uni_player_ctl_iec958_put(struct snd_kcontrol *kcontrol,
|
|||||||
iec958->status[3] = ucontrol->value.iec958.status[3];
|
iec958->status[3] = ucontrol->value.iec958.status[3];
|
||||||
mutex_unlock(&player->ctrl_lock);
|
mutex_unlock(&player->ctrl_lock);
|
||||||
|
|
||||||
|
if (player->substream && player->substream->runtime)
|
||||||
|
uni_player_set_channel_status(player,
|
||||||
|
player->substream->runtime);
|
||||||
|
else
|
||||||
uni_player_set_channel_status(player, NULL);
|
uni_player_set_channel_status(player, NULL);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user