Lines Matching refs:mdev
961 const char *profile, *mdev, *mdev2;
968 mdev = NULL;
971 if (mdev && mdev2 && !pa_streq(mdev, mdev2)) {
972 pa_log_error("Two mixer device names found ('%s', '%s'), using s/w volume", mdev, mdev2);
976 mdev = mdev2;
979 if (mdev == NULL || !(mixer_handle = pa_alsa_open_mixer_by_name(mixers, mdev, true))) {
980 pa_log_error("Failed to find a working mixer device (%s).", mdev);
1488 const char *new_desc, *mdev;
1510 mdev = get_mixer_device(device, is_sink);
1511 if (mdev)
1512 pa_proplist_sets(m->proplist, "alsa.mixer_device", mdev);
1891 char *mdev, *alib_prefix;
1907 mdev = pa_sprintf_malloc("%shw:%i", alib_prefix ? alib_prefix : "", pcm_card);
1908 if (mdev == NULL)
1910 dev->eld_mixer_device_name = mdev;