[alsa-devel] [PATCH v4 4/9] ASoC: simple-card-utils: enable "label" on asoc_simple_card_parse_card_name
Rob Herring
robh at kernel.org
Mon Mar 20 20:20:45 CET 2017
On Mon, Mar 13, 2017 at 05:53:12AM +0000, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
>
> Current asoc_simple_card_parse_card_name() detect [prefix]name,
> but in generally, we uses "label" for user visible names.
> This patch expand it to [prefix]label.
> This patch also update simple-xx-card.txt which is using this feature
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
> ---
> v3 -> v4
>
> - new patch to expand name/labal
>
> .../devicetree/bindings/sound/simple-card.txt | 1 +
> .../devicetree/bindings/sound/simple-scu-card.txt | 1 +
> sound/soc/generic/simple-card-utils.c | 18 ++++++++++++++----
> 3 files changed, 16 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/sound/simple-card.txt b/Documentation/devicetree/bindings/sound/simple-card.txt
> index c7a9393..f34a810 100644
> --- a/Documentation/devicetree/bindings/sound/simple-card.txt
> +++ b/Documentation/devicetree/bindings/sound/simple-card.txt
> @@ -8,6 +8,7 @@ Required properties:
>
> Optional properties:
>
> +- simple-audio-card,label : see simple-audio-card,name
Just "label". That's a standard property name.
> - simple-audio-card,name : User specified audio sound card name, one string
> property.
> - simple-audio-card,widgets : Please refer to widgets.txt.
> diff --git a/Documentation/devicetree/bindings/sound/simple-scu-card.txt b/Documentation/devicetree/bindings/sound/simple-scu-card.txt
> index d6fe47e..01eb56e 100644
> --- a/Documentation/devicetree/bindings/sound/simple-scu-card.txt
> +++ b/Documentation/devicetree/bindings/sound/simple-scu-card.txt
> @@ -9,6 +9,7 @@ Required properties:
>
> Optional properties:
>
> +- simple-audio-card,label : see simple-audio-card,name
Ditto.
> - simple-audio-card,name : User specified audio sound card name, one string
> property.
> - simple-audio-card,cpu : CPU sub-node
More information about the Alsa-devel
mailing list