summaryrefslogtreecommitdiffstats
path: root/audio_in.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio_in.c')
-rw-r--r--audio_in.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio_in.c b/audio_in.c
index 29cda6e..c89947e 100644
--- a/audio_in.c
+++ b/audio_in.c
@@ -102,8 +102,7 @@ int audio_in_set_route(struct tinyalsa_audio_stream_in *stream_in,
tinyalsa_mixer_set_device(stream_in->device->mixer, stream_in->device_current);
#ifdef YAMAHA_MC1N2_AUDIO
- yamaha_mc1n2_audio_set_route(stream_in->device->mc1n2_pdata, device,
- stream_in->device->mode);
+ yamaha_mc1n2_audio_set_route(stream_in->device->mc1n2_pdata, device);
#endif
return 0;