ASoC: simple-card-utils: tidyup asoc_simple_card_parse_convert()
Current simple-card-utils has asoc_simple_card_parse_convert() to parse convert channel/rate for be_hw_params_fixup. But, it is parsing from top of node. If sound card had multi subnode, we need to parse it from each sub node. This patch tidyup asoc_simple_card_parse_convert() to allow parsing settings from each node. Signed-off-by:Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by:
Mark Brown <broonie@kernel.org>
Showing
- include/sound/simple_card_utils.h 2 additions, 1 deletioninclude/sound/simple_card_utils.h
- sound/soc/generic/audio-graph-scu-card.c 1 addition, 1 deletionsound/soc/generic/audio-graph-scu-card.c
- sound/soc/generic/simple-card-utils.c 3 additions, 2 deletionssound/soc/generic/simple-card-utils.c
- sound/soc/generic/simple-scu-card.c 1 addition, 1 deletionsound/soc/generic/simple-scu-card.c
Loading
Please register or sign in to comment