search for: distcode

Displaying 3 results from an estimated 3 matches for "distcode".

Did you mean: bitcode
2015 Mar 17
0
Realplayer audio/video plays fast & noisy on nVidia HDMI connected to HDTV
...switch=0 overdub_or_caption=none systemAudioDesc=0 UseSystemCPU=1 UseSystemOS=1 AlsaVaryingSampleRate=0 OpenAudioDeviceOnPlayback=0 [player] XPos=623 YPos=291 EnableRecentUrlsList=1 EnableUrlHurling=1 M3uUseRelative=0 MediaFilesPath= WebBrowserPath= LastBrowsedDirectory=/home/kids/Desktop/realplay DistCode=RXEN11LN OrigCode=RXEN11LN [recent_urls] [favorites] *My *aplay -l* is here:* [@GBINTEL bin]# aplay -l **** List of PLAYBACK Hardware Devices **** card 0: Intel [HDA Intel], device 0: ALC889A Analog [ALC889A Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel], devic...
2020 Jun 18
1
[PATCH] fix warnings with GCC 10
...BITS(state->extra); @@ -998,6 +1013,7 @@ int flush; } Tracevv((stderr, "inflate: length %u\n", state->length)); state->mode = DIST; + /* fallthrough */ case DIST: for (;;) { this = state->distcode[BITS(state->distbits)]; @@ -1023,6 +1039,7 @@ int flush; state->offset = (unsigned)this.val; state->extra = (unsigned)(this.op) & 15; state->mode = DISTEXT; + /* fallthrough */ case DISTEXT: if (state->extra) {...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address