diff options
author | Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net> | 2017-12-20 08:00:33 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-20 08:29:02 +0000 |
commit | 6f36d8661cb56ae2a83c00f746c95390cf1577a0 (patch) | |
tree | 79347296188e8185a1b5044f3cfffa3b33a36482 /USB-Device | |
parent | 8531799e282d6ecf947cfb900d2323d2ddfdaae2 (diff) |
removing MIC entry in usb-audio HAL as it crashes on HW without Miceel_5.0.3eel_5.0.2eel_5.0.1eel_5.0.0eel_4.99.5eel/5.0.3eel/5.0.2eel/5.0.1eel/5.0.0eel/4.99.55.0.35.0.25.0.15.0.04.99.5eel
Change-Id: I2e3c2dc4a8be968c9d6033596df27de6c3fd1f2e
Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
Diffstat (limited to 'USB-Device')
-rw-r--r-- | USB-Device/UsbDeviceHAL.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/USB-Device/UsbDeviceHAL.c b/USB-Device/UsbDeviceHAL.c index 1004055..fdd2174 100644 --- a/USB-Device/UsbDeviceHAL.c +++ b/USB-Device/UsbDeviceHAL.c @@ -129,7 +129,8 @@ STATIC alsaHalMapT alsaHalMap[]= { { .tag=Master_Playback_Volume, . ctl={.name="PCM Playback Volume", .value=80 }}, { .tag=PCM_Playback_Volume , .ctl={.name="PCM Playback Volume", .value=80 }}, { .tag=PCM_Playback_Switch , .ctl={.name="PCM Playback Switch", .value=01 }}, - { .tag=Capture_Volume , .ctl={.name="Mic Capture Volume", .value=0 }}, +// usb-sound has no mic for CES +// { .tag=Capture_Volume , .ctl={.name="Mic Capture Volume", .value=0 }}, // Sound card does not have hardware volume ramping { .tag=Master_Playback_Ramp , .cb={.callback=volumeRamp, .handle=&volRampMaster}, .info="Master Playback Volume Ramp", |