History log of /freebsd/sys/dev/sound/usb/uaudio.c (Results 176 – 200 of 322)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b850ecc1 22-Apr-2010 Andrew Thompson <thompsa@FreeBSD.org>

Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
the illusion of a tunable setting but was always turned on regardless.

MFC after: 1 week


Revision tags: release/7.3.0_cvs, release/7.3.0
# 1a0fda2b 04-Mar-2010 Dag-Erling Smørgrav <des@FreeBSD.org>

IFH@204581


# 82521c15 18-Feb-2010 Rebecca Cran <brucec@FreeBSD.org>

MFC r203678:

Rename usb2_ structures and variables to usb_.

Approved by: rrs (mentor)


# 4c21be9b 08-Feb-2010 Rebecca Cran <brucec@FreeBSD.org>

Rename usb2_ structures and variables to usb_.

Approved by: rrs (mentor)
Discussed with: hps


# 9199c09a 06-Jan-2010 Warner Losh <imp@FreeBSD.org>

Merge from head at r201628.

# This hasn't been tested, and there are at least three bad commits
# that need to be backed out before the branch will be stable again.


# a33c9e72 31-Dec-2009 Andrew Thompson <thompsa@FreeBSD.org>

MFC r200825

- add support for more than 2 audio channels. [1]
- add support for more sample rates

Submitted by: [1] ariff (earlier version), Hans Petter Selasky


# afbfddd9 22-Dec-2009 Andrew Thompson <thompsa@FreeBSD.org>

- add support for more than 2 audio channels. [1]
- add support for more sample rates

Submitted by: [1] ariff (earlier version), Hans Petter Selasky


# c9e072d0 10-Dec-2009 Andrew Thompson <thompsa@FreeBSD.org>

MFC r199677

add support for MIDI devices without audio control stream.

Submitted by: Hans Petter Selasky


# e4f658ce 10-Dec-2009 Andrew Thompson <thompsa@FreeBSD.org>

MFC r199576

remove volume alignment (was previously not correctly implemented)


# 9d294893 10-Dec-2009 Andrew Thompson <thompsa@FreeBSD.org>

MFC r199060

Improve support for High-speed USB audio devices.
- fix issues regarding the mixer, where the interface number was not set in
time.
- fix wrong use of resolution parameter.

Submit

MFC r199060

Improve support for High-speed USB audio devices.
- fix issues regarding the mixer, where the interface number was not set in
time.
- fix wrong use of resolution parameter.

Submitted by: Hans Petter Selasky

show more ...


# 40e55da3 10-Dec-2009 Andrew Thompson <thompsa@FreeBSD.org>

MFC r196487

Remove redundant Giant reference. Giant will be dropped
automatically when the mutex argument is NULL.


# dc694251 22-Nov-2009 Andrew Thompson <thompsa@FreeBSD.org>

add support for MIDI devices without audio control stream.

Submitted by: Hans Petter Selasky


Revision tags: release/8.0.0_cvs, release/8.0.0
# 7fb43570 20-Nov-2009 Andrew Thompson <thompsa@FreeBSD.org>

remove volume alignment (was previously not correctly implemented)

Submitted by: HPS
Reported by: Jaakko Heinonen


# 874108ae 12-Nov-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

MFC @199204


# b029f6bb 08-Nov-2009 Andrew Thompson <thompsa@FreeBSD.org>

Improve support for High-speed USB audio devices.
- fix issues regarding the mixer, where the interface number was not set in
time.
- fix wrong use of resolution parameter.

Submitted by: Hans Pett

Improve support for High-speed USB audio devices.
- fix issues regarding the mixer, where the interface number was not set in
time.
- fix wrong use of resolution parameter.

Submitted by: Hans Petter Selasky

show more ...


# 10b3b545 17-Sep-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Merge from head


# cbd59a4f 08-Sep-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- MFC from head@196987


# f24b6817 24-Aug-2009 Alfred Perlstein <alfred@FreeBSD.org>

Remove redundant Giant reference. Giant will be dropped
automatically when the mutex argument is NULL.

Reported by: Various people
Submitted by: hps


# 11e9b8ba 04-Aug-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- MFC @196061


# 3d11bc19 30-Jul-2009 Alfred Perlstein <alfred@FreeBSD.org>

USB audio:
- code factoring patch from "Eygene Ryabinkin"
- P4 ID: 166149

Submitted by: hps
Approved by: re


# c5e2d188 12-Jul-2009 Marcel Moolenaar <marcel@FreeBSD.org>

Isochronous transfers only have 1 frame buffer, but multiple
frame lengths. The frame buffer is at index 0.

Approved by: re (kensmith)
Obtained from: HPS


# 09c817ba 03-Jul-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- MFC


# 7e6e6b67 27-Jun-2009 Andrew Thompson <thompsa@FreeBSD.org>

Use the correct mutex in umidi_open()

Submitted by: Hans Petter Selasky
Approved by: re (kib)


# 8f9e0ef9 23-Jun-2009 Andrew Thompson <thompsa@FreeBSD.org>

Fix a typeo in the frame len function to unbreak the build, make it shorter
while I am here.


# ed6d949a 23-Jun-2009 Andrew Thompson <thompsa@FreeBSD.org>

- Make struct usb_xfer opaque so that drivers can not access the internals
- Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h


12345678910>>...13