Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 308de41b authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon: use NULL rather then 0 in audio detect

parent f4c6c081
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -470,7 +470,7 @@ void radeon_audio_detect(struct drm_connector *connector,
		int sink_type;

		if (!drm_detect_monitor_audio(radeon_connector_edid(connector))) {
			radeon_encoder->audio = 0;
			radeon_encoder->audio = NULL;
			return;
		}