Re: [PATCH] drm/msm: populate intf_audio_select() base on hardware capability

2022-02-15 Thread Stephen Boyd
Quoting Kuogee Hsieh (2022-02-11 15:23:42) > intf_audio_select() callback function use to configure > HDMI_DP_CORE_SELECT to decide audio output routes to HDMI or DP > interface. HDMI is obsoleted at newer chipset. To keep supporting > legacy hdmi application, intf_audio_select call back function h

Re: [PATCH] drm/msm: populate intf_audio_select() base on hardware capability

2022-02-14 Thread Dmitry Baryshkov
On 14/02/2022 20:55, Kuogee Hsieh wrote: On 2/11/2022 3:36 PM, Dmitry Baryshkov wrote: On Sat, 12 Feb 2022 at 02:23, Kuogee Hsieh wrote: intf_audio_select() callback function use to configure HDMI_DP_CORE_SELECT to decide audio output routes to HDMI or DP interface. HDMI is obsoleted at newer

Re: [PATCH] drm/msm: populate intf_audio_select() base on hardware capability

2022-02-14 Thread Kuogee Hsieh
On 2/11/2022 3:36 PM, Dmitry Baryshkov wrote: On Sat, 12 Feb 2022 at 02:23, Kuogee Hsieh wrote: intf_audio_select() callback function use to configure HDMI_DP_CORE_SELECT to decide audio output routes to HDMI or DP interface. HDMI is obsoleted at newer chipset. To keep supporting legacy hdmi a

Re: [PATCH] drm/msm: populate intf_audio_select() base on hardware capability

2022-02-12 Thread Dmitry Baryshkov
On Sat, 12 Feb 2022 at 03:59, Abhinav Kumar wrote: > On 2/11/2022 4:08 PM, Dmitry Baryshkov wrote: > > On 12/02/2022 02:23, Kuogee Hsieh wrote: > >> intf_audio_select() callback function use to configure > >> HDMI_DP_CORE_SELECT to decide audio output routes to HDMI or DP > >> interface. HDMI is o

Re: [PATCH] drm/msm: populate intf_audio_select() base on hardware capability

2022-02-11 Thread Abhinav Kumar
On 2/11/2022 4:08 PM, Dmitry Baryshkov wrote: On 12/02/2022 02:23, Kuogee Hsieh wrote: intf_audio_select() callback function use to configure HDMI_DP_CORE_SELECT to decide audio output routes to HDMI or DP interface. HDMI is obsoleted at newer chipset. To keep supporting legacy hdmi applicati

Re: [PATCH] drm/msm: populate intf_audio_select() base on hardware capability

2022-02-11 Thread Dmitry Baryshkov
On 12/02/2022 02:23, Kuogee Hsieh wrote: intf_audio_select() callback function use to configure HDMI_DP_CORE_SELECT to decide audio output routes to HDMI or DP interface. HDMI is obsoleted at newer chipset. To keep supporting legacy hdmi application, intf_audio_select call back function have to b

Re: [PATCH] drm/msm: populate intf_audio_select() base on hardware capability

2022-02-11 Thread Dmitry Baryshkov
On Sat, 12 Feb 2022 at 02:23, Kuogee Hsieh wrote: > > intf_audio_select() callback function use to configure > HDMI_DP_CORE_SELECT to decide audio output routes to HDMI or DP > interface. HDMI is obsoleted at newer chipset. To keep supporting > legacy hdmi application, intf_audio_select call back

[PATCH] drm/msm: populate intf_audio_select() base on hardware capability

2022-02-11 Thread Kuogee Hsieh
intf_audio_select() callback function use to configure HDMI_DP_CORE_SELECT to decide audio output routes to HDMI or DP interface. HDMI is obsoleted at newer chipset. To keep supporting legacy hdmi application, intf_audio_select call back function have to be populated base on hardware chip capabilit