summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--files/audio_policy.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/audio_policy.conf b/files/audio_policy.conf
index 500c522..a5992e4 100644
--- a/files/audio_policy.conf
+++ b/files/audio_policy.conf
@@ -191,7 +191,7 @@ audio_hw_modules {
sampling_rates 44100
channel_masks AUDIO_CHANNEL_OUT_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
- devices AUDIO_DEVICE_OUT_USB_DEVICE
+ devices AUDIO_DEVICE_OUT_USB_DEVICE|AUDIO_DEVICE_OUT_USB_HEADSET
}
}
inputs {
@@ -199,7 +199,7 @@ audio_hw_modules {
sampling_rates 8000|11025|16000|22050|32000|44100|48000
channel_masks AUDIO_CHANNEL_IN_MONO
formats AUDIO_FORMAT_PCM_16_BIT
- devices AUDIO_DEVICE_IN_USB_DEVICE
+ devices AUDIO_DEVICE_IN_USB_DEVICE|AUDIO_DEVICE_IN_USB_HEADSET
}
}
}