Ack! On 2015-01-29 06:53, Tanu Kaskinen wrote: > This makes the analog-surround-21 mapping consistent with other > surround mappings. I'm not sure if this makes any practical > difference, though. > --- > src/modules/alsa/mixer/profile-sets/default.conf | 2 +- > src/modules/alsa/mixer/profile-sets/force-speaker-and-int-mic.conf | 2 +- > src/modules/alsa/mixer/profile-sets/force-speaker.conf | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/modules/alsa/mixer/profile-sets/default.conf b/src/modules/alsa/mixer/profile-sets/default.conf > index bfb54c9..2d6720e 100644 > --- a/src/modules/alsa/mixer/profile-sets/default.conf > +++ b/src/modules/alsa/mixer/profile-sets/default.conf > @@ -118,7 +118,7 @@ priority = 10 > [Mapping analog-surround-21] > device-strings = surround21:%f > channel-map = front-left,front-right,lfe > -paths-output = analog-output analog-output-speaker > +paths-output = analog-output analog-output-lineout analog-output-speaker > priority = 8 > direction = output > > diff --git a/src/modules/alsa/mixer/profile-sets/force-speaker-and-int-mic.conf b/src/modules/alsa/mixer/profile-sets/force-speaker-and-int-mic.conf > index 9c57a20..41924f4 100644 > --- a/src/modules/alsa/mixer/profile-sets/force-speaker-and-int-mic.conf > +++ b/src/modules/alsa/mixer/profile-sets/force-speaker-and-int-mic.conf > @@ -37,7 +37,7 @@ priority = 10 > [Mapping analog-surround-21] > device-strings = surround21:%f > channel-map = front-left,front-right,lfe > -paths-output = analog-output analog-output-speaker-always > +paths-output = analog-output analog-output-lineout analog-output-speaker-always > priority = 8 > direction = output > > diff --git a/src/modules/alsa/mixer/profile-sets/force-speaker.conf b/src/modules/alsa/mixer/profile-sets/force-speaker.conf > index 8e5d429..dec57d5 100644 > --- a/src/modules/alsa/mixer/profile-sets/force-speaker.conf > +++ b/src/modules/alsa/mixer/profile-sets/force-speaker.conf > @@ -36,7 +36,7 @@ priority = 10 > [Mapping analog-surround-21] > device-strings = surround21:%f > channel-map = front-left,front-right,lfe > -paths-output = analog-output analog-output-speaker-always > +paths-output = analog-output analog-output-lineout analog-output-speaker-always > priority = 8 > direction = output >