Re: [linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 0/1] sound: soc: xilinx: give a name to stream_name in xilinx_dp_dai_links

2019-11-20 Thread Bruce Ashfield
On Mon, Nov 11, 2019 at 5:30 AM  wrote:
>
> From: Quanyang Wang 
>
> 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


Re: [linux-yocto] [linux-yocto-dev]: [kernel standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: Revert "cgroup: Disable cgroup "memory" by default"

2019-11-20 Thread Bruce Ashfield
On Tue, Nov 19, 2019 at 11:43 PM  wrote:
>
> From: Limeng 
>
> Hi Bruce,
>
> After kts test, we found out cgroup case failed.
> The reason is that raspberrypi SDK kernel disable cgroup "memory" feature.
>
> It is not reasonable to disable a common cgroup feature.
> Because there is enough memory on latest raspberrypi 4 platform.
>

reverted.

Bruce

> Could you please help to merge this patch into branch standard/bcm-2xxx-rpi, 
> linux-ycoto-dev kernel.
>
> diffstat info ad below:
>
>  cgroup.c |   30 --
>  1 file changed, 30 deletions(-)
>
>
> thanks,
> Limeng



-- 
- 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