mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 23:29:46 +00:00
sound: convert "sound" subdirectory to UTF-8
Convert the "sound" subdirectory to UTF-8. Signed-off-by: John Anthony Kazos Jr. <jakj@j-a-k-j.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
parent
9ae5e3bc31
commit
7bb2acb76e
@ -100,7 +100,7 @@
|
|||||||
* Tjeerd Mulder <tjeerd.mulder@fujitsu-siemens.com>
|
* Tjeerd Mulder <tjeerd.mulder@fujitsu-siemens.com>
|
||||||
* 05.01.2001 0.29 Hopefully updates will not be required anymore when Creative bumps
|
* 05.01.2001 0.29 Hopefully updates will not be required anymore when Creative bumps
|
||||||
* the CT5880 revision.
|
* the CT5880 revision.
|
||||||
* suggested by Stephan Müller <smueller@chronox.de>
|
* suggested by Stephan Müller <smueller@chronox.de>
|
||||||
* 31.01.2001 0.30 Register/Unregister gameport
|
* 31.01.2001 0.30 Register/Unregister gameport
|
||||||
* Fix SETTRIGGER non OSS API conformity
|
* Fix SETTRIGGER non OSS API conformity
|
||||||
* 14.07.2001 0.31 Add list of laptops needing amplifier control
|
* 14.07.2001 0.31 Add list of laptops needing amplifier control
|
||||||
|
@ -85,7 +85,7 @@ static int pcm_set_speed(int arg)
|
|||||||
* come from the SDK found on ftp.uwp.edu:/pub/msdos/proaudio/.
|
* come from the SDK found on ftp.uwp.edu:/pub/msdos/proaudio/.
|
||||||
*
|
*
|
||||||
* I cleared bit 5 of these values, since that bit controls the master
|
* I cleared bit 5 of these values, since that bit controls the master
|
||||||
* mute flag. (Olav Wölfelschneider)
|
* mute flag. (Olav Wölfelschneider)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#if !defined NO_AUTO_FILTER_SET
|
#if !defined NO_AUTO_FILTER_SET
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
* Ollie Lho <ollie@sis.com.tw> SiS 7018 Audio Core Support
|
* Ollie Lho <ollie@sis.com.tw> SiS 7018 Audio Core Support
|
||||||
* Ching-Ling Lee <cling-li@ali.com.tw> ALi 5451 Audio Core Support
|
* Ching-Ling Lee <cling-li@ali.com.tw> ALi 5451 Audio Core Support
|
||||||
* Matt Wu <mattwu@acersoftech.com.cn> ALi 5451 Audio Core Support
|
* Matt Wu <mattwu@acersoftech.com.cn> ALi 5451 Audio Core Support
|
||||||
* Peter Wächtler <pwaechtler@loewe-komp.de> CyberPro5050 support
|
* Peter Wächtler <pwaechtler@loewe-komp.de> CyberPro5050 support
|
||||||
* Muli Ben-Yehuda <mulix@mulix.org>
|
* Muli Ben-Yehuda <mulix@mulix.org>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
@ -89,7 +89,7 @@
|
|||||||
* use set_current_state, properly release resources on failure in
|
* use set_current_state, properly release resources on failure in
|
||||||
* trident_probe, get rid of check_region
|
* trident_probe, get rid of check_region
|
||||||
* v0.14.9c
|
* v0.14.9c
|
||||||
* August 10 2001 Peter Wächtler <pwaechtler@loewe-komp.de>
|
* August 10 2001 Peter Wächtler <pwaechtler@loewe-komp.de>
|
||||||
* added support for Tvia (formerly Integraphics/IGST) CyberPro5050
|
* added support for Tvia (formerly Integraphics/IGST) CyberPro5050
|
||||||
* this chip is often found in settop boxes (combined video+audio)
|
* this chip is often found in settop boxes (combined video+audio)
|
||||||
* v0.14.9b
|
* v0.14.9b
|
||||||
|
@ -472,7 +472,7 @@ static int snd_mixart_prepare(struct snd_pcm_substream *subs)
|
|||||||
struct snd_mixart *chip = snd_pcm_substream_chip(subs);
|
struct snd_mixart *chip = snd_pcm_substream_chip(subs);
|
||||||
struct mixart_stream *stream = subs->runtime->private_data;
|
struct mixart_stream *stream = subs->runtime->private_data;
|
||||||
|
|
||||||
/* TODO de façon non bloquante, réappliquer les hw_params (rate, bits, codec) */
|
/* TODO de façon non bloquante, réappliquer les hw_params (rate, bits, codec) */
|
||||||
|
|
||||||
snd_printdd("snd_mixart_prepare\n");
|
snd_printdd("snd_mixart_prepare\n");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user