* [PATCH 0/4] Fixes for ASoC DPCM and topology [not found] <CGME20200414014858epcas2p3e9028454a601cd9852ba6444f183d8c9@epcas2p3.samsung.com> @ 2020-04-14 1:48 ` Gyeongtaek Lee 2020-04-14 8:15 ` Greg KH 2020-04-14 8:16 ` Greg KH 0 siblings, 2 replies; 5+ messages in thread From: Gyeongtaek Lee @ 2020-04-14 1:48 UTC (permalink / raw) To: stable; +Cc: broonie, tiwai, tkjung, hmseo, tkjung, kimty Hi, I'd like to request cherry-picking some fixes for ALSA SoC to stable branch. Those patches are fix or add couple of functions which are essential when ALSA topology and Compress offload is used with Dynamic PCM. All fixes are tested on 4.19 and 5.4. 1. Fix overflow of register mask when shift value is set to 32. 2. Default value setting for virtual kcontrol 3. Error on offload playback start or stop after pause 4. Prefix missing when a kcontrol is created with ASoC component with name prefix. Commit ID: 0ab070917afdc93670c2d0ea02ab6defb6246a7c 3bbbb7728fc853d71dbce4073fef9f281fbfb4dd 21fca8bdbb64df1297e8c65a746c4c9f4a689751 abca9e4a04fbe9c6df4d48ca7517e1611812af25 Kernel version wish it to be applied: 5.4 Subject: 이경택 (4): ASoC: fix regwmask ASoC: dapm: connect virtual mux with default value ASoC: dpcm: allow start or stop during pause for backend ASoC: topology: use name_prefix for new kcontrol sound/soc/soc-dapm.c | 8 +++++++- sound/soc/soc-ops.c | 4 ++-- sound/soc/soc-pcm.c | 6 ++++-- sound/soc/soc-topology.c | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) base-commit: bc844d58f697dff3ded4b410094ee89f5cedc04c -- 2.21.0 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/4] Fixes for ASoC DPCM and topology 2020-04-14 1:48 ` [PATCH 0/4] Fixes for ASoC DPCM and topology Gyeongtaek Lee @ 2020-04-14 8:15 ` Greg KH 2020-04-14 8:16 ` Greg KH 1 sibling, 0 replies; 5+ messages in thread From: Greg KH @ 2020-04-14 8:15 UTC (permalink / raw) To: Gyeongtaek Lee; +Cc: stable, broonie, tiwai, tkjung, hmseo, kimty On Tue, Apr 14, 2020 at 10:48:57AM +0900, Gyeongtaek Lee wrote: > Hi, > > I'd like to request cherry-picking some fixes for ALSA SoC to stable branch. > Those patches are fix or add couple of functions which are essential when ALSA topology and Compress offload is used with Dynamic > PCM. > All fixes are tested on 4.19 and 5.4. > > 1. Fix overflow of register mask when shift value is set to 32. > 2. Default value setting for virtual kcontrol > 3. Error on offload playback start or stop after pause > 4. Prefix missing when a kcontrol is created with ASoC component with name prefix. > > Commit ID: > 0ab070917afdc93670c2d0ea02ab6defb6246a7c > 3bbbb7728fc853d71dbce4073fef9f281fbfb4dd > 21fca8bdbb64df1297e8c65a746c4c9f4a689751 > abca9e4a04fbe9c6df4d48ca7517e1611812af25 > > Kernel version wish it to be applied: > 5.4 Given these showed up in 5.7-rc1, they also need to go to 5.5.y and 5.6.y as those trees are currently active. You can not have someone upgrade from one stable release to another one and have a regression. thanks, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/4] Fixes for ASoC DPCM and topology 2020-04-14 1:48 ` [PATCH 0/4] Fixes for ASoC DPCM and topology Gyeongtaek Lee 2020-04-14 8:15 ` Greg KH @ 2020-04-14 8:16 ` Greg KH 2020-04-14 8:25 ` Greg KH 2020-04-14 8:50 ` Gyeongtaek Lee 1 sibling, 2 replies; 5+ messages in thread From: Greg KH @ 2020-04-14 8:16 UTC (permalink / raw) To: Gyeongtaek Lee; +Cc: stable, broonie, tiwai, tkjung, hmseo, kimty On Tue, Apr 14, 2020 at 10:48:57AM +0900, Gyeongtaek Lee wrote: > Hi, > > I'd like to request cherry-picking some fixes for ALSA SoC to stable branch. > Those patches are fix or add couple of functions which are essential when ALSA topology and Compress offload is used with Dynamic > PCM. > All fixes are tested on 4.19 and 5.4. > > 1. Fix overflow of register mask when shift value is set to 32. > 2. Default value setting for virtual kcontrol > 3. Error on offload playback start or stop after pause > 4. Prefix missing when a kcontrol is created with ASoC component with name prefix. > > Commit ID: > 0ab070917afdc93670c2d0ea02ab6defb6246a7c > 3bbbb7728fc853d71dbce4073fef9f281fbfb4dd > 21fca8bdbb64df1297e8c65a746c4c9f4a689751 > abca9e4a04fbe9c6df4d48ca7517e1611812af25 > > Kernel version wish it to be applied: > 5.4 Wait, you say 5.4, but you tested on 4.19? What about older kernels, some of these seem relevant there too. greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/4] Fixes for ASoC DPCM and topology 2020-04-14 8:16 ` Greg KH @ 2020-04-14 8:25 ` Greg KH 2020-04-14 8:50 ` Gyeongtaek Lee 1 sibling, 0 replies; 5+ messages in thread From: Greg KH @ 2020-04-14 8:25 UTC (permalink / raw) To: Gyeongtaek Lee; +Cc: stable, broonie, tiwai, tkjung, hmseo, kimty On Tue, Apr 14, 2020 at 10:16:43AM +0200, Greg KH wrote: > On Tue, Apr 14, 2020 at 10:48:57AM +0900, Gyeongtaek Lee wrote: > > Hi, > > > > I'd like to request cherry-picking some fixes for ALSA SoC to stable branch. > > Those patches are fix or add couple of functions which are essential when ALSA topology and Compress offload is used with Dynamic > > PCM. > > All fixes are tested on 4.19 and 5.4. > > > > 1. Fix overflow of register mask when shift value is set to 32. > > 2. Default value setting for virtual kcontrol > > 3. Error on offload playback start or stop after pause > > 4. Prefix missing when a kcontrol is created with ASoC component with name prefix. > > > > Commit ID: > > 0ab070917afdc93670c2d0ea02ab6defb6246a7c > > 3bbbb7728fc853d71dbce4073fef9f281fbfb4dd > > 21fca8bdbb64df1297e8c65a746c4c9f4a689751 > > abca9e4a04fbe9c6df4d48ca7517e1611812af25 > > > > Kernel version wish it to be applied: > > 5.4 > > Wait, you say 5.4, but you tested on 4.19? What about older kernels, > some of these seem relevant there too. Looks like it builds everywhere, so I've now done that. If I should drop this from any specific kernel version, please let me know. thanks, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH 0/4] Fixes for ASoC DPCM and topology 2020-04-14 8:16 ` Greg KH 2020-04-14 8:25 ` Greg KH @ 2020-04-14 8:50 ` Gyeongtaek Lee 1 sibling, 0 replies; 5+ messages in thread From: Gyeongtaek Lee @ 2020-04-14 8:50 UTC (permalink / raw) To: 'Greg KH'; +Cc: stable, broonie, tiwai, tkjung, hmseo, kimty On Tue, 14 Apr 2020 10:25:45 +0200, Greg KH wrote: >On Tue, Apr 14, 2020 at 10:16:43AM +0200, Greg KH wrote: >> On Tue, Apr 14, 2020 at 10:48:57AM +0900, Gyeongtaek Lee wrote: >> > Hi, >> > >> > I'd like to request cherry-picking some fixes for ALSA SoC to stable branch. >> > Those patches are fix or add couple of functions which are essential when ALSA topology and Compress offload is used with Dynamic >> > PCM. >> > All fixes are tested on 4.19 and 5.4. >> > >> > 1. Fix overflow of register mask when shift value is set to 32. >> > 2. Default value setting for virtual kcontrol >> > 3. Error on offload playback start or stop after pause >> > 4. Prefix missing when a kcontrol is created with ASoC component with name prefix. >> > >> > Commit ID: >> > 0ab070917afdc93670c2d0ea02ab6defb6246a7c >> > 3bbbb7728fc853d71dbce4073fef9f281fbfb4dd >> > 21fca8bdbb64df1297e8c65a746c4c9f4a689751 >> > abca9e4a04fbe9c6df4d48ca7517e1611812af25 >> > >> > Kernel version wish it to be applied: >> > 5.4 >> >> Wait, you say 5.4, but you tested on 4.19? What about older kernels, >> some of these seem relevant there too. > >Looks like it builds everywhere, so I've now done that. If I should >drop this from any specific kernel version, please let me know. > >thanks, > >greg k-h > Thank you so much for your kind work! Gyeongtaek ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-04-14 8:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20200414014858epcas2p3e9028454a601cd9852ba6444f183d8c9@epcas2p3.samsung.com>
2020-04-14 1:48 ` [PATCH 0/4] Fixes for ASoC DPCM and topology Gyeongtaek Lee
2020-04-14 8:15 ` Greg KH
2020-04-14 8:16 ` Greg KH
2020-04-14 8:25 ` Greg KH
2020-04-14 8:50 ` Gyeongtaek Lee
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.