summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio_policy.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio_policy.conf b/audio_policy.conf
index 39ce05a..26e0972 100644
--- a/audio_policy.conf
+++ b/audio_policy.conf
@@ -61,7 +61,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 {
@@ -69,7 +69,7 @@ audio_hw_modules {
sampling_rates 44100
channel_masks AUDIO_CHANNEL_IN_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
- devices AUDIO_DEVICE_IN_USB_DEVICE
+ devices AUDIO_DEVICE_IN_USB_DEVICE|AUDIO_DEVICE_IN_USB_HEADSET
}
}
}