Subversion Repositories Kolibri OS

Rev

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

Rev 5078 Rev 5179
Line 174... Line 174...
174
		DRM_ERROR("Couldn't find encoder's connector\n");
174
		DRM_ERROR("Couldn't find encoder's connector\n");
175
		return;
175
		return;
176
	}
176
	}
Line 177... Line 177...
177
 
177
 
178
	sad_count = drm_edid_to_speaker_allocation(radeon_connector_edid(connector), &sadb);
178
	sad_count = drm_edid_to_speaker_allocation(radeon_connector_edid(connector), &sadb);
179
	if (sad_count <= 0) {
179
	if (sad_count < 0) {
180
		DRM_ERROR("Couldn't read Speaker Allocation Data Block: %d\n", sad_count);
180
		DRM_DEBUG("Couldn't read Speaker Allocation Data Block: %d\n", sad_count);
181
		return;
181
		sad_count = 0;
Line 182... Line 182...
182
	}
182
	}
183
 
183
 
184
	/* program the speaker allocation */
184
	/* program the speaker allocation */