Re: [PATCH v3] drm: exynos: Add driver for HDMI audio interface

2017-10-23 Thread Sylwester Nawrocki
On 10/23/2017 03:27 AM, Inki Dae wrote: >> +static int hdmi_audio_digital_mute(struct device *dev, void *data, bool >> mute) >> +{ >> +struct hdmi_context *hdata = dev_get_drvdata(dev); >> + >> +mutex_lock(&hdata->mutex); >> + >> +hdata->audio.enable = !mute; > > Wouldn't it be bette

Re: [PATCH v3] drm: exynos: Add driver for HDMI audio interface

2017-10-22 Thread Inki Dae
Hi Sylwester, 2017년 09월 26일 23:17에 Sylwester Nawrocki 이(가) 쓴 글: > The hdmi-codec interface added in this patch is required to properly > support HDMI audio. Currently the audio part of the SoC internal > HDMI transmitter is configured with fixed values, which makes HDMI > audio working by chance,

Re: [PATCH v3] drm: exynos: Add driver for HDMI audio interface

2017-10-15 Thread Inki Dae
2017년 10월 12일 18:51에 Sylwester Nawrocki 이(가) 쓴 글: > On 09/26/2017 04:17 PM, Sylwester Nawrocki wrote: >> The hdmi-codec interface added in this patch is required to properly >> support HDMI audio. Currently the audio part of the SoC internal >> HDMI transmitter is configured with fixed values, wh

Re: [PATCH v3] drm: exynos: Add driver for HDMI audio interface

2017-10-12 Thread Sylwester Nawrocki
On 09/26/2017 04:17 PM, Sylwester Nawrocki wrote: > The hdmi-codec interface added in this patch is required to properly > support HDMI audio. Currently the audio part of the SoC internal > HDMI transmitter is configured with fixed values, which makes HDMI > audio working by chance, only on boards

[PATCH v3] drm: exynos: Add driver for HDMI audio interface

2017-09-26 Thread Sylwester Nawrocki
The hdmi-codec interface added in this patch is required to properly support HDMI audio. Currently the audio part of the SoC internal HDMI transmitter is configured with fixed values, which makes HDMI audio working by chance, only on boards having an external audio codec connected in parallel with