aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/AudioOutput/Descriptors.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-07 02:05:19 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-07 02:05:19 +0000
commit567f7ecce0d04c2406b2379eb34ef3e54178a6d1 (patch)
tree7a4ba143776c89e2f378d0e99d6fd4c296444ac6 /Demos/Device/LowLevel/AudioOutput/Descriptors.c
parent2d778a3ff55ace56359bcb9195bb4731a6dd15b5 (diff)
downloadlufa-567f7ecce0d04c2406b2379eb34ef3e54178a6d1.tar.gz
lufa-567f7ecce0d04c2406b2379eb34ef3e54178a6d1.tar.bz2
lufa-567f7ecce0d04c2406b2379eb34ef3e54178a6d1.zip
Fix errors in the Audio device demos and class driver regarding multiple sample frequency support.
Diffstat (limited to 'Demos/Device/LowLevel/AudioOutput/Descriptors.c')
-rw-r--r--Demos/Device/LowLevel/AudioOutput/Descriptors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/AudioOutput/Descriptors.c b/Demos/Device/LowLevel/AudioOutput/Descriptors.c
index a86eee75c..0a6ec6d68 100644
--- a/Demos/Device/LowLevel/AudioOutput/Descriptors.c
+++ b/Demos/Device/LowLevel/AudioOutput/Descriptors.c
@@ -235,7 +235,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
.Header = {.Size = sizeof(USB_Audio_Descriptor_StreamEndpoint_Spc_t), .Type = DTYPE_CSEndpoint},
.Subtype = AUDIO_DSUBTYPE_CSEndpoint_General,
- .Attributes = AUDIO_EP_ACCEPTS_SMALL_PACKETS,
+ .Attributes = (AUDIO_EP_ACCEPTS_SMALL_PACKETS | AUDIO_EP_SAMPLE_FREQ_CONTROL),
.LockDelayUnits = 0x00,
.LockDelay = 0x0000