Skip to content

Commit a6692ea

Browse files
author
Mika Penttilä
committed
Revert "drm: tda99x: Don't advertise non-existent capture support"
NOTE: This commit does not compile due to missing RHEL-specific fix-ups, which are split out into separate Git commits following this one. If git bisect selected this commit, run "git bisect skip" and try again. Repeat this until it selects a commit which compiles. This is needed to compile after DRM backport. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2160457 Upstream Status: RHEL-only Signed-off-by: Mika Penttilä <mpenttil@redhat.com> This reverts commit a04f1c8.
1 parent 345b663 commit a6692ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/i2c/tda998x_drv.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,8 +1174,6 @@ static int tda998x_audio_codec_init(struct tda998x_priv *priv,
11741174
struct hdmi_codec_pdata codec_data = {
11751175
.ops = &audio_codec_ops,
11761176
.max_i2s_channels = 2,
1177-
.no_i2s_capture = 1,
1178-
.no_spdif_capture = 1,
11791177
};
11801178

11811179
if (priv->audio_port_enable[AUDIO_ROUTE_I2S])

0 commit comments

Comments
 (0)