Subversion Repositories Kolibri OS

Rev

Rev 5078 | Rev 5271 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5078 Rev 5179
Line 116... Line 116...
116
		DRM_ERROR("Couldn't find encoder's connector\n");
116
		DRM_ERROR("Couldn't find encoder's connector\n");
117
		return;
117
		return;
118
	}
118
	}
Line 119... Line 119...
119
 
119
 
120
	sad_count = drm_edid_to_speaker_allocation(radeon_connector_edid(connector), &sadb);
120
	sad_count = drm_edid_to_speaker_allocation(radeon_connector_edid(connector), &sadb);
121
	if (sad_count <= 0) {
121
	if (sad_count < 0) {
122
		DRM_ERROR("Couldn't read Speaker Allocation Data Block: %d\n", sad_count);
122
		DRM_DEBUG("Couldn't read Speaker Allocation Data Block: %d\n", sad_count);
123
		return;
123
		sad_count = 0;
Line 124... Line 124...
124
	}
124
	}
125
 
125
 
126
	/* program the speaker allocation */
126
	/* program the speaker allocation */