]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: hdmi-codec: Use different name for playback streams
authorJeffy Chen <jeffy.chen@rock-chips.com>
Sat, 12 Aug 2017 00:40:38 +0000 (08:40 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 30 Aug 2017 18:01:07 +0000 (19:01 +0100)
commit12533f15623c08fa4bc7f595c9e0feb682f1e755
tree752ede67b364112b395249d1199e25538976aae0
parent182e489b8a18bc26aefef38ed6de4254a031322f
ASoC: hdmi-codec: Use different name for playback streams

Currently the hdmi i2s playback stream and hdmi spdif playback stream
are using the same name. So when they are enabled at the same time,
kernel will print this warning:

[    2.201835] hdmi-audio-codec hdmi-audio-codec.1.auto: ASoC: Failed to
create Playback debugfs file

Assign different names to them to avoid that.

Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/hdmi-codec.c