summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_uac1.c
Commit message (Collapse)AuthorAgeFilesLines
* usb: gadget: audio: Move string IDs to audio.cJassi Brar2012-02-151-23/+0
| | | | | | | | | Move manufacturer and product string ids into audio.c so as to be reusable by the new uac2 version of gadget driver. Signed-off-by: Yadi Brar <yadi.brar01@gmail.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Signed-off-by: Felipe Balbi <balbi@ti.com>
* usb: gadget: Rename audio function to uac1Jassi Brar2012-02-151-0/+799
The extant USB-Audio function driver complies to UAC_1 spec. So name the files accordingly, paving way for inclusion of a new UAC_2 specified driver. Signed-off-by: Yadi Brar <yadi.brar01@gmail.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Signed-off-by: Felipe Balbi <balbi@ti.com>