Lines Matching defs:audio
314 } audio;
1039 ctx->audio.ch_enable = audio_enable;
1111 if (ctx->audio.auto_cts) {
1165 if (ctx->audio.auto_cts) {
1195 ctx->audio.ch_enable);
1200 ctx->audio.ch_enable & 0xF0);
1221 ret = regmap_write(ctx->regmap, IT66121_AUD_CTRL0_REG, ctx->audio.ch_enable);
1223 ret = regmap_write(ctx->regmap, IT66121_AUD_CTRL0_REG, ctx->audio.ch_enable & 0xF0);
1256 // Set audio clock recovery (N/CTS)
1299 ctx->audio.fs = fs;
1306 // Set audio format register (except audio channel enable)
1309 dev_err(dev, "Failed to set LPCM audio: %d\n", ret);
1313 // Set audio channel status
1363 // Enable audio channel enable while input clock stable (if SPDIF).
1366 dev_err(dev, "Failed to enable audio channel: %d\n", ret);
1376 dev_dbg(dev, "HDMI audio enabled.\n");
1393 dev_err(dev, "Failed to enable audio output: %d\n", ret);
1410 dev_err(dev, "Failed to disable audio output: %d\n", ret);
1484 dev_info(dev, "No \"#sound-dai-cells\", no audio\n");
1488 ctx->audio.pdev = platform_device_register_data(dev,
1494 if (IS_ERR(ctx->audio.pdev)) {
1495 dev_err(dev, "Failed to initialize HDMI audio codec: %d\n",
1496 PTR_ERR_OR_ZERO(ctx->audio.pdev));
1499 return PTR_ERR_OR_ZERO(ctx->audio.pdev);