diff options
author | Michal Ratajsky <[email protected]> | 2014-11-08 23:04:31 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-11-08 23:04:31 +0100 |
commit | 44651c5d2334da5dd295eca9c2e530b99348bdd6 (patch) | |
tree | ff27dab4ba61563bf04442d7d2c5f0547e2dbaea /backends/oss/oss-switch.c | |
parent | 068d95e1c28b0e20e692c5ecb24f044542e82ae9 (diff) | |
download | libmatemixer-44651c5d2334da5dd295eca9c2e530b99348bdd6.tar.bz2 libmatemixer-44651c5d2334da5dd295eca9c2e530b99348bdd6.tar.xz |
Split MateMixerSwitchRole into MateMixerDeviceSwitchRole and MateMixerStreamSwitchRole
Diffstat (limited to 'backends/oss/oss-switch.c')
-rw-r--r-- | backends/oss/oss-switch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/oss/oss-switch.c b/backends/oss/oss-switch.c index 40527b9..6b78833 100644 --- a/backends/oss/oss-switch.c +++ b/backends/oss/oss-switch.c @@ -117,7 +117,7 @@ oss_switch_new (OssStream *stream, swtch = g_object_new (OSS_TYPE_SWITCH, "name", name, "label", label, - "role", MATE_MIXER_SWITCH_ROLE_PORT, + "role", MATE_MIXER_STREAM_SWITCH_ROLE_PORT, "stream", stream, NULL); |