On Tue Jul 18 11:46:13 2023 +0000, Huw Davies wrote:
I assume the commit can't easily be split into four, one per driver? If it can't then using something like `mmdevapi: Use a common get_audio_session()` would be fine.
Unfortunately leaving the `get_audio_session` definition in the driver after implementing it in `mmdevapi` would cause a linker error. Based on your suggestion and for consistency with past commits I'm going with `mmdevapi: Implement get_audio_session.`.