Re: [PATCH 2/8] media: adv748x: add audio mute control and output selection ioctls

2020-03-13 Thread Alex Riesen
Hans Verkuil, Fri, Mar 13, 2020 11:52:03 +0100: > On 3/13/20 11:26 AM, Alex Riesen wrote: > > Hans Verkuil, Fri, Mar 13, 2020 09:16:11 +0100: > >> Generally an hdmi driver will configure the i2s audio automatically, which > >> is > >> typically connected to the SoC and controlled by the ALSA drive

Re: [PATCH 2/8] media: adv748x: add audio mute control and output selection ioctls

2020-03-13 Thread Hans Verkuil
On 3/13/20 11:26 AM, Alex Riesen wrote: > Hi Hans, > > Hans Verkuil, Fri, Mar 13, 2020 09:16:11 +0100: >> On 1/13/20 3:15 PM, Alex Riesen wrote: >>> This change implements audio-related V4L2 ioctls for the HDMI subdevice. >> >> This is really where things go wrong. These V4L2 audio ioctls are mean

Re: [PATCH 2/8] media: adv748x: add audio mute control and output selection ioctls

2020-03-13 Thread Alex Riesen
Hi Hans, Hans Verkuil, Fri, Mar 13, 2020 09:16:11 +0100: > On 1/13/20 3:15 PM, Alex Riesen wrote: > > This change implements audio-related V4L2 ioctls for the HDMI subdevice. > > This is really where things go wrong. These V4L2 audio ioctls are meant for > old PCI TV tuner devices where the audio

Re: [PATCH 2/8] media: adv748x: add audio mute control and output selection ioctls

2020-03-13 Thread Hans Verkuil
Hi Alex, I apologize for the (very) slow reply, but better late than never. On 1/13/20 3:15 PM, Alex Riesen wrote: > This change implements audio-related V4L2 ioctls for the HDMI subdevice. This is really where things go wrong. These V4L2 audio ioctls are meant for old PCI TV tuner devices where

[PATCH 2/8] media: adv748x: add audio mute control and output selection ioctls

2020-01-13 Thread Alex Riesen
This change implements audio-related V4L2 ioctls for the HDMI subdevice. The master audio clock is configured for 256fs, as supported by the only device available at the moment. For the same reason, the TDM slot is formatted using left justification of its bits. Signed-off-by: Alexander Riesen -