Re: [PATCH 6/9] ASoC: Intel: sst: Free streams on suspend, re-alloc on resume

2018-02-19 Thread Mark Brown
On Mon, Feb 19, 2018 at 05:32:16PM +0100, Hans de Goede wrote: > Mark, is there anything specific you're waiting for before > merging this series, or are you just waiting a bit to give > people a chance to review it? It was sent less than 24 hours ago, please allow a reasonable time for review

Re: [PATCH 6/9] ASoC: Intel: sst: Free streams on suspend, re-alloc on resume

2018-02-19 Thread Mark Brown
On Mon, Feb 19, 2018 at 05:32:16PM +0100, Hans de Goede wrote: > Mark, is there anything specific you're waiting for before > merging this series, or are you just waiting a bit to give > people a chance to review it? It was sent less than 24 hours ago, please allow a reasonable time for review

Re: [PATCH 6/9] ASoC: Intel: sst: Free streams on suspend, re-alloc on resume

2018-02-19 Thread Hans de Goede
Hi, On 19-02-18 17:29, Mark Brown wrote: On Mon, Feb 19, 2018 at 03:02:03PM +0100, Hans de Goede wrote: The is the net/* style of multi-line comments which is used in quite a few places in the sounds/soc dir. I think both styles are accepted under sound/soc? I really don't care, whatever

Re: [PATCH 6/9] ASoC: Intel: sst: Free streams on suspend, re-alloc on resume

2018-02-19 Thread Hans de Goede
Hi, On 19-02-18 17:29, Mark Brown wrote: On Mon, Feb 19, 2018 at 03:02:03PM +0100, Hans de Goede wrote: The is the net/* style of multi-line comments which is used in quite a few places in the sounds/soc dir. I think both styles are accepted under sound/soc? I really don't care, whatever

Re: [PATCH 6/9] ASoC: Intel: sst: Free streams on suspend, re-alloc on resume

2018-02-19 Thread Mark Brown
On Mon, Feb 19, 2018 at 03:02:03PM +0100, Hans de Goede wrote: > The is the net/* style of multi-line comments which is used in quite a few > places in the sounds/soc dir. I think both styles are accepted under > sound/soc? I really don't care, whatever people want. signature.asc Description:

Re: [PATCH 6/9] ASoC: Intel: sst: Free streams on suspend, re-alloc on resume

2018-02-19 Thread Mark Brown
On Mon, Feb 19, 2018 at 03:02:03PM +0100, Hans de Goede wrote: > The is the net/* style of multi-line comments which is used in quite a few > places in the sounds/soc dir. I think both styles are accepted under > sound/soc? I really don't care, whatever people want. signature.asc Description:

Re: [PATCH 6/9] ASoC: Intel: sst: Free streams on suspend, re-alloc on resume

2018-02-19 Thread Hans de Goede
Hi, On 19-02-18 14:51, Andy Shevchenko wrote: On Mon, Feb 19, 2018 at 12:01 AM, Hans de Goede wrote: The Bay Trail SST-DSP firmware version looses track of all streams over a suspend/resume, failing any attempts to resume and/or free streams, with a

Re: [PATCH 6/9] ASoC: Intel: sst: Free streams on suspend, re-alloc on resume

2018-02-19 Thread Hans de Goede
Hi, On 19-02-18 14:51, Andy Shevchenko wrote: On Mon, Feb 19, 2018 at 12:01 AM, Hans de Goede wrote: The Bay Trail SST-DSP firmware version looses track of all streams over a suspend/resume, failing any attempts to resume and/or free streams, with a SST_ERR_INVALID_STREAM_ID error. This

Re: [PATCH 6/9] ASoC: Intel: sst: Free streams on suspend, re-alloc on resume

2018-02-19 Thread Andy Shevchenko
On Mon, Feb 19, 2018 at 12:01 AM, Hans de Goede wrote: > The Bay Trail SST-DSP firmware version looses track of all streams over a > suspend/resume, failing any attempts to resume and/or free streams, with > a SST_ERR_INVALID_STREAM_ID error. > > This commit adds support for

Re: [PATCH 6/9] ASoC: Intel: sst: Free streams on suspend, re-alloc on resume

2018-02-19 Thread Andy Shevchenko
On Mon, Feb 19, 2018 at 12:01 AM, Hans de Goede wrote: > The Bay Trail SST-DSP firmware version looses track of all streams over a > suspend/resume, failing any attempts to resume and/or free streams, with > a SST_ERR_INVALID_STREAM_ID error. > > This commit adds support for free-ing the streams

[PATCH 6/9] ASoC: Intel: sst: Free streams on suspend, re-alloc on resume

2018-02-18 Thread Hans de Goede
The Bay Trail SST-DSP firmware version looses track of all streams over a suspend/resume, failing any attempts to resume and/or free streams, with a SST_ERR_INVALID_STREAM_ID error. This commit adds support for free-ing the streams on suspend and re-allocating them on resume, fixing

[PATCH 6/9] ASoC: Intel: sst: Free streams on suspend, re-alloc on resume

2018-02-18 Thread Hans de Goede
The Bay Trail SST-DSP firmware version looses track of all streams over a suspend/resume, failing any attempts to resume and/or free streams, with a SST_ERR_INVALID_STREAM_ID error. This commit adds support for free-ing the streams on suspend and re-allocating them on resume, fixing