Skip to content

Commit

Permalink
Fix ALSA unit test
Browse files Browse the repository at this point in the history
Fixes small conflict after crrev.com/c/1036524.

Bug: None
Test: cast_media_unittests
Change-Id: Ib0a83c0074c6f9f7b9532cefe10c7331ec11e645
Reviewed-on: https://chromium-review.googlesource.com/1160932
Commit-Queue: Aidan Wolter <awolter@chromium.org>
Reviewed-by: Kenneth MacKay <kmackay@chromium.org>
Cr-Commit-Position: refs/heads/master@{#580251}
  • Loading branch information
Aidan Wolter authored and Commit Bot committed Aug 2, 2018
1 parent 7dd6561 commit 91a793e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chromecast/media/audio/cast_audio_manager_alsa_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const ::media::AudioParameters kDefaultAudioParams(
::media::AudioParameters::AUDIO_PCM_LOW_LATENCY,
::media::CHANNEL_LAYOUT_STEREO,
::media::AudioParameters::kAudioCDSampleRate,
16,
256);

void OnLogMessage(const std::string& message) {}
Expand Down

0 comments on commit 91a793e

Please sign in to comment.