Commit c6a9a959 authored by Daniel Matuschek's avatar Daniel Matuschek Committed by Phil Elwell
Browse files

Fixed a bug when using 352.8kHz sample rate

parent 8ae9fe37
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ static int snd_rpi_hifiberry_dacplus_clk_for_rate(int sample_rate)
	case 44100:
	case 88200:
	case 176400:
	case 352800:
		type = HIFIBERRY_DACPRO_CLK44EN;
		break;
	default: