On Thu, Mar 28, 2019 at 10:40 PM Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
On Thu, Mar 28, 2019 at 02:31:28PM -0400, Pierre-Louis Bossart wrote:
On 3/28/19 1:17 PM, Andy Shevchenko wrote:
The acpi_dev_get_first_match_name() is missing put_device() call and thus keeping reference counting unbalanced.
In order to fix the issue introduce a new helper to convert existing users one-by-one to a better API.
Since v3:
- convert all existing users and drop old API (Mika)
- add Hans' tag
Cc: MyungJoo Ham myungjoo.ham@samsung.com Cc: Chanwoo Choi cw00.choi@samsung.com Cc: Chen-Yu Tsai wens@csie.org Cc: Linus Walleij linus.walleij@linaro.org Cc: Bartosz Golaszewski bgolaszewski@baylibre.com
Patches 4..9 for the Intel machine drivers:
Acked-by: Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com
Thank you!
Is this going to be merged through the ACPI or ASoC tree? The changes will conflict with cleanups I started to use the 'modern' dailinks (codec_name -> codecs[0].name), so some level of coordination is needed.
I suppose via ACPI.
I can expose a non-volatile branch with this material, would that work?