diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-01-13 09:40:04 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-01-14 10:19:17 +0530 |
commit | 42ebc01ee9388f27ed62162190a7966a44c2aa64 (patch) | |
tree | 11ff2a4ca408ddf8cf4d271ffa979f6c45539aeb | |
parent | c6e6d682ed480c8c792f490e78d4bfff66bf53b7 (diff) |
alsa-mixer: Turn off the IEC958 element for analog outputs
This is needed for the Creative Audigy CA0106 to work. Also makes sure
that the LED for optical out is shut down in analog modes on MacBooks
(these share a port for analog and digital output).
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=44741
-rw-r--r-- | src/modules/alsa/mixer/paths/analog-output.conf.common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/alsa/mixer/paths/analog-output.conf.common b/src/modules/alsa/mixer/paths/analog-output.conf.common index db6b4735..93338001 100644 --- a/src/modules/alsa/mixer/paths/analog-output.conf.common +++ b/src/modules/alsa/mixer/paths/analog-output.conf.common @@ -129,6 +129,9 @@ priority = 0 name = output-bass-boost-off priority = 10 +[Element IEC958] +switch = off + [Element IEC958 Optical Raw] switch = off |