4 Feb
2014
4 Feb
'14
6:46 p.m.
On Tue, Feb 04, 2014 at 02:36:50PM +0100, Lars-Peter Clausen wrote:
On 02/04/2014 02:30 PM, Mark Brown wrote:
+static const struct snd_soc_dapm_route tda_routes[] = {
- { "hdmi-out", NULL, "HDMI I2S Playback" },
- { "hdmi-out", NULL, "HDMI SPDIF Playback" },
+};
S/PDIF.
Won't this cause issues with the debugfs widget entries? It's fixable by escaping it (replace it by a dash or something) in the debugfs widget filename, but I don't think we do this right now.
Oh, bother, so it will.