Home
last modified time | relevance | path

Searched refs:mdev2 (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.c961 const char *profile, *mdev, *mdev2; in probe_volumes() local
970 mdev2 = get_mixer_device(dev, is_sink); in probe_volumes()
971 if (mdev && mdev2 && !pa_streq(mdev, mdev2)) { in probe_volumes()
972 … pa_log_error("Two mixer device names found ('%s', '%s'), using s/w volume", mdev, mdev2); in probe_volumes()
975 if (mdev2) in probe_volumes()
976 mdev = mdev2; in probe_volumes()