<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cherryusb.git/class/audio, branch v0.9.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/cherryusb.git/atom/class/audio?h=v0.9.0</id>
<link rel='self' href='http://cgit.235523.xyz/cherryusb.git/atom/class/audio?h=v0.9.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/'/>
<updated>2023-06-02T07:26:32Z</updated>
<entry>
<title>audio: fix descriptor endpoint attribute error and add audiov2 feedback descriptor</title>
<updated>2023-06-02T07:26:32Z</updated>
<author>
<name>Zhihong Chen</name>
<email>zhihong.chen@hpmicro.com</email>
</author>
<published>2023-06-02T02:11:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=16180bfc8e0ed7544f6c497c8a7c7de7ef02fd8a'/>
<id>urn:sha1:16180bfc8e0ed7544f6c497c8a7c7de7ef02fd8a</id>
<content type='text'>
- fix descriptor endpoint attribute error and add audiov2 feedback descriptor

Signed-off-by: Zhihong Chen &lt;zhihong.chen@hpmicro.com&gt;
</content>
</entry>
<entry>
<title>call usbh_xxx_stop when class enumerates completely</title>
<updated>2023-05-17T12:43:23Z</updated>
<author>
<name>sakimisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2023-05-17T12:43:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=9172223fe61d2be0dc7bc5a262063f95c09f1e8a'/>
<id>urn:sha1:9172223fe61d2be0dc7bc5a262063f95c09f1e8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add volume and mute control</title>
<updated>2023-03-22T06:58:07Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2023-03-22T06:58:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=e9ad3bdc21c9f223edad45679cb863bd3f8b0e09'/>
<id>urn:sha1:e9ad3bdc21c9f223edad45679cb863bd3f8b0e09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move hub and hport variable into common ram to reduce nocache ram usage</title>
<updated>2023-02-18T07:19:52Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2023-02-18T07:18:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=75ddfc8e4dd708cbd95df75ffb3df2fb1da639ff'/>
<id>urn:sha1:75ddfc8e4dd708cbd95df75ffb3df2fb1da639ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not check if device is closed</title>
<updated>2023-02-07T14:54:51Z</updated>
<author>
<name>sakimisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2023-02-07T14:54:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=3fa3f3e3565134d7a54a1177419bd9a08e454bcc'/>
<id>urn:sha1:3fa3f3e3565134d7a54a1177419bd9a08e454bcc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support more audio altsetting</title>
<updated>2023-02-05T06:38:52Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2023-02-05T06:38:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=82e4baf908732d0a3db3ab2ece9abc470109108a'/>
<id>urn:sha1:82e4baf908732d0a3db3ab2ece9abc470109108a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix class get data due to 528d8dc9d6d2c1150b9f78dfc0c512745185dc4c</title>
<updated>2023-01-15T09:20:31Z</updated>
<author>
<name>sakimisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2023-01-15T09:12:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=d0890c2caf080b31e5eff8ae54651bb8db3ec720'/>
<id>urn:sha1:d0890c2caf080b31e5eff8ae54651bb8db3ec720</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update audio class and demo template</title>
<updated>2023-01-02T04:53:42Z</updated>
<author>
<name>Zhihong Chen</name>
<email>zhihong.chen@hpmicro.com</email>
</author>
<published>2023-01-02T02:53:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=1d84f735d3badb6ef2ddc148fe909afe83def620'/>
<id>urn:sha1:1d84f735d3badb6ef2ddc148fe909afe83def620</id>
<content type='text'>
- fix descriptor error.
- move audio v2 default_sampling_freq_table from class driver to demo template.

Signed-off-by: Zhihong Chen &lt;zhihong.chen@hpmicro.com&gt;
</content>
</entry>
<entry>
<title>add audio host driver</title>
<updated>2022-12-31T14:44:08Z</updated>
<author>
<name>sakimisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2022-12-31T14:44:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=914d3cbf424946bdf370e02191a467c8f1cbae11'/>
<id>urn:sha1:914d3cbf424946bdf370e02191a467c8f1cbae11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove intf malloc</title>
<updated>2022-10-20T13:22:08Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2022-10-20T13:22:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=dca8b4cfedd94b34207cacd3f6c43e7e354d34d2'/>
<id>urn:sha1:dca8b4cfedd94b34207cacd3f6c43e7e354d34d2</id>
<content type='text'>
</content>
</entry>
</feed>
