On Mon, Nov 11, 2019 at 5:30 AM <quanyang.w...@windriver.com> wrote:
>
> From: Quanyang Wang <quanyang.w...@windriver.com>
>
> Hi Bruce & Michal,
>
> When running "aplay -l" in zcu102 board, there will be a "(null)" in output:
> root@xilinx-zynqmp:~# aplay -l
> **** List of PLAYBACK Hardware Devices ****
> card 0: monitor [DisplayPort monitor], device 0: (null) 
> xilinx-dp-snd-codec-dai-0 [(null) xilinx-dp-snd-codec-dai-0]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: monitor [DisplayPort monitor], device 1: (null) 
> xilinx-dp-snd-codec-dai-1 [(null) xilinx-dp-snd-codec-dai-1]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
>
> Just give a name to .stream_name, not to fix any issue but just decorate the 
> output.
> After applying this patch, the output becomes:
> root@xilinx-zynqmp:~# aplay -l
> **** List of PLAYBACK Hardware Devices ****
> card 0: monitor [DisplayPort monitor], device 0: xilinx-dp0 
> xilinx-dp-snd-codec-dai-0 [xilinx-dp0 xilinx-dp-snd-codec-dai-0]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: monitor [DisplayPort monitor], device 1: xilinx-dp1 
> xilinx-dp-snd-codec-dai-1 [xilinx-dp1 xilinx-dp-snd-codec-dai-1]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
>
> Would you please help review and merge these patches to linux-yocto 
> v5.2/standard/xlnx-soc branch?
>

I see the review is in, so this is now merged to the soc branch

Bruce

> Quanyang Wang (1):
>   sound: soc: xilinx: give a name to stream_name in xilinx_dp_dai_links
>
>  sound/soc/xilinx/xilinx-dp-card.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> --
> 2.17.1
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to